forked from ag_kommunikation/webseite
Add some help
This commit is contained in:
parent
923f768d08
commit
2e930876cf
29
README.md
29
README.md
@ -8,7 +8,7 @@
|
||||
|
||||
## Status
|
||||
|
||||
Rohentwurf. Aktuell wurde nur das [Layout](https://git.vebit.xyz/muli/wtf-web-layout) auf Lektor übertragen.
|
||||
Kurz vor dem Release der Webseite...
|
||||
|
||||
## Lokales entwickeln
|
||||
|
||||
@ -16,6 +16,33 @@ Rohentwurf. Aktuell wurde nur das [Layout](https://git.vebit.xyz/muli/wtf-web-la
|
||||
|
||||
Installation von Lektor, siehe offizielle [Doku](https://www.getlektor.com/docs/installation/).
|
||||
|
||||
```
|
||||
# install git requirements
|
||||
sudo apt install git-lfs
|
||||
|
||||
# install lektor requirements
|
||||
sudo apt install python3-pip imagemagick
|
||||
|
||||
# install lektor
|
||||
pip3 install --user lektor
|
||||
|
||||
# clone git repo
|
||||
git clone https://git.vebit.xyz/vebit/wtf-public-website.git
|
||||
|
||||
# change to repo
|
||||
cd wtf-public-website
|
||||
|
||||
# install lfs
|
||||
git lfs install
|
||||
|
||||
# download all LFS files
|
||||
git lfs fetch --all
|
||||
|
||||
# run lektor
|
||||
lektor server
|
||||
```
|
||||
|
||||
### Server starten
|
||||
|
||||
Der Server kann nun per `lektor server` gestartet werden und sollte unter http://127.0.0.1:5000/ erreichbar sein.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user