Skip to content
forked from heroku/12factor

Methodology for building software-as-a-service I follow

License

Notifications You must be signed in to change notification settings

Abdizriel/12factor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Twelve-Factor App

Source for the content app running at: http://www.12factor.net/

Development

bundle install
foreman start
open http://localhost:5000

Production deploy

heroku create
git push heroku master
heroku open

Meta

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 Hodgson

Translations and edits by: @mahnunchik, @francescomalatesta, @astralhpi, @liangshan, @orangain, @Keirua, Clément Camin, Bob Marteen, @dmathieu, @fernandes, @gwmoura, @lfilho, @Arturszott and more.

Released under the MIT License: http://www.opensource.org/licenses/mit-license.php

About

Methodology for building software-as-a-service I follow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.0%
  • HTML 28.2%
  • Ruby 25.8%