Created
July 31, 2014 15:12
-
-
Save stursby/54533e0ca1d3dcd35511 to your computer and use it in GitHub Desktop.
Pagekit install
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
1. clone the repo | |
git clone git://github.com/pagekit/pagekit.git && cd pagekit | |
2. install composer | |
curl -s getcomposer.org/installer | php -d detect_unicode=Off | |
3. run components install | |
php composer.phar install | |
4. boot local server | |
php -S localhost:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment