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
d8a735e1
Commit
d8a735e1
authored
Jan 06, 2015
by
Tim Babych
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
95df3888
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
+1
-2
README.rst
+1
-2
No files found.
Makefile
View file @
d8a735e1
...
@@ -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
...
...
README.rst
View file @
d8a735e1
...
@@ -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:
...
...
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