2019-08-17 00:37:23 +00:00
|
|
|
#!/bin/sh
|
2019-08-17 15:28:42 +00:00
|
|
|
pip3 install -r 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:28:42 +00:00
|
|
|
python3 ./script/generate_chat_info.py
|
2019-08-17 00:37:23 +00:00
|
|
|
|
|
|
|
# wiki
|