Skip to content

Instantly share code, notes, and snippets.

@robap
Created November 6, 2011 14:17
Show Gist options
  • Save robap/1342938 to your computer and use it in GitHub Desktop.
Save robap/1342938 to your computer and use it in GitHub Desktop.
Run non stable php built-in web server
cd (into your dev directory)
zf create project quickstart
cd quickstart/library
ln -s /usr/share/php/libzend-framework-php/Zend .
cd ..
~/apps/php/php-5.4.0alpha3/sapi/cli/php -S localhost:8000 public/index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment