Skip to content

Instantly share code, notes, and snippets.

@huglester
Last active December 12, 2015 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huglester/4721702 to your computer and use it in GitHub Desktop.
Save huglester/4721702 to your computer and use it in GitHub Desktop.
Installing FuelPHP 1.6/develop framework
#initial install
# cd /your/path
git clone --recursive git://github.com/fuel/fuel.git . --branch 1.6/develop
git submodule foreach git checkout 1.6/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