mirror of
https://github.com/YunoHost/gertrude
synced 2026-02-03 22:21:56 +01:00
No description
|
|
||
|---|---|---|
| frontend | ||
| gertrude | ||
| git_manager | ||
| .gitignore | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
Gertrude
Deployment
git clone _thisrepo_
cd gertrude
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py update_git https://url/to/your/pages/repo
Then to run the development server :
./manage.py runserver