First make sure Docker and Docker Compose are installed on the machine with:
$ docker -v
$ docker-compose -v
If they are missing, follow the instructions on the official website (they are not hard really...):
Take this source from git repository with the following commands:
$ git clone https://github.com/sangahco/sphinx-manual.git
$ cd sphinx-manual
$ git submodule init
$ git submodule update
$ docker-compose pull
$ docker-compose up
$ docker-compose -f docker-compose-htpasswd.yml run htpasswd [user] [password]
We use Hasta la vista, baby for versioning, that means, we do as we please.
- SangAh Solution Team
This project is licensed under the Apache License - see the LICENSE.md file for details