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
Preparing environment : | |
* Mounting codebase | |
Root privileges are required to modify network shares. Your password may be requested... | |
✓ Mounting codebase | |
-------------------------------------------------------------------------------- | |
+ HEADS UP: | |
+ This is the first build for this project and will take longer than usual. |
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
+> Copying user's ssh keys into the build environment | |
+> Setting up directories and permissions | |
+> Cleaning up any previous builds | |
UPDATING PKG DATABASE -----------------> | |
reading local summary... | |
processing local summary... | |
updating database: 100% | |
pkg_summary.bz2 100% 159KB 159.1KB/s 40.1KB/s 00:01 | |
processing remote summary (http://pkgsrc.nanobox.io/nanobox/base/Linux/)... |
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
Delorum14s-MacBook:super-secret-project lyon$ pagoda launch stanley | |
+> Registering stanley | |
+> Deploying.... | |
+> stanley created and deployed! | |
----------------------------------------------- | |
LIVE URL : http://stanley.pagodabox.com | |
ADMIN PANEL : http://dashboard.pagodabox.com |
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
permissions: | |
/admin : | |
- 127.0.0.1: allow | |
- all: deny | |
/test/phone-list.txt : | |
- 123.5.15.8: deny | |
- 123.5.15.9: deny | |
- 123.5.15.10: deny | |
- 123.5.15.11: deny | |
- 123.5.15.12: deny |
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
general: | |
# | |
# writable_directories: a list of directories that your php app is | |
# allowed to write to. CAUTION: these directories should not contain | |
# executable code (ie: file.php) | |
# | |
writable_directories: [] | |
web: | |
# |