Skip to content

Instantly share code, notes, and snippets.

@hayajo
Created July 6, 2011 02:49
Show Gist options
  • Save hayajo/1066443 to your computer and use it in GitHub Desktop.
Save hayajo/1066443 to your computer and use it in GitHub Desktop.
postinstall - dotcloud
#!/bin/sh
# install Hopen from github
cpanm https://github.com/hayajo/Hopen/tarball/master
# install additional modules from filepath
for MODULE in modules/*; do
cpanm ${MODULE}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment