Created
September 27, 2012 15:58
-
-
Save biojazzard/3794791 to your computer and use it in GitHub Desktop.
Basic phpfog Usage
This file contains 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 characters
##Basic phpfog Usage | |
1. List your apps: pf list apps | |
2. To fetch your application code: pf clone <app_id> | |
3. Make your changes | |
4. Stage changes in your local repo: git add -A | |
5. Commit changes: git commit -m 'My first commit' | |
6. Deploy to PHP Fog: pf push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment