Sigma Visual Manual sigmasoft logo

Contents

How to make web application standalone

When you preview your application by click [Run], the application is running under the control of the builder.

Can your application run out of the builder on your own server? Yes, it can. 

You may know there is a component library behind builder supporting everything to go well. Besides, builder itself is written by this component library. If your web application could run standalone, you must put this library together with the page you just built.

You must be confused with what library files should be included. Don't worry about that. Builder provide one-click solution.

  • After you completing your application, click [Save] button and then [Save release package to local disk]. A zip file will be saved in place.
  • Unzip it and copy index.html together with runtime directory to your Apache www directory.
  • Browse index.html via your browser.