|
|
@@ -3,9 +3,11 @@ SpEndPoint
|
|
|
##########
|
|
|
|
|
|
Creates a SPARQL endpoint supporting custom services.
|
|
|
-Default access at `http://127.0.0.1:8000`.
|
|
|
+The default access point is at `http://127.0.0.1:8000`.
|
|
|
+This endpoint can be configured in the `configuration.toml <data/configuration.toml>`_ file.
|
|
|
+The docker image created uses uvicorn the host the application at `0.0.0.0:80`. Feel free to map this to any port of your liking.
|
|
|
|
|
|
-Currently supports 3 services:
|
|
|
+We currently support 3 services out of the box:
|
|
|
|
|
|
.. code-block::
|
|
|
|
|
|
@@ -32,7 +34,7 @@ Installation
|
|
|
Configuration
|
|
|
-------------
|
|
|
|
|
|
-A configuration file at `data/configuration.toml` holds all user configurable data.
|
|
|
+A configuration file at `configuration.toml <data/configuration.toml>`_ holds all user configurable data.
|
|
|
You can set the `host` and `port` the server will listen on.
|
|
|
A more advanced use is to import extra services.
|
|
|
These services need to be defined in the `service.py` file as well.
|