Skip to content

Instantly share code, notes, and snippets.

@Raphhh
Last active August 29, 2015 14:07
Show Gist options
  • Save Raphhh/934c8724b92feb0d096c to your computer and use it in GitHub Desktop.
Save Raphhh/934c8724b92feb0d096c to your computer and use it in GitHub Desktop.
readme-php-app
# PHP web app
## Main resources
website
code base repository
documentation
bug tracking
ci servers
monitoring
analytics
## Env and instances
### dev
### test
### prod
## Servers settings
### HTTP server settings
### PHP settings
see composer
### DB settings
### others
workers, cache, elastic searh...
## Dev installation
### Env installation
see Vagrant
php + db + node + grunt etc
### Code base download
see git clone
### PHP dependancies download
see composer
### JS dependancies download
see NPM
see bower
### DB creation
see Doctrine
### PHP test suite
### Assets build
### JS test suite
### others testings
(db connection, webservices connections, url rewriting, error redirection, ...)
## Prod deploiement
## Monitoring
see new relic, send server, analitycs, bugs etc...
## Framework/CMS
## Files architecture
## Coding guidelines
### PHP
see PSR
### JS
### HTML
### CSS
### SQL
### files naming
### others (json/yaml/...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment