streamlined deploy
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
apt-get update -y
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
TZ=Europe/Berlin
|
||||
apt-get install -y tzdata z-push apache2
|
||||
tar xzf core-11.0.2.50.507cbae-Ubuntu_20.04-amd64.tar.gz
|
||||
tar xzf webapp-6.0.0.57.1049268-Ubuntu_20.04-all.tar.gz
|
||||
cd ~/xzf core-11.0.2.50.507cbae-Ubuntu_20.04-amd64
|
||||
for F in *.deb; do dpkg --unpack --no-triggers $F; done
|
||||
cd ~/webapp-6.0.0.57.1049268-Ubuntu_20.04-all
|
||||
for F in *.deb; do dpkg --unpack --no-triggers $F; done
|
||||
apt install -f -y
|
||||
apt install z-push -y
|
||||
for F in ~/core-11.0.2.50.507cbae-Ubuntu_20.04-amd64/*.deb; do dpkg --unpack --no-triggers $F; done
|
||||
for F in ~/webapp-6.0.0.57.1049268-Ubuntu_20.04-all/*.deb; do dpkg --unpack --no-triggers $F; done
|
||||
apt-get install -f -y
|
||||
# cleanup install
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache ~/.npm
|
||||
|
||||
Reference in New Issue
Block a user