Copyright (c) 2021 Jeremy Carter <jeremy@jeremycarter.ca>
GPL v2 (or newer) License: [ GitLab Mirror | GitHub Mirror ]
cd kycaml-app && \ chmod 755 kycaml-app && \ chmod 755 *.sh && \ chmod -R 755 cmd
git clone https://gitlab.com/defcronyke/kycaml.git; \ git clone https://gitlab.com/defcronyke/kycaml-app.git; \ cd kycaml-app; \ ./build.sh
./update-lists.sh
# Binary version: ./kycaml-app # Source version: ./run.sh # Docker version (docker-compose with MongoDB): ./up.sh # Stop Docker version (docker-compose with MongoDB): ./down.sh # Rebuild Docker version and run: ./up.sh -b # Rebuild Docker version: ./build-container.sh