Skip to content

Instantly share code, notes, and snippets.

@Tolmark12
Forked from tylerflint/current.txt
Last active February 28, 2017 18:36
Show Gist options
  • Save Tolmark12/208e84b1bd88000ad0350c00eb50a0dd to your computer and use it in GitHub Desktop.
Save Tolmark12/208e84b1bd88000ad0350c00eb50a0dd to your computer and use it in GitHub Desktop.
potential output styles
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.
+ Future builds will pull from the cache and will be much faster.
--------------------------------------------------------------------------------
Building runtime :
✓ Starting docker container
✓ Preparing environment for build
✓ Gathering requirements
✓ Mounting cache_dirs
✓ Installing binaries and runtimes
✓ Packaging build
Compiling application :
✓ Starting docker container
✓ Preparing environment for compile
✓ Compiling code
nanobox-sinatra (dry-run) :
✓ Reserving IPs
Syncing data components :
Removing old :
✓ Skipping (up-to-date)
Launching new :
data.db :
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
Starting components :
Logger :
✓ Pulling nanobox/logvac image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
Message Bus :
✓ Pulling nanobox/mist image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
Router :
✓ Pulling nanobox/portal image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
Storage :
✓ Pulling nanobox/hoarder image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
Deploying app :
✓ Starting docker container
✓ Uploading
Syncing code components :
Removing old :
Starting new :
web.main :
✓ Pulling nanobox/code image
✓ Starting docker container
✓ Fetching build from warehouse
✓ Starting services
Finalizing deploy :
✓ Running before_live hooks
✓ Updating router
✓ Running after_live hooks
--------------------------------------------------------------------------------
+ Your app is running in simulated production environment
+ Access your app at >> 172.19.0.3
--------------------------------------------------------------------------------
Connected to streaming logs:
ctrl + c to quit
------------------------------------------------
waiting for output...
Tue Feb 28 17:03:40 2017 web.main (puma[daemon]) :: * Listening on tcp://0.0.0.0:3000
Tue Feb 28 17:03:40 2017 web.main (puma[daemon]) :: Use Ctrl-C to stop
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.
+ Future builds will pull from the cache and will be much faster.
--------------------------------------------------------------------------------
BUILDING RUNTIME
----------------
✓ Starting docker container
✓ Preparing environment for build
✓ Gathering requirements
✓ Mounting cache_dirs
✓ Installing binaries and runtimes
✓ Packaging build
COMPILING APPLICATION
---------------------
✓ Starting docker container
✓ Preparing environment for compile
✓ Compiling code
nanobox-sinatra (dry-run) :
✓ Reserving IPs
SYNCING DATA COMPONENTS
-----------------------
REMOVING OLD :
✓ Skipping (up-to-date)
LAUNCHING NEW :
data.db >>
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
STARTING COMPONENTS
-------------------
LOGGER :
✓ Pulling nanobox/logvac image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
MESSAGE BUS :
✓ Pulling nanobox/mist image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
ROUTER :
✓ Pulling nanobox/portal image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
STORAGE :
✓ Pulling nanobox/hoarder image
✓ Reserve IP
✓ Starting docker container
✓ Gathering requirements
✓ Configuring services
DEPLOYING APP
------------+
✓ Starting docker container
✓ Uploading
SYNCING CODE COMPONENTS
-----------------------
REMOVING OLD :
STARTING NEW :
web.main >>
✓ Pulling nanobox/code image
✓ Starting docker container
✓ Fetching build from warehouse
✓ Starting services
FINALIZING DEPLOY
-----------------
✓ Running before_live hooks
✓ Updating router
✓ Running after_live hooks
--------------------------------------------------------------------------------
+ Your app is running in simulated production environment
+ Access your app at >> 172.19.0.3
--------------------------------------------------------------------------------
Connected to streaming logs:
ctrl + c to quit
------------------------------------------------
waiting for output...
Tue Feb 28 17:03:40 2017 web.main (puma[daemon]) :: * Listening on tcp://0.0.0.0:3000
Tue Feb 28 17:03:40 2017 web.main (puma[daemon]) :: Use Ctrl-C to stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment