Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compose.libre.sh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libre.sh
compose.libre.sh
Commits
ba58e277
Commit
ba58e277
authored
Mar 22, 2020
by
Michel Memeteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix variables
parent
8aea5b59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
install.linux.sh
install.linux.sh
+9
-7
No files found.
install.linux.sh
View file @
ba58e277
...
...
@@ -8,7 +8,7 @@ LIBRE_VERSION=187-repo-mode-to-retrieve-application-recipe
### TODO : Specify you template repo ROOT without training slash
APP_REPO_URL
=
lab.libreho.st/libre.sh/compose
APP_REPO_URL
=
"lab.libreho.st/libre.sh/compose"
### TODO : change to your domain vendor ( ovh , online, )
DOMAIN_SERVER
=
namecheap
...
...
@@ -55,17 +55,17 @@ echo "-------- Welcome to libre.sh $LIBRE_VERSION installer"
echo
"-------- setting up system variables"
echo
"APP_REPO_URL=
${
APP_REPO_URL
}
"
>>
/etc/environ
ne
ment
echo
"APP_REPO_URL=
${
APP_REPO_URL
}
"
>>
/etc/environment
echo
"LIBRE_VERSION=
${
LIBRE_VERSION
}
"
>>
/etc/environ
ne
ment
echo
"LIBRE_VERSION=
${
LIBRE_VERSION
}
"
>>
/etc/environment
echo
"MAIL_USER=
${
MAIL_USER
}
"
>>
/etc/environ
ne
ment
echo
"MAIL_USER=
${
MAIL_USER
}
"
>>
/etc/environment
echo
"MAIL_PASS=
${
MAIL_PASS
}
"
>>
/etc/environ
ne
ment
echo
"MAIL_PASS=
${
MAIL_PASS
}
"
>>
/etc/environment
echo
"MAIL_HOST=
${
MAIL_HOST
}
"
>>
/etc/environ
ne
ment
echo
"MAIL_HOST=
${
MAIL_HOST
}
"
>>
/etc/environment
echo
"MAIL_PORT=
${
MAIL_PORT
}
"
>>
/etc/environ
ne
ment
echo
"MAIL_PORT=
${
MAIL_PORT
}
"
>>
/etc/environment
# STEP Install Docker
...
...
@@ -112,3 +112,5 @@ cat > /etc/profile.d/libre.sh <<EOF
export PATH=
$PATH
:/opt/bin
EOF
chmod
644 /etc/profile.d/libre.sh
bash /etc/profile.d/libre.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment