deployment/local/up.sh
pipenv install -r requirements.txt
python manage.py migrate
- event:
gunicorn ms_event.wsgi:application -c gunicorn.conf.py - teams:
gunicorn ms_teams.wsgi:application -c gunicorn.conf.py - users:
gunicorn ms_users.wsgi:application -c gunicorn.conf.py
PORTS:
- 16010 - events
- 16020 - teams
- 16030 - users
- 16040 - notifications
TODO:
- docker orchestration tool
- nocodb
- jenkins
- rabbitmq clasterization
- get participation requests list
- filters
! dashboards ! k8s
if there are any processes:
- lsof -i tcp:16010
- sudo kill <process_id>