mirror of https://github.com/D4-project/d4-core
parent
e39ef2c551
commit
f5770b6e60
|
@ -12,6 +12,10 @@ if [ -z "$VIRTUAL_ENV" ]; then
|
||||||
fi
|
fi
|
||||||
python3 -m pip install -r requirement.txt
|
python3 -m pip install -r requirement.txt
|
||||||
|
|
||||||
|
pushd configs/
|
||||||
|
cp server.conf.sample server.conf
|
||||||
|
popd
|
||||||
|
|
||||||
pushd web/
|
pushd web/
|
||||||
./update_web.sh
|
./update_web.sh
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue