Created
July 2, 2013 20:10
-
-
Save gavinblair/5912681 to your computer and use it in GitHub Desktop.
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 characters
$ ssh [email protected] | |
<enter password> | |
# cd ~ | |
# curl -sS http://getcomposer.org/installer | php | |
# php ~/composer.phar | |
# cd /websites | |
# php ~/composer.phar create-project laravel/laravel your-project-name | |
# cd your-project-name | |
# php ~/composer.phar install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment