diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-24 10:50:56 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-24 10:50:56 +0100 |
commit | 798a1fb4ef44c5c3bd54663b1ad6ba281dca4bc1 (patch) | |
tree | eaa0d35761e5f859b145b0efa8015ef3278450c0 /configure | |
parent | 97f4a83cc8d24de4b6c1d16c93e2d955a134ad83 (diff) |
updated ./configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ +sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 nginx + npm i -g typescript yarn +yarn + python -m venv venv source venv/bin/activate pip install -r requirements.txt -yarn + +cd database +sh init_db.sh +cd .. + +cd voerbak +make +cd .. + +sed "s/user nobody/user $(whoami)/" -i ./nginx.conf |