Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 612 Bytes

File metadata and controls

14 lines (12 loc) · 612 Bytes

MeetPlanDocker

docker-compose for MeetPlan

Run it

  1. Clone this repository using git clone https://github.com/MeetPlan/MeetPlanDocker
  2. Go into cloned repository and go into subrepositories folder
  3. Do chmod +x getrepos and afterwards ./getrepos. This will clone MeetPlan repository.
  4. Go into base directory of MeetPlanDocker
  5. Run docker-compose up -d and make sure Docker and docker-compose are installed.
  6. It's running 🎉

Install Docker and docker-compose on your system

  • Debian/Ubuntu: sudo apt install docker docker-compose
  • Arch: sudo pacman -S docker docker-compose