Web-based updates (recommended)
ClientSt0r includes a web-based update mechanism accessible from the admin panel. Updates pull the latest release, run database migrations, collect static files, and restart services automatically.
Review the changelog before triggering an update. The update UI shows the current and target versions before applying changes.
Manual update process (fallback)
git pull origin mainpip install -r requirements.txtpython manage.py migratepython manage.py collectstatic --noinputsystemctl restart clientst0r