Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoochit/btf2013
https://github.com/anoochit/btf2013
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/anoochit/btf2013
- Owner: anoochit
- Created: 2013-07-20T13:50:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T13:53:16.000Z (over 11 years ago)
- Last Synced: 2024-05-21T07:04:20.131Z (9 months ago)
- Language: PHP
- Size: 1.63 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cakeStrap on OpenShift
Easily deploy cakeStrap (CakePHP + Twitter Bootstrap) on OpenShift
## Version Used
- cakeStrap v0.5
- Twitter Bootstrap v2.1.0
- HTML5 Boilerplate v4.0.0
- Normalize v1.0.1
- Modernizr v2.6.1
- CakePHP v2.2
- openshift/cakephp-example## Steps-To-Deploy
### From the OpenShift Web UI
See these instructions from the wiki: https://github.com/leegraham/cakeStrap-example/wiki
### From the Command Line
Simply run the following:
`rhc create-app cakestrap php-5.3 mysql-5.1 --from-code https://github.com/leegraham/cakeStrap-example.git -p `
## Notes
CakePHP Security:
If you're doing more than just 'playing' be sure to edit `app/config/core.php`
and modify `Security.salt` and `Security.cipherSeed`.## Questions / Bugs
Have a question or found a bug? Please create an issue [here][] on GitHub!
[here]: https://github.com/leegraham/cakeStrap-example/issues