Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
81d93b90
Verified
Commit
81d93b90
authored
Jun 15, 2018
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Install/upgrade collabora working
parent
57831eb6
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
installCollabora.sh
+1
-1
1 addition, 1 deletion
installCollabora.sh
installDolibarr.sh
+2
-2
2 additions, 2 deletions
installDolibarr.sh
startcollabora.sh
+1
-1
1 addition, 1 deletion
startcollabora.sh
upgradeCollabora.sh
+2
-2
2 additions, 2 deletions
upgradeCollabora.sh
with
6 additions
and
6 deletions
installCollabora.sh
+
1
−
1
View file @
81d93b90
...
@@ -75,5 +75,5 @@ systemctl daemon-reload
...
@@ -75,5 +75,5 @@ systemctl daemon-reload
systemctl
enable
collabora
systemctl
enable
collabora
$SCRIPT_DIRECTORY
/startcollabora.sh
/bin/bash
$SCRIPT_DIRECTORY
/startcollabora.sh
echo
"All done, don't forget certbot"
echo
"All done, don't forget certbot"
This diff is collapsed.
Click to expand it.
installDolibarr.sh
+
2
−
2
View file @
81d93b90
...
@@ -53,8 +53,8 @@ cp ${VERBOSE:+-v} `pwd`"/DOLIBARR_PACKAGES/"${DOLIBARR_PKG_NAME} \
...
@@ -53,8 +53,8 @@ cp ${VERBOSE:+-v} `pwd`"/DOLIBARR_PACKAGES/"${DOLIBARR_PKG_NAME} \
echo
"cd
${
DOLIBARR_INSTALL_DIR
}
"
echo
"cd
${
DOLIBARR_INSTALL_DIR
}
"
cd
${
DOLIBARR_INSTALL_DIR
}
cd
${
DOLIBARR_INSTALL_DIR
}
echo
"dpkg -i
`
pwd
`
/
${
DOLIBARR_PKG_NAME
}
"
echo
"dpkg -i
`
pwd
`
/
DOLIBARR_PACKAGES/
${
DOLIBARR_PKG_NAME
}
"
dpkg
-i
`
pwd
`
/
${
DOLIBARR_PKG_NAME
}
dpkg
-i
`
pwd
`
/
DOLIBARR_PACKAGES/
${
DOLIBARR_PKG_NAME
}
echo
"apt-get install -yf"
echo
"apt-get install -yf"
DEBIAN_FRONTEND
=
'noninteractive'
apt-get
install
-yf
DEBIAN_FRONTEND
=
'noninteractive'
apt-get
install
-yf
...
...
This diff is collapsed.
Click to expand it.
startcollabora.sh
100644 → 100755
+
1
−
1
View file @
81d93b90
#!/bin/bash
#!/bin/bash
SCRIPT_DIRECTORY
=
`
dirname
$0
`
.
$SCRIPT_DIRECTORY
/main.env
.
$SCRIPT_DIRECTORY
/main.env
.
$SCRIPT_DIRECTORY
/installNextcloud.env
.
$SCRIPT_DIRECTORY
/installNextcloud.env
docker pull collabora/code
docker pull collabora/code
set
-x
docker run
\
docker run
\
-t
\
-t
\
-d
\
-d
\
...
...
This diff is collapsed.
Click to expand it.
upgradeCollabora.sh
+
2
−
2
View file @
81d93b90
#!/bin/bash
#!/bin/bash
systemctl stop collabora
systemctl stop collabora
docker
rm
collabora
docker
rm
collabora
docker rmi collabora/code
docker rmi
-f
collabora/code
$SCRIPT_DIRECTORY
/startcollabora.sh
/bin/bash
`
dirname
$0
`
/startcollabora.sh
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