diff options
| author | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
| commit | 636b0323075225c584b62719ed51e75521bb7ffb (patch) | |
| tree | 61b02271b6d0695a4beffc23fb6eb062a7da22c3 /install-site.sh | |
push source
Diffstat (limited to 'install-site.sh')
| -rwxr-xr-x | install-site.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/install-site.sh b/install-site.sh new file mode 100755 index 0000000..1999b72 --- /dev/null +++ b/install-site.sh @@ -0,0 +1,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/ |
