Skip to content

Instantly share code, notes, and snippets.

@stursby
Created July 31, 2014 15:12
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 stursby/54533e0ca1d3dcd35511 to your computer and use it in GitHub Desktop.
Save stursby/54533e0ca1d3dcd35511 to your computer and use it in GitHub Desktop.
Pagekit install
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