Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozmorris/phpapp
php app on heroku
https://github.com/mozmorris/phpapp
Last synced: about 1 month ago
JSON representation
php app on heroku
- Host: GitHub
- URL: https://github.com/mozmorris/phpapp
- Owner: mozmorris
- Created: 2015-01-21T00:02:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T00:07:10.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T03:23:10.126Z (3 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deploy instructions
git clone https://github.com/MozMorris/phpapp.git
cd phpapp
heroku create
heroku config:set BUILDPACK_URL=https://github.com/MozMorris/heroku-buildpack-php#pagespeed
git push heroku master
heroku open