Skip to content

Commit 4877abc

Browse files
committed
Adds migration for release 0.4
1 parent 0687013 commit 4877abc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

hotfixes/2015-02-20-release-0.4.sh

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
START
2+
3+
cd /data/indiehosters
4+
git pull
5+
6+
docker pull pierreozoux/rsyslog
7+
docker pull pierreozoux/haproxy
8+
docker pull pierreozoux/confd
9+
docker pull pierreozoux/postfix
10+
docker pull pierreozoux/nginx
11+
docker pull pierreozoux/mysql
12+
docker pull pierreozoux/wordpress
13+
docker pull pierreozoux/known
14+
docker pull pierreozoux/piwik
15+
docker pull pierreozoux/owncloud
16+
17+
systemctl enable rsyslog
18+
systemctl start rsyslog
19+
systemctl enable postfix
20+
systemctl disable email-forwarder
21+
22+
cp /data/indiehosters/unit-files/* /etc/systemd/system
23+
24+
reboot
25+
26+
STOP

0 commit comments

Comments
 (0)