gdavida / myGifs

0 stars 0 forks source link

Documenting Process #15

Open gdavida opened 7 years ago

gdavida commented 7 years ago

1/2 hour initial waffle organization on Fri 10/27

gdavida commented 7 years ago

rails new myGifs -d postgresql

gdavida commented 7 years ago

trouble bundling so:

gem install rails update nokofiri from instructions here: http://www.nokogiri.org/tutorials/installing_nokogiri.html

gdavida commented 7 years ago

bundle install

gdavida commented 7 years ago

rake db:create

gdavida commented 7 years ago

rails server