Skip to content

Instantly share code, notes, and snippets.

@ShawnHuang
Created April 18, 2014 06:59
Show Gist options
  • Save ShawnHuang/11028398 to your computer and use it in GitHub Desktop.
Save ShawnHuang/11028398 to your computer and use it in GitHub Desktop.
heroku with php
1. $wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
2. $ heroku login
3. $ cd ~/yourapp
4. $ git init
5. $ git add .
6. $ git commit -am "init"
7. $ heroku git:remote -a fb-friend-tw
8. $ git push heroku master
@ShawnHuang
Copy link
Author

@ShawnHuang
Copy link
Author

@ShawnHuang
Copy link
Author

@ShawnHuang
Copy link
Author

git remote rename origin github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment