Skip to content

Commit

Permalink
Add doc and add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Oct 26, 2017
1 parent 9f3eaf1 commit 4d2a095
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions ConfigurationSystem/Client/Helpers/RESTConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from DIRAC import S_OK, S_ERROR, rootPath
from DIRAC.ConfigurationSystem.Client.Config import gConfig
from DIRAC.Core.Security import Locations, X509Chain
import tempfile

gBaseSection = "/REST"

Expand Down
11 changes: 11 additions & 0 deletions docs/poorsManDoc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
You need to:

* add `REST` to the list of Extensions `/DIRAC/Extensions`
* Create a new section `REST` in which you add `CodeAuthURL=Something`
* In `/DIRAC/Setups/<yoursetup>`, add a config for `REST`
* In the `Systems` section, add a `REST` section in which you put what is in the `RESTDIRAC/RESTSystem/ConfigTemplate.cfg` file, and define the OATokenDB

Even if you do not want to use OAuth, it is all mandatory.

Start the server with `python RESTDIRAC/RESTSystem/scripts/dirac-rest-server.py`.
By default it listen to port 9910

0 comments on commit 4d2a095

Please sign in to comment.