Page 1 of 1
getting started
Posted: Fri Nov 26, 2010 2:04 pm
by Preston Shea
I have been using LiveCode for some years and am thinking of adding the web deployment capability package. I have a website on which I would like to run a rather basic standalone. Where can I find some beginner's information on what I would do to my existing code to be able to deploy to the web using the add-on package?
Re: getting started
Posted: Sun Nov 28, 2010 2:39 am
by Mark
Hi Preston,
Save your stack as a revlet and see if it works

If it doesn't, make sure to have a way to trace the errors.
Best,
Mark
Re: getting started
Posted: Sun Nov 28, 2010 10:25 pm
by Preston Shea
Thank you for the information. Am I correct that what I need to do in order to run my standalone from my website is
(1) acquire the web add-on for LiveCode
(2) use it to create a standalone for the Web
(3) upload via FTP
In order to use the standalone users must download the browser plug-in and add it to their Web browser.
Is this correct?
Thanks again
Re: getting started
Posted: Sun Nov 28, 2010 10:57 pm
by Mark
Hi Preson,
Nope. You do need the RevWeb plugin, but you need this to open your revlet in the browser only. You don't need it to create your revlet.
When you save your revlet, you get a file test.html. Open this file in your browser and the revlet should load. This allows you to test, without uploading to a server.
Best,
Mark
Re: getting started
Posted: Sun Feb 06, 2011 4:58 pm
by Preston Shea
I have saved my stack as a standalone for the Web. It produced a test page which works fine. The .exe in the Windows sub-folder works fine. GREAT!
Now here's my (dumb) question:
What do I upload to my website? Is there a special place (like the FTP folder) where the stuff goes? How do I put the link or whatever that will run the standalone in the user's browser on one of my HTML pages?
Am I correct that to view the content, users first need to go to RunRev and install the browser plug-in?
Re: getting started
Posted: Sun Feb 06, 2011 5:06 pm
by Mark
Preston,
For a start, upload the file text.html and the file YourStack.revlet. Any location in the public directory on your server will do. The .exe has nothing to do with it.
Best,
Mark
Re: getting started
Posted: Sun Feb 06, 2011 5:45 pm
by Preston Shea
Great! Got it. Thanks so much.
Preston