Install Ruby 2.0 by rvm or rbenv.
sudo apt-get install mongodb memcached redis-server pandoc imagemagick
git clone https://github.com/chloerei/writings.git
cd writings
bundle
cp config/app_config.yml.example config/app_config.yml
cp config/mongoid.yml.example config/mongoid.yml
rails s
# run in separate terminals
sidekiq # delay jobs
guard start # live-reload
Generate a new secret_key_base string in config/app_config.yml.
An example deploy script in config/deploy.rb (for passenger), edit it for your situation.