Skip to content

Commit

Permalink
Docs: Add information about PHP's built-in server
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr authored and alrra committed Jul 29, 2014
1 parent 43c0f17 commit c05deda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ you to preview your web pages online (e.g. [Dropbox](https://www.dropbox.com/)).

Setting up a local server can be done using:

* PHP 5.4.0+ by running
[`php -S localhost:<port_number>`](http://php.net/manual/en/features.commandline.webserver.php)
from your local directory
* Python 2.x by running `python -m SimpleHTTPServer` from your local directory
* Python 3.x by running `python -m http.server` from your local directory
* Ruby by installing and running [asdf](https://rubygems.org/gems/asdf)
Expand Down

0 comments on commit c05deda

Please sign in to comment.