Logo
Explore Help
Sign In
nestict/ihrm
1
0
Fork 0
You've already forked ihrm
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1.0
ihrm/entrypoint.sh

9 lines
363 B
Bash
Raw Permalink Normal View History

Dockerized the application (#119) * dockerized the application * Update docker.md --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-03-13 11:51:23 +05:30
#!/bin/bash
echo "Waiting for database to be ready..."
python3 manage.py makemigrations
Added Pre-Commit Hooks (#175) * Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30
python3 manage.py migrate
Dockerized the application (#119) * dockerized the application * Update docker.md --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-03-13 11:51:23 +05:30
python3 manage.py collectstatic --noinput
python3 manage.py createhorillauser --first_name admin --last_name admin --username admin --password admin --email admin@example.com --phone 1234567890
Added Pre-Commit Hooks (#175) * Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30
gunicorn --bind 0.0.0.0:8000 horilla.wsgi:application
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 517ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API