many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
Go to file
2020-03-11 17:06:07 +01:00
3colplus Another grand rename 2020-03-11 17:05:33 +01:00
old The grand renaming 2020-03-11 17:05:15 +01:00
toolbox adding a toolbox 2020-03-11 17:02:20 +01:00
Makefile Run right command 2020-03-11 16:27:00 +01:00
README.md Deploy test 2020-03-11 15:57:45 +01:00

manymanymany-varia-websites

Many websites for the many.

https://many.vvvvvvaria.org

Build the site locally

Get a local copy

$ git clone https://git.vvvvvvaria.org/varia/manymanymany-varia-websites

Choose a version

$ cd manymanymany-varia-websites/3-column-plus

System requirements

Install the system requirements (on Debian based systems):

$ sudo apt install -y python3 python3-dev python3-venv

Python requirements

Then create a virtual environment and activate it:

$ python3 -m venv .venv
$ source .venv/bin/activate

Then install the requirements:

$ pip install -r requirements.txt

Generating the site

Generate the content and run the server:

$ make devserver

Then the site is available at the following URL:

http://localhost:8000

You can use make help for the other commands.