This README would normally document whatever steps are necessary to get the application up and running.
TODO
0.1. Install ruby
$ curl -sSL https://get.rvm.io | bash -s stable --ruby=2.0
0.2. bis. Install bundler
$ gem install bundler
- Clone repo
$ git clone https://github.com/dbsima/resume2.0.git
$ cd resume2.0
- Install gem dependencies
$ bundle install
- Migrate db
$ bundle exec rake db:migrate RAILS_ENV=development
- Start server
$ bundle exec rails s
In the browser go to http://localhost:3000
TODO