Skip to content
Snippets Groups Projects
Commit 07b5f5ae authored by Alice Poggioli's avatar Alice Poggioli
Browse files

update

parent 6cf71fd0
No related branches found
No related tags found
No related merge requests found
How to use SiB server How to use SiB server
#################### ####################
Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it. Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it.
......
...@@ -49,13 +49,17 @@ Configure your LDP packages ...@@ -49,13 +49,17 @@ Configure your LDP packages
The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does. The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does.
Here you have :
* `a list of all the package available <https://git.startinblox.com/djangoldp-packages/>`___
* `Explanation on how to make one <develop-sib-ldp-packages.html>`__
If the description of the available packages is unclear, open an issue to ask for more description.
.. code-block:: yml .. code-block:: yml
ldppackages: ldppackages:
djangoldp_circle: djangoldp_circle djangoldp_account: djangoldp_account
djangoldp_account: djangoldp_account oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop'
djangoldp_profile: djangoldp_profile
oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop'
Details about packages.yml format are given in the template file. Details about packages.yml format are given in the template file.
...@@ -124,6 +128,8 @@ To launch the server in production: ...@@ -124,6 +128,8 @@ To launch the server in production:
* You have to configure your python server to server the script: wsgi.py on the URL api.batman.happy-dev.fr/. * You have to configure your python server to server the script: wsgi.py on the URL api.batman.happy-dev.fr/.
If you have any problem, `tell us reporting it in an issue <https://git.startinblox.com/djangoldp-packages/djangoldp/>`__. Thanks!
Tips & tricks Tips & tricks
================ ================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment