Setup Guide
-
Setup Guide
-
If you do not have Ruby yet, Install RVM
Run the following in a console:
“‘ $ curl -sSL get.rvm.io | bash -s stable $ rvm @global do gem install bundler “`
-
Install PhantomJS or any JS Library like Nodejs if you dont have one yet
Run ‘brew install phantomjs` if you haven’t already. Run ‘sudo aptitude install nodejs` for Linux
-
Install the gems
Install the contents of ‘Gemfile` as follows:
“‘ $ bundle install “`
-
Start the server
Run ‘$ rails s` in the console Then go to `localhost:3000` to view the app