Useful links



Setting up a test environment for your web applications
You can test your AppGini-generated web applications on a local machine before deploying them online. To do so, you need to install a web server, MySQL, and PHP. Of course, installing and configuring all of these programs is a lot of headache. Fortunately, there is an easier way: download and install Xampp, a single download that takes care of all the necessary work in one shot.

Note: All of the above tools are free and open source software.

Uploading the generated code to your server
To upload the generated code to your server, you should use an FTP client. A very powerful program is FileZilla.

Code management
If you plan to manually edit the generated code, you should be careful to avoid overwriting your modifications if you regenerate the code later. CVS software helps greatly with organizing and versioning your code. It makes it very easy to undo (revert) harmful changes, and merge your modifications into newly genenrated code. One such great, easy and free program is TortoiseSVN.

Reference material