Skip to content

Instantly share code, notes, and snippets.

@joanhey
Last active January 21, 2017 17:37
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 joanhey/7ee93daa711d2a69c5e06c2310e66e07 to your computer and use it in GitHub Desktop.
Save joanhey/7ee93daa711d2a69c5e06c2310e66e07 to your computer and use it in GitHub Desktop.
para lanzar desde Elementary OS el servidor incluido en php, en localhost:8000. copiar el php-server.contract en /usr/share/contractor .
[Contractor Entry]
Name=PHP server
Icon=network-server-symbolic
Description=Open PHP server
MimeType=inode/directory;application/x-httpd-php;application/x-php;
Exec=php -S 0.0.0.0:8000 -t %u
Gettext-Domain=php-server
Type=Application
StartupNotify=true
Terminal=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment