Compare commits
No commits in common. "9d76c79449b5d9ecace8ce7f786a063c8e4e5e06" and "7416a68298f36df31e5bcd56a6639ae4fe6b6843" have entirely different histories.
9d76c79449
...
7416a68298
6
web.sh
6
web.sh
@ -8,9 +8,9 @@ yes | apt-get install apache2 ufw php php7.4-gd php-common php-cli php-json php-
|
|||||||
# Installation Xibo cms
|
# Installation Xibo cms
|
||||||
mkdir /srv/xibo-cms
|
mkdir /srv/xibo-cms
|
||||||
cd /srv/xibo-cms
|
cd /srv/xibo-cms
|
||||||
wget https://github.com/xibosignage/xibo-cms/releases/download/3.3.0/xibo-cms-3.3.0.tar.gz
|
wget https://github.com/xibosignage/xibo-cms/releases/download/2.3.3/xibo-cms-2.3.3.tar.gz
|
||||||
tar -xvzf xibo-cms-3.3.0.tar.gz --strip-components=1
|
tar -xvzf xibo-cms-2.3.3.tar.gz --strip-components=1
|
||||||
rm xibo-cms-3.3.0.tar.gz
|
rm xibo-cms-2.3.3.tar.gz
|
||||||
chown -R www-data:www-data /srv/xibo-cms
|
chown -R www-data:www-data /srv/xibo-cms
|
||||||
rm -r /var/www
|
rm -r /var/www
|
||||||
ln -s /srv/xibo-cms /var/www
|
ln -s /srv/xibo-cms /var/www
|
||||||
|
Loading…
x
Reference in New Issue
Block a user