https://github.com/photon/project-template
Template of project for photon
https://github.com/photon/project-template
Last synced: about 1 year ago
JSON representation
Template of project for photon
- Host: GitHub
- URL: https://github.com/photon/project-template
- Owner: photon
- Created: 2016-01-03T09:42:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:33:07.000Z (about 9 years ago)
- Last Synced: 2025-02-15T20:49:34.985Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Download and install composer, See https://getcomposer.org/download/
2. Initialize the project
composer install
3. Initialize the mongrel2 configuration
m2sh load --config mongrel2/conf/http.conf
4. Start mongrel2
m2sh start -name http
5. Start the photon project
./vendor/bin/hnu serve
6. Open a browser
http://127.0.0.1:6767/