Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose.libre.sh
Commits
f83d8fd3
Commit
f83d8fd3
authored
9 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
updates install script
parent
1ef6a5dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install.sh
+0
-13
0 additions, 13 deletions
scripts/install.sh
with
0 additions
and
13 deletions
scripts/install.sh
+
0
−
13
View file @
f83d8fd3
...
...
@@ -5,14 +5,6 @@
docker pull indiepaas/rsyslog
docker pull indiepaas/haproxy
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 ibuildthecloud/systemd-docker
...
...
@@ -24,9 +16,6 @@ git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters
# Install unit-files
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 start rsyslog
systemctl
enable
confd
...
...
@@ -45,8 +34,6 @@ TRUSTVAR=`gpg --fingerprint root | grep Key|cut -d= -f2|sed 's/ //g'`
TRUST_VALUE
=
':6:'
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
chmod
+x /opt/bin/docker-compose
update_engine_client
-update
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment