Created
February 16, 2012 21:30
-
-
Save tylerflint/1848008 to your computer and use it in GitHub Desktop.
Boxfile.install
This file contains hidden or 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
web1: | |
after_build: | |
# If we don't have a database config file yet then we'll copy the one from installer/assets | |
- "[ -f 'system/cms/config/database.php' ] || mv 'installer/assets/config/dynamic_database.php' 'system/cms/config/database.php'" | |
after_deploy: | |
# All files are in place and the database connection is ready. Run the install | |
- "curl -s http://${APP_NAME}.pagodabox.com/installer/index.php/quick_install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment