mirror of
https://github.com/YunoHost/gertrude
synced 2026-05-12 10:17:18 +02:00
No description
- JavaScript 74.9%
- CSS 11.4%
- Python 10%
- HTML 3.7%
|
|
||
|---|---|---|
| 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