Skip to content

2) Installation

danjampro edited this page Jun 1, 2021 · 1 revision

Ensure docker and docker-compose are installed. Then clone huntsman-config in a directory of your choice:

git clone https://github.com/AstroHuntsman/huntsman-config

Modify an example .env file from huntsman-config/conf_files/drp as required for your local setup.

Pull the docker image(s):

cd huntsman-config/conf_files/drp
docker-compose --env-file your-env-file.env pull
Clone this wiki locally