|
6 years ago | |
---|---|---|
content | 6 years ago | |
documentation | 6 years ago | |
.gitignore | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
pelicanconf.py | 6 years ago | |
pelicanconf_dev.py | 6 years ago | |
publishconf.py | 6 years ago | |
requirements.txt | 6 years ago | |
tasks.py | 6 years ago |
voir [[documentation/conception.md]]
Installer au préalable Python [[https://www.python.org/downloads/]], [[pip|https://pip.pypa.io/en/stable/installing/]] et [[virtualenv|https://virtualenv.pypa.io/en/stable/]]
Cloner le projet :
git clone ssh://gogs@code.ffdn.org:55555/TDN/SiteWeb.git
Créer un environnement virtuel :
virtualenv ./virtualenv-tdn
source ./virtualenv-tdn/bin/activate
Installer les dépendances :
pip install requirements.txt
Faire les modifications
En developpement :
pelican content/ -s pelicanconf_dev.py
En production :
pelican content/