You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2018/12/18 01:22:20 UTC

svn commit: r1849138 - /bloodhound/branches/bh_core_experimental/README.md

Author: gjm
Date: Tue Dec 18 01:22:19 2018
New Revision: 1849138

URL: http://svn.apache.org/viewvc?rev=1849138&view=rev
Log:
Update to README for some more useful information

Modified:
    bloodhound/branches/bh_core_experimental/README.md

Modified: bloodhound/branches/bh_core_experimental/README.md
URL: http://svn.apache.org/viewvc/bloodhound/branches/bh_core_experimental/README.md?rev=1849138&r1=1849137&r2=1849138&view=diff
==============================================================================
--- bloodhound/branches/bh_core_experimental/README.md (original)
+++ bloodhound/branches/bh_core_experimental/README.md Tue Dec 18 01:22:19 2018
@@ -83,6 +83,22 @@ models gain stability.
 pipenv run python manage.py runserver
 ```
 
+Amongst the initial output of that command will be something like:
+
+```
+Starting development server at http://127.0.0.1:8000/
+Quit the server with CONTROL-C.
+```
+
+Currently there is not much to see at the specified location. More work has
+been done on the core API. The following views may be of interest as you
+explore:
+
+ * http://127.0.0.1:8000/ticket/
+ * http://127.0.0.1:8000/schema_view/
+
+These paths are subject to change.
+
 ## Unit Tests
 
 Unit tests are currently being written with the standard unittest framework.