Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rian bogle committed Mar 22, 2017
1 parent 13d6652 commit c811598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Files are included to enable running the flask service under NGINX via uwsgi

To install, clone this repo somewhere like: `/opt`
```
git clone git@astrogit.wr.usgs.gov:rbogle/slurm_rest_api.git /opt
git clone git@github.com:rbogle/slurm-rest-api.git /opt
```
Then setup a virtualenv or conda env with the following:
```
Expand Down
3 changes: 3 additions & 0 deletions config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# Turn off include of acctapi package if not using slurmdbd with mysql
USE_ACCT_DB = True

DEBUG = True
HOST = '0.0.0.0'
PORT = 5000

0 comments on commit c811598

Please sign in to comment.