Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 567 Bytes

Backend

Installation

To install please compile everything using:

python3 safeBuild.py --containers all --update-commons --env dev

To deploy use:

docker-compose --env-file ./secrets/.{ENV}.env up

Important

Remember to create the user in Minio on production or development

For Vs Code Intellisense

If you wish to use intellisense in vscode, please install all libraries in intellisense.txt, some of then aren't been used right now in development, but propably will be in some point

pip install -r intellisense.txt