Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.15 KB

README.md

File metadata and controls

57 lines (37 loc) · 2.15 KB

EvE-WHMapper

License: MIT GitHub top language GitHub language count Continous Integration and Deployement Quality Gate Status GitHub commit activity (main)

Deploy with docker & compose

Server

We recommand to linux server with OS [Debian] (https://www.debian.org/index.fr.html) If you want to use an other OS, you need to write your own init script or configure manually files (see the list bellow)

Docker

In order to run this container you'll need docker installed.

Get docker-compose template

Navigate to your desired install location and git clone the eve-whmapper repository : (Recommanded install location : /opt/)

sudo git clone https://github.com/pfh59/eve-whmapper.git
cd eve-whmapper/deploy/docker

Configuration

Eve-whmapper is pretty easy to configure!

Run the init.sh script as sudo or root user and follow instructions

sudo ./init.sh

This script automatically :

  • Updates all the configurations (docker-compose.yml, haproxy.cfg, nginx.conf) from your response,
  • Initialize all docker container.
  • Create,add and use a strong certifcate to use HTTPS with your domain

Start and stop

  • To Start all container, use the script start.sh as a sudo user or root user
sudo ./start.sh
  • To Stop all container, use the script start.sh as a sudo user or root user
sudo ./stop.sh