Installation Instructions

revIgniter is installed in four steps (apart from 2 optional steps):

  1. Unzip the package.
  2. Upload the revIgniter folders and files to your server. Normally the index.lc file will be at your root.
  3. Open the application/config/config.lc file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key. If you enable error logging in application/config/config.lc make sure that the application/logs folder is writable.
  4. Set the file permissions on your application/cache folder such that it is writable.
  5. If you intend to use a database, open the application/config/database.lc file with a text editor and set your database settings.
  6. If you intend to use a SQLite databse the application/db folder must be set such that it is writable and executable (777), your database file must be writable (666).

If you wish to hide the location of your revIgniter files you can rename the system folder to something more private. If you do rename it, you must open your main index.lc file and set the gRigA["systemFolder"] variable at the top of the page to the new name you've chosen.

To increase security even further you can move your system and application folder above web root. Before doing so please read the section Managing Your Application.

That's it!

If you're new to revIgniter, please read the Getting Started section of the User Guide to begin learning how to build dynamic LiveCode server applications. Enjoy!