Skip to content

A methodology for building modern, scalable, maintainable software-as-a-service apps [Ruby Version] - http://12-factor-ruby.stackriot.xyz

License

Notifications You must be signed in to change notification settings

sethbergman/12-Factor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Twelve-Factor App

DEMO: 12-factor-ruby.stackriot.xyz

Development

bundle install
foreman start

Visit localhost:5000

Production deploy

This application uses the 12 Factor methodology for building applications which run as a service. Learn more about The Twelve Factors.

I use Dokku, a Docker powered mini-Heroku like PaaS that I run on a Digital Ocean Ubuntu server.

Build Steps

git remote add dokku dokku@dokku-server.com:12-factor-ruby
git add --all
git commit -m "Deploy to dokku"
git push dokku master

Additional Resources

img

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 and more.

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

About

A methodology for building modern, scalable, maintainable software-as-a-service apps [Ruby Version] - http://12-factor-ruby.stackriot.xyz

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published