2019-08-17 00:37:23 +00:00
|
|
|
#!/bin/sh
|
2019-08-17 15:43:25 +00:00
|
|
|
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
|
2019-08-17 15:43:25 +00:00
|
|
|
python3 ./scripts/generate_chat_info.py
|
2019-08-17 00:37:23 +00:00
|
|
|
|
2019-08-17 15:43:25 +00:00
|
|
|
# wiki
|
2019-08-19 16:15:43 +00:00
|
|
|
cp ./site/data/wiki.sample.json ./site/data/wiki.json
|