-
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:latestas the Image. - Under
Network ports configuration, clickpublish a new network port, and use6821as both host and container. - Deploy the container.
- Go to http://localhost:8080 and login with the default credentials
adminandpassword. - Change the admin password at
Hello, admin! > Account Settings > Change Password. - Add a runner at
Admin > Runnerson the topbar. - Click
New Runner, add a name and description, and uselocalhostand6821for the host and port. Clicksave.
You may also want to configure recaptcha.