revIgniter is a toolkit for people who develop web projects using LiveCode.revIgniter is modelled on CodeIgniter - revigniter.com ![]()
You can install using the zip file or from - github ![]()
git clone https://github.com/revig/revigniter.git html/
revIgniter empowers you to build websites in a fraction of time compared to writing LiveCode code from scratch by providing a large number of code libraries addressing frequently needed tasks, as well as a straightforward interface and consequential pattern to access these libraries.
revIgniter lets you creatively concentrate on your project by lessen the quantity of code required for a given task.
revIgniter is mature, it is thoroughly tested. Many websites have been successfully built with revIgniter including the presumably largest Hindu website in existence.
Installing revIgniter
First:
Now ssh to your server, so you can change directory to where your Apache HTML Folder is:
cd /var/www/
The following instructions are thanks to Mike Bonner and describe how to get Livecode Server running on DigitalOcean:
# Configure Revigniter
Next we look to configure Revigniter to server multiple domains:
- revIgniter URLs - revigniter.com
- Virtual-host-example - ez.no
- apache.org
- Managing Apps - revigniter.com
- Apache Virtual Hosts - digitalocean.com
- Apache Config for Livecode - blogspot.co.uk ![]()
# See also - Livecode Server on DigitalOcean - Configure Apache for Livecode - Nginx - Revigniter