RevIgniter is a toolkit for people who develop web projects using LiveCode. revIgniter is modelled on CodeIgniter. It was created and maintained by Ralf Bitter - 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 you should:
cd /var/www/
# 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