dbsima / resume2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This README would normally document whatever steps are necessary to get the application up and running.

Summary

TODO

Installation

0.1. Install ruby

$ curl -sSL https://get.rvm.io | bash -s stable --ruby=2.0

0.2. bis. Install bundler

$ gem install bundler
  1. Clone repo
$ git clone https://github.com/dbsima/resume2.0.git
$ cd resume2.0
  1. Install gem dependencies
$ bundle install
  1. Migrate db
$ bundle exec rake db:migrate RAILS_ENV=development
  1. Start server
$ bundle exec rails s

Usage

In the browser go to http://localhost:3000

Testing

TODO

About


Languages

Language:Ruby 96.5%Language:JavaScript 1.9%Language:CSS 1.6%