Part of edX code.
This is a backend store for edX Student Notes.
The edX Notes API is designed to be compatible with the Annotator.
Install ElasticSearch 1.5.2.
Install the requirements:
$ make develop
Create index and put mapping:
$ make create-index
Run the server:
$ make run
CLIENT_ID
- OAuth2 Client ID, which is to be found in aud
field of IDTokens which authorize users
CLIENT_SECRET
- secret with which IDTokens should be encoded
ES_DISABLED
- set to True when you need to run the service without ElasticSearch support.- e.g if it became corrupted and you're rebuilding the index, while still serving users through MySQL
HAYSTACK_CONNECTIONS['default']['url']
- Your ElasticSearch URL
Run make validate
install the requirements, run the tests, and run
lint.
edX Notes Store uses Haystack which comes with several management commands.
Please read more about update_index
management command
here.
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome.
Please read How To Contribute for details.
Even though it was written with edx-platform
in mind, the guidelines
should be followed for Open edX code in general.
Please do not report security issues in public. Please email security@edx.org
You can discuss this code on the edx-code Google Group or in the
edx-code
IRC channel on Freenode.