- Docker Compose V2
A repository linked to apptemplate-backend and apptemplate-frontend repositories, used to run both front and back locally.
Please clone the repository with the submodules first.
git clone --recurse-submodules git@github.com:samonaisi/apptemplate.git
cd apptemplateIf one of the submodules has changed, you can run :
git submodule sync --recursivecp ./apptemplate-backend/.env.example ./apptemplate-backend/.env
cp ./apptemplate-frontend/.env.example ./apptemplate-frontend/.envdocker compose upGet a shell access to the backend container
make backend-bashSetup the backend
python manage.py migrate
python manage.py collectstatic
python manage.py compilemessages