Skip to content
Snippets Groups Projects
Commit f83d8fd3 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

updates install script

parent 1ef6a5dd
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,6 @@ ...@@ -5,14 +5,6 @@
docker pull indiepaas/rsyslog docker pull indiepaas/rsyslog
docker pull indiepaas/haproxy docker pull indiepaas/haproxy
docker pull indiepaas/confd docker pull indiepaas/confd
docker pull indiepaas/postfix
docker pull indiepaas/dovecot
docker pull indiepaas/nginx
docker pull indiepaas/mysql
docker pull indiepaas/wordpress
docker pull indiepaas/known
docker pull indiepaas/piwik
docker pull indiepaas/owncloud
docker pull indiepaas/duplicity docker pull indiepaas/duplicity
docker pull ibuildthecloud/systemd-docker docker pull ibuildthecloud/systemd-docker
...@@ -24,9 +16,6 @@ git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters ...@@ -24,9 +16,6 @@ git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters
# Install unit-files # Install unit-files
cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload
# Configure and start HAproxy
cp /data/indiehosters/tests/unsecure-certs/indiehosters.dev.pem /data/runtime/haproxy/approved-certs/default.pem
systemctl enable rsyslog systemctl enable rsyslog
systemctl start rsyslog systemctl start rsyslog
systemctl enable confd systemctl enable confd
...@@ -45,8 +34,6 @@ TRUSTVAR=`gpg --fingerprint root | grep Key|cut -d= -f2|sed 's/ //g'` ...@@ -45,8 +34,6 @@ TRUSTVAR=`gpg --fingerprint root | grep Key|cut -d= -f2|sed 's/ //g'`
TRUST_VALUE=':6:' TRUST_VALUE=':6:'
echo $TRUSTVAR$TRUST_VALUE | gpg --import-ownertrust echo $TRUSTVAR$TRUST_VALUE | gpg --import-ownertrust
docker run --rm -v /opt/bin:/target jpetazzo/nsenter
curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose
chmod +x /opt/bin/docker-compose chmod +x /opt/bin/docker-compose
update_engine_client -update update_engine_client -update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment