Add instruction to README for importing federated searchable data
This commit is contained in:
parent
ddb42e6c91
commit
e123444ceb
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ To start running the service use the following commands:
|
||||||
|
|
||||||
`./env/bin/python manage.py runserver`
|
`./env/bin/python manage.py runserver`
|
||||||
|
|
||||||
|
## Test Federation
|
||||||
|
You can import sample event data into your "Searchable" table with this command:
|
||||||
|
|
||||||
|
`./env/bin/python manage.py import http://people.ubuntu.com/~mhall119/searchable_test.json`
|
||||||
|
|
||||||
|
|
||||||
## Getting Involved
|
## Getting Involved
|
||||||
|
|
||||||
To contibute to Get Together, you can file issues here on GitHub, work on
|
To contibute to Get Together, you can file issues here on GitHub, work on
|
||||||
|
|
Loading…
Reference in a new issue