Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 383 Bytes

File metadata and controls

18 lines (10 loc) · 383 Bytes

#f3 - dotcloud boilerplate

boilerplate for f3 ready to deploy on dotcloud.

Install dotcloud CLI and setup

Git clone this repo to yourapp/

Edit dotcloud.yml with your specific stack if necessary. (default : php/mysql)

then:

cd yourapp/
dotcloud create yourapp
#connect dir to dotcloud by answering Y to prompt
dotcloud push