mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
1.7 KiB
1.7 KiB
Ship Replacement
Ship Replacement helps you to organize ship replacement programs (SRP) for your alliance.
Installation
- Add
'allianceauth.srp',
toINSTALLED_APPS
in yourlocal.py
Perform Django Maintenance and restart our Web Service and Workers.
::::{tabs} :::{group-tab} Bare Metal
python manage.py migrate
python manage.py collectstatic --noinput
supervisorctl restart myauth:
::: :::{group-tab} Containerized
docker compose --env-file=.env up -d
docker compose exec allianceauth_gunicorn bash
auth migrate
auth collectstatic
::: ::::
Permissions
To use and administer this feature, users will require some of the following.
+----------------------+------------------+------------------------------------------------------------+
| Permission | Admin Site | Auth Site |
+======================+==================+============================================================+
| srp.access_srp | None | Can create an SRP request from a fleet |
+----------------------+------------------+------------------------------------------------------------+
| auth.srp_management | None | Can Approve and Deny SRP requests, Can create an SRP Fleet |
+----------------------+------------------+------------------------------------------------------------+
| srp.add_srpfleetmain | None | Can Create an SRP Fleet |
+----------------------+------------------+------------------------------------------------------------+