No python2 git add README.md !
This commit is contained in:
parent
d4ce7f29f7
commit
a06065880a
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Diese findet man unter [podcast.c3woc.de](https://podcast.c3woc.de/)
|
||||||
------------
|
------------
|
||||||
Das CMS für diese Webseite ist [Lektor](https://www.getlektor.com/).
|
Das CMS für diese Webseite ist [Lektor](https://www.getlektor.com/).
|
||||||
Die Installationsanleitung gibt es [hier](https://www.getlektor.com/downloads/).
|
Die Installationsanleitung gibt es [hier](https://www.getlektor.com/downloads/).
|
||||||
Lektor ist auch als Python Modul verfügbar und kann mit ``python2 -m lektor`` verwendet werden.
|
Lektor ist auch als Python Modul verfügbar und kann mit ``python3 -m lektor`` verwendet werden.
|
||||||
Auch die Installation über pip *(in einem [virtuellen Enviroment](https://docs.python.org/3/tutorial/venv.html)* ist möglich:
|
Auch die Installation über pip *(in einem [virtuellen Enviroment](https://docs.python.org/3/tutorial/venv.html)* ist möglich:
|
||||||
```bash
|
```bash
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
|
@ -29,7 +29,7 @@ bearbeiten, bevor diese Veröffentlicht werden!
|
||||||
1. Dieses Repository Forken oder einen neuen Branch machen (übers GitHub Interface)
|
1. Dieses Repository Forken oder einen neuen Branch machen (übers GitHub Interface)
|
||||||
2. Geforktes Repository Clonen (``git clone https://github.com/<Your_Name>/c3woc-podcast.git``)
|
2. Geforktes Repository Clonen (``git clone https://github.com/<Your_Name>/c3woc-podcast.git``)
|
||||||
3. Öffne deine Komandozeile im geklonten Repository-Fork (``cd c3woc-podcast``)
|
3. Öffne deine Komandozeile im geklonten Repository-Fork (``cd c3woc-podcast``)
|
||||||
4. Lektor starten (``python2 -m lektor server``)
|
4. Lektor starten (``python3 -m lektor server``)
|
||||||
5. Webseite updaten... (``http://localhost:5000/``)
|
5. Webseite updaten... (``http://localhost:5000/``)
|
||||||
6. Lektor Beenden (``Strg. + C``)
|
6. Lektor Beenden (``Strg. + C``)
|
||||||
7. Änderungen commiten (``git add --all; git commit -m "An der C3WOC Podcast Seite habe ich _____ geändert"``)
|
7. Änderungen commiten (``git add --all; git commit -m "An der C3WOC Podcast Seite habe ich _____ geändert"``)
|
||||||
|
|
Loading…
Reference in a new issue