Skip to content

Instantly share code, notes, and snippets.

@apcera-code
Last active March 30, 2016 19:37
Show Gist options
  • Save apcera-code/7133cb0148f23f4cf05b8dccd6f79daf to your computer and use it in GitHub Desktop.
Save apcera-code/7133cb0148f23f4cf05b8dccd6f79daf to your computer and use it in GitHub Desktop.
$ apc app create rubytest --staging=ruby
...
Packaging... done
Uploading package... done
[STAGING] Subscribing to the staging process...
[STAGING] Beginning staging with 'ruby' pipeline, 2 stager(s) defined.
[STAGING] Launching instance of stager 'ruby'...
[STAGING] Downloading package for processing...
[STAGING] Found Rack application
[STAGING] Stager needs relaunching
[STAGING] Launching instance of stager 'ruby'...
[STAGING] Downloading package for processing...
[STAGING] Found Rack application
[STAGING] Executing Bundler...
[STAGING] Installing rack (1.3.0)
[STAGING] Installing tilt (1.3.2)
[STAGING] Installing sinatra (1.2.6)
[STAGING] Using bundler (1.5.2)
[STAGING] Updating files in vendor/cache
[STAGING] Your bundle is complete!
[STAGING] Gems in the groups development and test were not installed.
[STAGING] It was installed into ./vendor/bundle
[STAGING] Start command: bundle exec rackup config.ru -p $PORT
[STAGING] Launching instance of stager 'rspec'...
[STAGING] Downloading to /app
[STAGING] -----> Running bundle install for test dependencies
[STAGING] Installing diff-lcs (1.2.4)
[STAGING] Using rack (1.3.0)
[STAGING] Installing rack-test (0.6.2)
[STAGING] Installing rspec-core (2.13.1)
[STAGING] Installing rspec-expectations (2.13.0)
[STAGING] Installing rspec-mocks (2.13.1)
[STAGING] Installing rspec (2.13.0)
[STAGING] Using tilt (1.3.2)
[STAGING] Using sinatra (1.2.6)
[STAGING] Using bundler (1.5.2)
[STAGING] Updating files in vendor/cache
[STAGING] Your bundle is complete!
[STAGING] Gems in the group development were not installed.
[STAGING] It was installed into ./vendor/bundle
[STAGING] -----> Running tests
[STAGING] ...
[STAGING]
[STAGING] Finished in 0.0149 seconds
[STAGING] 3 examples, 0 failures
[STAGING] -----> Rspec tests passed.
[STAGING] Staging is complete.
Success!
@apcera-code
Copy link
Author

For reference, this Terminal Output results comes from RSpec-tests.bash in reference to the following article about Package Staging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment