This is an application designed to ingest XML data for Rogers Publishing properties and output it to HTML files (for iPhone) and Wordpress (via XML-RPC)
In order to use this app, you will need to have the latest version of Ruby and Rails installed, as well as the XCode command line tools, and Git. The easiest way to do this is to follow the steps outlined here
To run this app for the first time, do the following in the terminal:
cd ~
git clone https://github.com/frika/RPD_app.git
cd RPD_app
bundle install
bundle exec rake db:migrate
bundle exec rake db:seed
rails s
Then open your browser, and navigate to:
http://localhost:3000
And follow the onscreen instructions.
written by Steven Thomas.