forked from ag_kommunikation/webseite
change download git dir
This commit is contained in:
parent
31455205c8
commit
a7da9bdb2e
@ -26,17 +26,17 @@ sudo apt install python3-pip imagemagick
|
|||||||
# install lektor
|
# install lektor
|
||||||
pip3 install --user lektor
|
pip3 install --user lektor
|
||||||
|
|
||||||
# clone git repo
|
# clone git repo to folder wtf-webseite
|
||||||
git clone https://git.vebit.xyz/vebit/wtf-public-website.git
|
git clone https://git.wtf-eg.de/ag_kommunikation/webseite.git wtf-webseite
|
||||||
|
|
||||||
# change to repo
|
# change to repo
|
||||||
cd wtf-public-website
|
cd wtf-webseite
|
||||||
|
|
||||||
# install lfs
|
# install lfs
|
||||||
git lfs install
|
git lfs install
|
||||||
|
|
||||||
# download all LFS files
|
# download all LFS files
|
||||||
git lfs fetch --all
|
git lfs fetch
|
||||||
|
|
||||||
# run lektor
|
# run lektor
|
||||||
lektor server
|
lektor server
|
||||||
|
Loading…
Reference in New Issue
Block a user