Skip to content

Commit

Permalink
Minor change to the style, all pytests work locally. Plus updates to …
Browse files Browse the repository at this point in the history
…the installation procedures
  • Loading branch information
markmcdowall committed Sep 18, 2017
1 parent 5d4d022 commit 45a611f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ port = 27017
user = testuser
pass = test123
db = dmp
ftp_root = ftp://ftp.multiscalegenomics.eu/test
```

Customise the `rest/auth_meta.json` file to locate the authentication server

# Setting up a server
```
git clone https://github.com/Multiscale-Genomics/mg-rest-dm.git
Expand Down
3 changes: 2 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ define the MongoDB server:
user = testuser
pass = test123
db = dmp
ftp_root = ftp://ftp.multiscalegenomics.eu/test
Customise the `rest/auth_meta.json` file to locate the authentication server

Starting the service:

.. code-block:: none
Expand Down
1 change: 0 additions & 1 deletion tests/test_rest_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ def test_file_02(client):
)

assert rest_value.status_code == 200

0 comments on commit 45a611f

Please sign in to comment.