script fix for when nginx doesn't autostart

This commit is contained in:
Bui 2022-09-20 14:47:32 +01:00 committed by GitHub
parent ba1a6ab306
commit 346bcd48b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ sudo cp tools/nginx.conf /etc/nginx/conf.d/taiko-web.conf
sudo sed -i 's/^\(\s\{0,\}\)\(include \/etc\/nginx\/sites-enabled\/\*;\)$/\1#\2/g' /etc/nginx/nginx.conf
sudo sed -i 's/}/ application\/wasm wasm;\n}/g' /etc/nginx/mime.types
sudo nginx -s reload
sudo service nginx restart
python3 -m venv .venv
.venv/bin/pip install --upgrade pip wheel setuptools