Simple blog done in rails. Deployed on jnblog.herokuapp.com/
-
Ruby version 2.3.0
-
Rails version 4.2.6
-
0.1 - First commit
-
git clone github.com/JQNguyen15/url-shortener.git
-
cd url-shortener
-
chmod 755 “*” (without quotes)
-
bin/rake db:migrate
-
bin/rails server to start the server
-
visit localhost:3000 to test app on localhost
-
fork from git
-
sync up on heroku
-
run command “heroku run rake db:migrate –app <appname on heroku>” while in the folder. Also need heroku toolbelt installed