wiki.ziemers.de

ziemer's informatik Wiki

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:software:beuthbot:deconcentrator

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:software:beuthbot:deconcentrator [23.01.2020 13:08]
Timo Bruns [principles]
wiki:software:beuthbot:deconcentrator [19.05.2020 21:52] (aktuell)
Jan Fromme
Zeile 4: Zeile 4:
  
 ==== Table Of Content ==== ==== Table Of Content ====
 +   - [[wiki:software:beuthbot:deconcentrator#deconcentrator|Deconcentrator]]
 +   - [[wiki:software:beuthbot:deconcentrator#table_of_content|Table of content]]
 +   - [[wiki:software:beuthbot:deconcentrator#scope|Scope]]
 +   - [[wiki:software:beuthbot:deconcentrator#how-to|How To]]
 +   - [[wiki:software:beuthbot:deconcentrator#authors|Authors]]
 +
  
 ==== scope ====  ==== scope ==== 
Zeile 59: Zeile 65:
 project.  project. 
  
-- You can use the `management.sh` script to create the required secret files: `./management.sh prepare`; they are  +- You need to build the deconcentrator image in the directory that holds the Dockerfile. 
-    required to start the containers. +    docker build -t deconcentrator:latest . 
-- You will probably want to define a `docker-compose.override.yml` to export the nginx port to the public. +- You can use the `management.sh` script to create the required secret files: `./management.sh prepare`; they are required to start the containers. 
 + 
 +- You will probably want to create sym-link named `docker-compose.override.yml` to export the nginx port to the public  
 +    ln -s docker-compose.production.yml docker-compose.override.yml
 - You will probably want to run the migrations; basically it's a `./manage.py migrate` call, which can be done via  - You will probably want to run the migrations; basically it's a `./manage.py migrate` call, which can be done via 
-    `./management.sh exec uwsgi /mnt/deconcentrator/manage.py migrate`. +    ./management.sh exec uwsgi /mnt/deconcentrator/manage.py migrate
 - To access the admin interface, you'll have to create a superuser account first:  - To access the admin interface, you'll have to create a superuser account first: 
-    `./management.sh exec uwsgi /mnt/deconcentrator/manage.py createsuperuser`. +    ./management.sh exec uwsgi /mnt/deconcentrator/manage.py createsuperuser
  
  
Zeile 76: Zeile 85:
  
 See also the list of [[https://github.com/beuthbot/deconcentrator/graphs/contributors]] who participated in this project. See also the list of [[https://github.com/beuthbot/deconcentrator/graphs/contributors]] who participated in this project.
 +<WRAP pagebreak></WRAP>
wiki/software/beuthbot/deconcentrator.1579781320.txt.gz · Zuletzt geändert: 23.01.2020 13:08 von Timo Bruns