Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwiggins/12factor
Official fork now at: https://github.com/heroku/12factor
https://github.com/adamwiggins/12factor
Last synced: 3 months ago
JSON representation
Official fork now at: https://github.com/heroku/12factor
- Host: GitHub
- URL: https://github.com/adamwiggins/12factor
- Owner: adamwiggins
- License: mit
- Created: 2011-06-03T09:35:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T21:52:12.000Z (10 months ago)
- Last Synced: 2024-06-11T23:05:58.526Z (5 months ago)
- Language: Ruby
- Homepage: http://12factor.net/
- Size: 395 KB
- Stars: 399
- Watchers: 15
- Forks: 714
- Open Issues: 18
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - 12factor - Official fork now at: https://github.com/heroku/12factor (Ruby)
README
The Twelve-Factor App
=====================Source for the content app running at: http://www.12factor.net/
Development
-----------bundle install
foreman start
open http://localhost:5000Production deploy
-----------------heroku create -s cedar
git push heroku master
heroku openMeta
----Created by Adam Wiggins
Contributions from: James Lindenbaum, Mark McGranaghan, Chris Stolt, Ryan
Daigle, Mark Imbriaco, Keith Rarick, Will Leinweber, Jesper Jørgensen, James
Ward, Adam Seligman, Phil Hagelberg, Jon Mountjoy, Matthew Turland, Daniel
Jomphe, Mattt Thompson, Anand Narasimhan, Lucas Fais, Pete HodgsonReleased under the MIT License: http://www.opensource.org/licenses/mit-license.php