Skip to content

Commit

Permalink
Merge pull request #199 from miguelcleon/master
Browse files Browse the repository at this point in the history
update documentation for DAO config file setup.
  • Loading branch information
lsetiawan authored Oct 20, 2017
2 parents bd11d34 + 42f2ce4 commit f46213d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/WOFpyODM2LBR_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ cd $HOME/wofpyserverdev
3. Edit `singlerunserver.py` to use the mysql config file.

```python
dao = Odm2Dao(get_connection('odm2_config_mysql.cfg'))
parser.add_argument('--config',
help='Configuration file',
default='odm2_config_mysql.cfg')
```
3. Test that `singlerunserver.py` will deploy WOFpy. Go to one of the endpoints provided, replacing `127.0.0.1` with your server ipaddress:

Expand Down

0 comments on commit f46213d

Please sign in to comment.