1.099
Bearbeitungen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 114: | Zeile 114: | ||
sudo -Hu paperless ng build --configuration production | sudo -Hu paperless ng build --configuration production | ||
</syntaxhighlight>Backend:<syntaxhighlight lang="bash"> | </syntaxhighlight> | ||
Backend:<syntaxhighlight lang="bash"> | |||
cd ../src | cd ../src | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Zeile 128: | Zeile 129: | ||
sudo -Hu paperless /opt/paperless/venv/bin/python3 manage.py createsuperuser | sudo -Hu paperless /opt/paperless/venv/bin/python3 manage.py createsuperuser | ||
sudo -Hu paperless /opt/paperless/venv/bin/python3 manage.py collectstatic | sudo -Hu paperless /opt/paperless/venv/bin/python3 manage.py collectstatic | ||
</syntaxhighlight>Systemd Services anlegen:<syntaxhighlight lang="bash"> | </syntaxhighlight> | ||
Systemd Services anlegen:<syntaxhighlight lang="bash"> | |||
cd ../scripts | cd ../scripts | ||
</syntaxhighlight> | </syntaxhighlight> |