Skip to content

dbsima/resume2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published