Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created February 28, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tylerflint/deab00a62fc858bfe83f63b4f7d9714e to your computer and use it in GitHub Desktop.
Save tylerflint/deab00a62fc858bfe83f63b4f7d9714e 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
[prepare] * Mounting codebase
Root privileges are required to modify network shares. Your password may be requested...
[prepare] ✓ 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.
--------------------------------------------------------------------------------
[runtime.build] ✓ Starting docker container
[runtime.build] ✓ Preparing environment for build
[runtime.build] ✓ Gathering requirements
[runtime.build] ✓ Mounting cache_dirs
[runtime.build] ✓ Installing binaries and runtimes
[runtime.build] ✓ Packaging build
[app.compile] ✓ Starting docker container
[app.compile] ✓ Preparing environment for compile
[app.compile] ✓ Compiling code
[app.setup] ✓ Reserving IPs
[app.data.sync.old] ✓ Skipping (up-to-date)
[app.data.sync.new(data.db)] ✓ Reserve IP
[app.data.sync.new(data.db)] ✓ Starting docker container
[app.data.sync.new(data.db)] ✓ Gathering requirements
[app.data.sync.new(data.db)] ✓ Configuring services
[app.components.start(Logger)] ✓ Pulling nanobox/logvac image
[app.components.start(Logger)] ✓ Reserve IP
[app.components.start(Logger)] ✓ Starting docker container
[app.components.start(Logger)] ✓ Gathering requirements
[app.components.start(Logger)] ✓ Configuring services
[app.components.start(Message Bus)] ✓ Pulling nanobox/mist image
[app.components.start(Message Bus)] ✓ Reserve IP
[app.components.start(Message Bus)] ✓ Starting docker container
[app.components.start(Message Bus)] ✓ Gathering requirements
[app.components.start(Message Bus)] ✓ Configuring services
[app.components.start(Router)] ✓ Pulling nanobox/portal image
[app.components.start(Router)] ✓ Reserve IP
[app.components.start(Router)] ✓ Starting docker container
[app.components.start(Router)] ✓ Gathering requirements
[app.components.start(Router)] ✓ Configuring services
[app.components.start(Storage)] ✓ Pulling nanobox/hoarder image
[app.components.start(Storage)] ✓ Reserve IP
[app.components.start(Storage)] ✓ Starting docker container
[app.components.start(Storage)] ✓ Gathering requirements
[app.components.start(Storage)] ✓ Configuring services
[app.deploy] ✓ Starting docker container
[app.deploy] ✓ Uploading
[app.code.sync.old] ✓ Skipping (up-to-date)
[app.code.sync.new(web.main)] ✓ Pulling nanobox/code image
[app.code.sync.new(web.main)] ✓ Starting docker container
[app.code.sync.new(web.main)] ✓ Fetching build from warehouse
[app.code.sync.new(web.main)] ✓ Starting services
[app.deploy.finalize] ✓ Running before_live hooks
[app.deploy.finalize] ✓ Updating router
[app.deploy.finalize] ✓ 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