Last active
December 9, 2015 11:12
-
-
Save khalilovcmd/55f0abf94cded6cb78c9 to your computer and use it in GitHub Desktop.
Revisions
-
khalilovcmd renamed this gist
Dec 9, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
khalilovcmd created this gist
Dec 9, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # download heroku wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh # login to heroku heroku login # create heroku-git link (adding a heroku remote) heroku create # pushing a commit to heroku git push heroku master # one instance is running for heroku heroku ps:scale web=1 # open your heroku app heroku open # (optional) view logs heroku logs --tail