Sometimes I need to serve php files but I don't want to install Apache or similar heavy web server.
Clone the repo.
Execute:
$ bundle
In the repo you can find a simple index.html file, free feel to replace it with your index.php
Execute:
$ rackup
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request