fix installators

This commit is contained in:
Bozhidar 2024-10-01 11:49:13 +03:00
parent c537046640
commit 1c7796b9e9
7 changed files with 24 additions and 12 deletions

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-20.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-20.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-20.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-20.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-20.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php

View file

@ -64,6 +64,12 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/ chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/ chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key
service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}') CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully." echo "PhyrePanel downloaded successfully."

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-20.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-20.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-20.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-20.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-20.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php
@ -148,6 +146,12 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/ chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/ chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key
service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}') CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully." echo "PhyrePanel downloaded successfully."

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-22.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-22.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-22.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-22.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-22.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-22.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-22.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-22.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-22.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-22.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php
@ -150,6 +148,12 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/ chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/ chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key
service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}') CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully." echo "PhyrePanel downloaded successfully."

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-24.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-24.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-24.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-24.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-24.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php

View file

@ -55,8 +55,6 @@ dpkg -i phyre-php-8.2.0-ubuntu-24.04.deb
wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-24.04.deb wget https://github.com/PhyreApps/PhyrePanelNGINX/raw/main/compilators/debian/nginx/dist/phyre-nginx-1.24.0-ubuntu-24.04.deb
dpkg -i phyre-nginx-1.24.0-ubuntu-24.04.deb dpkg -i phyre-nginx-1.24.0-ubuntu-24.04.deb
service phyre start
PHYRE_PHP=/usr/local/phyre/php/bin/php PHYRE_PHP=/usr/local/phyre/php/bin/php
ln -s $PHYRE_PHP /usr/bin/phyre-php ln -s $PHYRE_PHP /usr/bin/phyre-php
@ -150,6 +148,12 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/ chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/ chmod -R o+w /usr/local/phyre/web/bootstrap/cache/
mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key
service phyre start
CURRENT_IP=$(hostname -I | awk '{print $1}') CURRENT_IP=$(hostname -I | awk '{print $1}')
echo "PhyrePanel downloaded successfully." echo "PhyrePanel downloaded successfully."