index/README
2025-07-29 20:12:37 +02:00

20 lines
350 B
Text

index
Get:
git clone https://code.with.camp/CAMP/index
cd index
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
Develop:
create index/local_settings.py
python manage.py shell
python manage.py runserver
Deploy:
create index/local_settings.py
create /etc/apache2/sites-availavle/sitename.conf