Open Source Platform as a Service for Regional focus: Iran
[http://12factor.net/]
part of DevOps for software-as-a-service apps
declarative formats
Suitable for deployment on modern cloud platforms
continuous deployment (DevOps)
"hundreds of thousands of apps via our work on the Heroku platform"
organic growth
App Attributes:
Codebase
Config
Stateless Processes
Isolate Dependencies
Platform Attributes ...
Heroku.com
5 Billion Requests per Day
4+ Million Apps Created
150+ Add-on Services
How We Compete with Heroku?
Through our regional features
Through Cost arbitrage
More flexible free plans
Engine Yard - Jelastic - Google App Engine - dotCloud -Appfog - cloud66 - Shelly Cloud - App Harbor
saku scale web=10
[2013] 3.5 Developer=$10.5B
Andreessen Horowitz, stated that GitHub had been growing revenue at 300% annually since 2008 "profitably nearly the entire way"
git checkout -b <branchName>
git checkout -b <localBranchName> origin/<remoteBranchName>
git checkout -- <fileName>
git push origin :<branchName>
git remote add <remoteName> <gitAddress>
git fetch <remoteName>
git clone <url>