Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Managing the CI Board Pivotal Singapore

divyabhargov edited this page Apr 14, 2016 · 3 revisions

Accessing the web interface Connect to http://kent-ridge.local:3030/

Click the + icon to add a new widget or alter the layout of the widgets. Remember to click the floppy disk icon to save your changes.

Note: currently, you can’t edit a widget after you’ve created it; you can only delete it or rearrange it. If you need to edit, you’ll have to poke at it in the rails console (see below), or improve the code to allow editing! =-)

Connecting to a rails console for the app

ssh neo@kent-ridge.local   (use the normal workstation password)
cd workspace/spotlight_docker
eval $(docker-machine env default)
docker-compose run --rm api bundle exec rails c
Clone this wiki locally