sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 nginx sudo npm i -g typescript yarn yarn python3 -m venv venv source venv/bin/activate pip install -r requirements.txt cd database sh init_db.sh cd .. cd voerbak make cd .. sed "s/user nobody/user $(whoami)/" -i ./nginx.conf