Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
edx
course-discovery
Commits
1f8975e8
Commit
1f8975e8
authored
Dec 11, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from edx/clintonb/docker-compose-update
Updated docker-compose
parents
ef5c2405
9dc8384d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
docker-compose.yml
+5
-3
docs/getting_started.rst
+12
-0
No files found.
docker-compose.yml
View file @
1f8975e8
...
...
@@ -10,6 +10,9 @@ es:
container_name
:
es
volumes
:
-
/tmp/elasticsearch/data:/es-data
ports
:
-
"
9200:9200"
-
"
9300:9300"
memcache
:
image
:
memcached:1.4.24
...
...
@@ -21,7 +24,7 @@ memcache:
course-discovery
:
# Uncomment this line to use the official course-discovery base image
image
:
edxops/course-discovery:
v1
image
:
edxops/course-discovery:
latest
# Uncomment the next two lines to build from a local configuration repo
#build: ../configuration
...
...
@@ -34,4 +37,4 @@ course-discovery:
ports
:
-
"
18381:18381"
-
"
8381:8381"
-
"
48381:48381"
\ No newline at end of file
-
"
48381:48381"
docs/getting_started.rst
View file @
1f8975e8
...
...
@@ -84,3 +84,15 @@ services that it depends on.
$ make start-devstack
.. _Docker Compose: https://docs.docker.com/compose/
Install elasticsearch-head
--------------------------
Navigating Elasticsearch can be challenging if you don't have much experience with it. The `elasticsearch-head`_ plugin
offers a web-based front end to help with this. The plugin can be installed in the `es` container with the command below.
.. code-block:: bash
$ docker exec es /usr/share/elasticsearch/bin/plugin -install mobz/elasticsearch-head
.. _elasticsearch-head: https://mobz.github.io/elasticsearch-head/
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