summaryrefslogtreecommitdiff
path: root/install-site.sh
blob: 1999b72f880b295510eae56cfc9a44fa9c792739 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

sudo apt install nodejs nvidia-cuda-toolkit nginx
sudo npm i -g pm2

cd backend
npm install
cd ../
yes | cp -rf ./site/ /var/www/html/