Lightweight usability testing webapp inspired by FiveSecondTest
- Ruby on Rails
- Have Ruby on Rails 2.2+ running, along with the database of your choice.
- Check out the Infomaki source code from our Subversion repository or by downloading the .zip file (see the Sourceforge project site for details).
- Update the config/database.yml file with your local database settings.
- From the command line, change the directory to the root of the Infomaki application and run "rake db:migrate" to build the database structure.
- Install the required RubyGems (running "rake gems:install" from command line should do the trick).
- Start the Rails server (type "script/server"). If all goes well , you should see the project home page at http://0.0.0.0:3000/
- To create content, go to http://0.0.0.0:3000/initiatives and log in with username "admin@admin.com" and password "rootroot".
- GNU General Public License (GPL)