-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Raymond Li edited this page Feb 16, 2020
·
4 revisions
These instructions will walk you through a local deployment for development/testing purposes using Docker & Portainer.
You'll want to setup smoothie-runner.
- Either use the Docker Hub image or build it from source:
git clone https://github.com/BayviewComputerClub/smoothie-runner.git cd smoothie-runner docker build . -t bsscc/smoothie-runner
- In Portainer, go to Containers on the sidebar and add a container.
- Name it
smoothie-runner
, then usebsscc/smoothie-runner:latest
as the Image. - Under
Network ports configuration
, clickpublish a new network port
, and use6821
as both host and container. - Deploy the container.
- Go to http://localhost:8080 and login with the default credentials
admin
andpassword
. - Change the admin password at
Hello, admin! > Account Settings > Change Password
. - Add a runner at
Admin > Runners
on the topbar. - Click
New Runner
, add a name and description, and uselocalhost
and6821
for the host and port. Clicksave
.
You may also want to configure recaptcha.