Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
wenotes-docker
Commits
0937714f
Commit
0937714f
authored
Jun 21, 2017
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked Docker files to include install of locales package, updated path for faye
parent
73712fe6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
docker-couchdb-2.x/Dockerfile
docker-couchdb-2.x/Dockerfile
+1
-0
docker-faye/Dockerfile
docker-faye/Dockerfile
+1
-0
docker-faye/conf/run.sh
docker-faye/conf/run.sh
+1
-1
No files found.
docker-couchdb-2.x/Dockerfile
View file @
0937714f
...
...
@@ -51,6 +51,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
erlang-reltool
\
# libicu52
\
libmozjs185-1.0
\
locales
\
openssl
\
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
docker-faye/Dockerfile
View file @
0937714f
...
...
@@ -46,6 +46,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
erlang-reltool
\
# libicu52
\
libmozjs185-1.0
\
locales
\
openssl
\
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
docker-faye/conf/run.sh
View file @
0937714f
...
...
@@ -5,7 +5,7 @@
# Run start script.
echo
"*****Running run.sh"
CONF
=
/root/conf
WENOTES
=
/opt/wenotes
WENOTES
=
/opt/wenotes
/server
CWD
=
`
pwd
`
# Defines
WESERVER
=
https://kiwilightweight@bitbucket.org/wikieducator/wenotes-server.git
...
...
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