YunoHost-Apps / lektor_ynh

Lektor package for YunoHost
https://www.getlektor.com
0 stars 1 forks source link

How to install the main website? #3

Open anmol26s opened 8 years ago

anmol26s commented 8 years ago

How can get the main website? https://github.com/lektor/lektor-website and https://github.com/pallets/website

Psycojoker commented 8 years ago

As stated in the first main page, you can access the underlying git repository using this: git clone lektor@DOMAIN:/home/lektor/lektor/run lektor

So you should replace the git repository with the one of lektor web or the pallets one (I don't have the exact git command for that in mind, probably something with push -f, worst case do that as root by swapping the .git folder).

This isn't really the supported situation because that was what I had in mind when writing this app, but I guess you could have a "repository to clone" in the install parameters.