|
il y a 6 ans | |
---|---|---|
content | il y a 6 ans | |
documentation | il y a 6 ans | |
.gitignore | il y a 6 ans | |
Makefile | il y a 6 ans | |
README.md | il y a 6 ans | |
pelicanconf.py | il y a 6 ans | |
pelicanconf_dev.py | il y a 6 ans | |
publishconf.py | il y a 6 ans | |
requirements.txt | il y a 6 ans | |
tasks.py | il y a 6 ans |
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/