Skip to content
Jason Burgett edited this page Jun 1, 2013 · 6 revisions

LiveCD

Compensato is built on a bootable LiveCD environment. ISO files can be downloaded from Here. Burn them to a DVD or use a program such as Unetbootin to make a bootable USB drive from them.

Once running each section has a "Usage Tip" to help you use the various functions properly.

Development environment

Compensato is a rails app that can be run from any Linux environment with the required prerequisites installed. Simply enter the app directory and enter:

sudo rails s

into the terminal.

Just open any web browser after the server is running and navigate to http://localhost:3000 and away you go.

Once running each section has a "Usage Tip" to help you use the various functions properly.

Clone this wiki locally