Skip to content

Instantly share code, notes, and snippets.

@jpetazzo
Created January 5, 2012 09:10
Show Gist options
  • Save jpetazzo/1564363 to your computer and use it in GitHub Desktop.
Save jpetazzo/1564363 to your computer and use it in GitHub Desktop.
dotCloud builder for Cromlech
#!/bin/bash
[ -d ~/bin ] || virtualenv ~
. ~/bin/activate
cp -a . ~
cd
python bootstrap.py
sed -i 's/port = 8080/port = 42800/g' base.cfg # ugly hack
buildout
www:
type: custom
buildscript: builder.sh
process: bin/cromlech-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment