Last active
December 17, 2015 00:38
-
-
Save huglester/5522398 to your computer and use it in GitHub Desktop.
Installing FuelPHP 1.7/develop framework
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
#initial install | |
# cd /your/path | |
git clone --recursive git://github.com/fuel/fuel.git . --branch 1.7/develop | |
git submodule foreach git checkout 1.7/develop | |
php composer.phar selfupdate | |
php composer.phar install | |
#later, updating... | |
# cd /your/path | |
git pull | |
git submodule foreach git pull | |
php composer.phar update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment