Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 567 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 567 Bytes

README

Date de rendu 17/02/19 à 23:59

Blog with Ruby/Rails

Setup the project

Clone the repository

HTTPS :

git clone https://github.com/asatger/blog_ruby.git 

SSH :

git clone [email protected]:asatger/blog_ruby.git

Install bundles

Go into root project:

cd blog_ruby/

Then, install bundles:

bundle install

Migrate database

rake db:migrate 

Run project

Run Rails server:

rails s 

Then go on : http://localhost:3000/posts

Enjoy ! :)