portail/scripts/generate.sh

12 lines
228 B
Bash
Raw Normal View History

2019-08-17 00:37:23 +00:00
#!/bin/sh
pip3 install -r ./scripts/requirements.txt
2019-08-17 00:37:23 +00:00
# idees
2019-08-17 14:27:32 +00:00
cp ./site/data/idees.sample.json ./site/data/idees.json
2019-08-17 00:37:23 +00:00
# chat
python3 ./scripts/generate_chat_info.py
2019-08-17 00:37:23 +00:00
# wiki
2019-08-19 16:15:43 +00:00
cp ./site/data/wiki.sample.json ./site/data/wiki.json