chaoswest.tv/README.md

35 lines
605 B
Markdown
Raw Permalink Normal View History

2022-01-19 19:42:00 +01:00
Chaos West TV Website
=======================
2022-04-26 20:54:51 +02:00
Build instructions:
----------------------
2024-01-25 01:32:24 +01:00
Create a webserver for lektor after installing the requirements:
2022-04-26 20:54:51 +02:00
```bash
poetry run lektor server
```
Build the output files:
```bash
poetry run lektor build
```
Copy to the webserver:
```bash
scp -rp $(poetry run lektor project-info --output-path)/ cwtv-web@ax41-1.fsn.mon2.de:/www/
2022-04-26 20:54:51 +02:00
```
2024-01-21 19:07:23 +01:00
Install requirements
-----------------------
poetry is used to manage requirements
```
# install poetry
pip install poetry
# install requirements
poetry install --no-root
```
## License
2022-01-19 19:42:00 +01:00
License: [MIT License](LICENSE)