Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.26 KB

INSTALL_PREREQS.md

File metadata and controls

20 lines (12 loc) · 1.26 KB

Setup Docker and Docker compose

To run the backend services for OpenAp Personal Food Computers, start by setting up Docker and docker-compose on your server machine.

Install Docker Engine

Install the Docker Engine for your platform. (You can find install directions on the docker website.

I followed the instructions for Ubuntu, setting it up via a repository.

(Optional) Set up user to run docker

By default, you need to use the sudo command to run docker, if you'd like to use your user instead, follow the instructions in the Linux Post Install page.

Install Docker-Compose

Follow the steps for you platform on the offical docker-compose install page

Optional

Portainer

A nice utility to monitor Docker images and containers, etc is Portainer CE. Portainer community edition can be run as docker images, and provides a web interface to interact with Docker. Installation instructions found here