Skip to content
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.

  1. 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
  2. In Portainer, go to Containers on the sidebar and add a container.
  3. Name it smoothie-runner, then use bsscc/smoothie-runner:latest as the Image.
  4. Under Network ports configuration, click publish a new network port, and use 6821 as both host and container.
  5. Deploy the container.
  6. Go to http://localhost:8080 and login with the default credentials admin and password.
  7. Change the admin password at Hello, admin! > Account Settings > Change Password.
  8. Add a runner at Admin > Runners on the topbar.
  9. Click New Runner, add a name and description, and use localhost and 6821 for the host and port. Click save.

You may also want to configure recaptcha.

Clone this wiki locally