Created
May 1, 2011 16:34
-
-
Save ranguard/950625 to your computer and use it in GitHub Desktop.
Deploying to DotCloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo easy_install dotcloud | |
dotcloud create leotest | |
dotcloud deploy --type perl leotest.www | |
git://github.com/ranguard/plack-example.git | |
cd plack-example/multiple_roots/ | |
dotcloud push leotest.www ./ | |
open http://www.leotest.dotcloud.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment