Installation fehlgeschlagen #156

Closed
opened 2022-12-01 13:59:02 +01:00 by dancingCycle · 3 comments
Contributor

Hallo liebe Leute,
die Installation, wie hier beschrieben, funktioniert nicht mit einer Debian GNU/Linux Distribution.

Hallo liebe Leute, die Installation, wie [hier](https://git.wtf-eg.de/ag_kommunikation/webseite/src/branch/main/README.md) beschrieben, funktioniert nicht mit einer Debian GNU/Linux Distribution.
Author
Contributor

Ein entsprechender Pull Request ist unterwegs. :)

Ein entsprechender Pull Request ist unterwegs. :)
Author
Contributor

Ich kann zur Zeit meinen Fork nicht lokal klonen. Also liefere ich auf diesem Weg aus. Damit ich lektor server ausfuehren kann, fuehre ich zusaetzlich zur Installationanleitung folgende Instruktionen aus.

Create a virtual Python environment in the project directory:

python3 -m venv venv

Activate the virtual Python environment:

source venv/bin/activate

Anschliessend kann ich erfolgreich lektor server aufrufen

BTW, die Installation von Lekor koennten wir auch in eine Anforderungsliste wie folgt konfigurieren.

Install the packages listed in requirements.txt using pip:

pip install -r requirements.txt
Ich kann zur Zeit meinen Fork nicht lokal klonen. Also liefere ich auf diesem Weg aus. Damit ich ```lektor server``` ausfuehren kann, fuehre ich zusaetzlich zur [Installationanleitung](https://git.wtf-eg.de/ag_kommunikation/webseite/src/branch/main/README.md) folgende Instruktionen aus. Create a virtual Python environment in the project directory: ``` python3 -m venv venv ``` Activate the virtual Python environment: ``` source venv/bin/activate ``` Anschliessend kann ich erfolgreich ```lektor server``` aufrufen BTW, die Installation von Lekor koennten wir auch in eine Anforderungsliste wie folgt konfigurieren. Install the packages listed in requirements.txt using pip: ``` pip install -r requirements.txt ```
Author
Contributor

This issue is solved in pull request.

This issue is solved in [pull request](https://git.wtf-eg.de/ag_kommunikation/webseite/issues/160).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ag_kommunikation/webseite#156
No description provided.