Commit d8a735e1 by Tim Babych

Update README

parent 95df3888
...@@ -9,7 +9,6 @@ else ...@@ -9,7 +9,6 @@ else
test_settings = notesserver.settings.test test_settings = notesserver.settings.test
endif endif
test: clean test: clean
./manage.py test --settings=$(test_settings) --with-coverage --with-ignore-docstrings \ ./manage.py test --settings=$(test_settings) --with-coverage --with-ignore-docstrings \
--exclude-dir=notesserver/settings --cover-inclusive --cover-branches \ --exclude-dir=notesserver/settings --cover-inclusive --cover-branches \
...@@ -42,7 +41,7 @@ diff-quality: ...@@ -42,7 +41,7 @@ diff-quality:
coverage: diff-coverage diff-quality coverage: diff-coverage diff-quality
create-index: create-index:
python manage.py create_index python manage.py rebuild_index
requirements: requirements:
pip install -q -r requirements/base.txt --exists-action=w pip install -q -r requirements/base.txt --exists-action=w
......
...@@ -16,8 +16,7 @@ The edX Notes API is designed to be compatible with the ...@@ -16,8 +16,7 @@ The edX Notes API is designed to be compatible with the
Getting Started Getting Started
--------------- ---------------
1. You'll need a recent version `ElasticSearch <http://elasticsearch.org>`__ (>=1.0.0) 1. You'll need an `ElasticSearch <http://elasticsearch.org>`__ installed.
installed.
2. Install the requirements: 2. Install the requirements:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment