Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Installation

glasnt edited this page Sep 21, 2014 · 4 revisions

Prior requirements:

  • installation of ruby 1.9.3 or ruby 2.1.2 (see travis.yml for current tested versions)
  • redis-server

For development, libqt4-dev for capybara, and a dev version of ruby for pry-debugger

Then, clone and execute like any standard Ruby on Rails application:

git clone https://github.com/anchor/machiavelli.git
bundle install
bundle exec rails server

The application can then be viewed at http://localhost:3000

Clone this wiki locally