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
549726e0
Commit
549726e0
authored
10 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Adds hotfix for new version
parent
135d1f4d
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
hotfixes/2015-01-09-rename-repository.sh
+44
-0
44 additions, 0 deletions
hotfixes/2015-01-09-rename-repository.sh
with
44 additions
and
0 deletions
hotfixes/2015-01-09-rename-repository.sh
0 → 100644
+
44
−
0
View file @
549726e0
START
docker pull pierreozoux/haproxy
docker pull pierreozoux/confd
docker pull pierreozoux/email-forwarder
docker pull pierreozoux/nginx
docker pull pierreozoux/mysql
docker pull pierreozoux/wordpress
docker pull pierreozoux/known
mv
/data/indiehosters /data/indiehosters.old
git clone https://github.com/pierreozoux/IndiePaaS.git /data/indiehosters
cp
/data/indiehosters/unit-files/
*
/etc/systemd/system
&&
systemctl daemon-reload
systemctl disable postfix
systemctl disable haproxy-confd
systemctl
enable
email-forwarder
systemctl
enable
confd
reboot
STOP
ROLLBACK START
mv
/data/indiehosters /data/indiehosters.new
mv
/data/indiehosters.old /data/indiehosters
cp
/data/indiehosters/unit-files/
*
/etc/systemd/system
&&
systemctl daemon-reload
systemctl
enable
postfix
systemctl
enable
haproxy-confd
systemctl disable email-forwarder
systemctl disable confd
reboot
ROLLBACK STOP
CLEAN START
rm
/etc/systemd/system/postfix.service
rm
/etc/systemd/system/haproxy-confd.service
rm
-rf
/data/indiehosters.old
CLEAN STOP
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