Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
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
edx-notes-api
Commits
a5088033
Commit
a5088033
authored
Jun 14, 2017
by
Feanil Patel
Committed by
GitHub
Jun 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #51 from edx/robrap/es-upgrade
[DELAY MERGE] TNL-6145: Upgrade ES to 1.x for notes
parents
ee6cd31d
7e71c445
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
.travis/docker-compose-travis.yml
+1
-1
README.rst
+2
-3
requirements/base.txt
+2
-2
No files found.
.travis/docker-compose-travis.yml
View file @
a5088033
...
@@ -12,7 +12,7 @@ services:
...
@@ -12,7 +12,7 @@ services:
MYSQL_PASSWORD
:
"
secret"
MYSQL_PASSWORD
:
"
secret"
MYSQL_DATABASE
:
"
edx_notes_api"
MYSQL_DATABASE
:
"
edx_notes_api"
es
:
es
:
image
:
e
dxops/elasticsearch:0.9.13
image
:
e
lasticsearch:1.5.2
container_name
:
es
container_name
:
es
notes
:
notes
:
# Uncomment this line to use the official course-discovery base image
# Uncomment this line to use the official course-discovery base image
...
...
README.rst
View file @
a5088033
...
@@ -10,13 +10,12 @@ This is a backend store for edX Student Notes.
...
@@ -10,13 +10,12 @@ This is a backend store for edX Student Notes.
Overview
Overview
--------
--------
The edX Notes API is designed to be compatible with the
The edX Notes API is designed to be compatible with the `Annotator <http://annotatorjs.org/>`__.
`Annotator <http://annotatorjs.org/>`__. Can be run with up to date ElasticSearch or legacy 0.90.x.
Getting Started
Getting Started
---------------
---------------
1.
You'll need an `ElasticSearch <http://elasticsearch.org>`__ installed
.
1.
Install `ElasticSearch 1.5.2 <https://www.elastic.co/blog/elasticsearch-1-5-2-and-1-4-5-released>`__
.
2. Install the requirements:
2. Install the requirements:
...
...
requirements/base.txt
View file @
a5088033
...
@@ -2,8 +2,8 @@ Django==1.8.7
...
@@ -2,8 +2,8 @@ Django==1.8.7
requests==2.4.3
requests==2.4.3
djangorestframework==3.2.3
djangorestframework==3.2.3
django-rest-swagger==0.2.0
django-rest-swagger==0.2.0
django-haystack==2.
3.1
django-haystack==2.
6.0
elasticsearch
==0.4.5 # only 0.4 works for ES 0.9
0
elasticsearch
>=1.0.0,<2.0.
0
django-cors-headers==1.1.0
django-cors-headers==1.1.0
PyJWT==0.3.0
PyJWT==0.3.0
MySQL-python==1.2.5 # GPL License
MySQL-python==1.2.5 # GPL License
...
...
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