From f1cc126e137234c01b16d0631beddb17dc5f9d5a Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Thu, 22 Dec 2011 16:50:25 -0800 Subject: [PATCH] readme with license --- Readme.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..65522ec --- /dev/null +++ b/Readme.md @@ -0,0 +1,31 @@ +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 -s cedar + 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 + +Released under the MIT License: http://www.opensource.org/licenses/mit-license.php +