Website ansible.l3d.space
Find a file
2024-10-28 22:10:16 +01:00
assets
configs uodate content 2024-03-26 19:21:46 +01:00
content Add pretix collection 2024-10-28 22:10:16 +01:00
flowblocks
models
packages Change git repo fqdn 2023-07-31 16:26:39 +02:00
templates Change git repo fqdn 2023-07-31 16:26:39 +02:00
.gitattributes
.gitignore
.gitmodules Fixing git path 2023-11-28 01:21:35 +01:00
ansible.l3d.space.lektorproject Update plugins and add etebase/etesync_dav 2024-02-12 22:20:28 +01:00
LICENSE
Makefile
README.md Update README and requirements. 2024-09-12 00:17:00 +02:00
requirements.txt Update README and requirements. 2024-09-12 00:17:00 +02:00

Website ansible.l3d.space

Venv

# Install Requirements
sudo make install

# Install Venv
python3 -m venv lektor

# Enable Source
source lektor/bin/activate

# Install python requirements
pip3 install --upgrade -r requirements.txt

## Update Submodules
git submodule update --init --recursive

Run Lektor

# Enable Source
source lektor/bin/activate

# Run Lektor Server
make server