diff --git a/frontends/librex.txt b/frontends/librex.txt index 71cd015..9886465 100644 --- a/frontends/librex.txt +++ b/frontends/librex.txt @@ -1,6 +1,2 @@ 1) cd /var/www/librex; git pull 2) Check if there are any changes to config.php.example, if so diff it with config.php and add entries where necessary -3) sftp 192.168.122.53 -4) put -r /var/www/librex -5) ssh 192.168.122.53 (RLVM) -6) rm -rf /var/www/librex && mv ~/librex /var/www diff --git a/frontends/quetre.txt b/frontends/quetre.txt index 432769d..6aa71ca 100644 --- a/frontends/quetre.txt +++ b/frontends/quetre.txt @@ -1,5 +1,5 @@ -1) ssh 192.168.122.53 (RLVM) from tilserv, su - quetre, cd into quetre dir +1) attach to PFCT from tilserv, su - quetre, cd into quetre dir 2) git pull 3) pnpm install 4) if .env.example had updates, diff it with .env and add new entries where necessary. -4) go back to RLVM root user, systemctl restart quetre. +4) go back to PFCT root user, systemctl restart quetre. diff --git a/frontends/whoogle.txt b/frontends/whoogle.txt index 92b05b1..6332036 100644 --- a/frontends/whoogle.txt +++ b/frontends/whoogle.txt @@ -1,6 +1,6 @@ -1) ssh 192.168.122.53 (RLVM) from tilserv, su into whoogle user, cd into whoogle dir +1) attach to pfct from tilserv, su into whoogle user, cd into whoogle dir 2) git pull 3) check if there are any changes to whoogle.template.env; if so then diff it with whoogle.env and add the new vars where necessary 4) . ./venv/bin/activate 5) pip install -r requirements.txt -6) go back to RLVM root user; restart whoogle service +6) go back to PFCT root user; restart whoogle service