Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 449 Bytes

Readme.md

File metadata and controls

16 lines (13 loc) · 449 Bytes

Dockerized Siplo Environemet

Installation

  • Install Docker Engine
  • Clone the project
  • Get all the sub-modules
  • Copy env.dist and create .env file
  • Copy certs.dist file and create certs file. Setup SSL certificates in certs file.
  • docker-compose build && docker-compose up -d

References