aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-25 11:23:18 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-25 11:23:18 +0200
commit5244fab8678f1d3226efca8139695e89e6e0c23b (patch)
tree664615da39329d35b8e33516e6aa5317a509c7a5 /configure
parentee5479c1c4bd992e108623e32cabb375512a57a2 (diff)
moved to new config script with more options
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure b/configure
deleted file mode 100755
index 624c2df..0000000
--- a/configure
+++ /dev/null
@@ -1,22 +0,0 @@
-sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 libsqlite3-dev nginx
-
-sudo npm i -g typescript yarn
-yarn
-
-python3 -m venv venv
-source venv/bin/activate
-pip install -r requirements.txt
-
-git submodule init
-git submodule update
-
-cd database
-sh init_db.sh
-make
-cd ..
-
-cd voerbak
-make
-cd ..
-
-sed "s/user nobody/user $(whoami)/" -i ./nginx.conf