You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installationspakken er testet på Ubuntu Server 22.04 og 24.04.
@@ -72,7 +75,7 @@ Som minimum skal disse indstillinger ændres.
72
75
-`SECRET_KEY`: Angiv en stærk nøgle.
73
76
-`ALLOWED_HOSTS`: Begræns hvilke domæner/ip-adresser der skal have adgang til admin-site, hvis det er på internettet.
74
77
75
-
Her er en oversigt over alle systemindstillinger. XX
78
+
Her er en [oversigt over alle systemindstillinger](https://os2borgerpc.github.io/os2borgerpc-docs/docs/installation-og-drift/#oversigt-over-systemindstillinger).
76
79
77
80
### Installation med task
78
81
Kør `task`. Der vises en menu med alle tilgængelige kommandoer.
@@ -85,21 +88,22 @@ task
85
88
```
86
89
Menuen ser sådan ud:
87
90
```bash
88
-
task: Available tasks for this project:
89
-
* default: The default task that shows help
90
-
* down: Remove all containers and volumes
91
-
* install: Install the project
92
-
* reinstall: Reinstall from scratch. Removes the database, all containers, and volumes.
93
-
* stop: Stop all containers without altering anything else
94
-
* up: Take the environment up without altering the existing state of the containers
95
-
* upgrade: Upgrades the admin site to a newer version
91
+
Available tasks:
92
+
task install - Install OS2BorgerPC Adminsite
93
+
task upgrade - Upgrade OS2BorgerPC Adminsite to a newer version
94
+
task start - Start the application by bringing all containers up
95
+
task stop - Stop the application by stopping all containers
96
+
task reinstall - Reinstall the application. WARNING Deletes volumes and containers
97
+
task down - Remove the application. Deletes all volumes and containers
98
+
task cron - Run cron jobs manually
99
+
task backup_db - Perform a database dump
100
+
96
101
```
97
102
Man installerer ved at køre denne kommando:
98
103
99
104
```bash
100
105
task install
101
106
```
102
-
Der er nogle præ-installations krav, der skal være opfyldt. Læs mere om præ-installationskravene her. XX
0 commit comments