Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

QUICK_SETUP.md

File metadata and controls

33 lines (23 loc) · 1.09 KB

Quick Setup: docker-compose

Gitter Support

  1. Install requirements (Debian):
sudo apt -y update
sudo apt -y install git docker.io docker-compose make
# Please ensure docker is installed properly and the following
# command show system information. In most machines, you'll need to
# add your user to the `docker` group and re-login to the shell.
docker info
  1. Setup repository:
git clone https://github.com/openwisp/docker-openwisp.git
cd docker-openwisp
  1. Configure:

Please follow the environment variable documentation and customize your deployment of OpenWISP. Remember to change the values for essential and security variables.

  1. Deploy: make start

Note: If you want to shutdown services for maintenance or any other purposes, please use make stop.

Note: Facing errors while installation? Please read the FAQ.