Skip to content

Instantly share code, notes, and snippets.

@ranguard
Created May 1, 2011 16:34
Show Gist options
  • Save ranguard/950625 to your computer and use it in GitHub Desktop.
Save ranguard/950625 to your computer and use it in GitHub Desktop.
Deploying to DotCloud
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