Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 13, 2015
1 parent 034c95e commit fdbd113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ How to install and run on a clean install of Ubuntu 14.04 (LTS):
sh
apt-get update
apt-get upgrade
apt-get install screen git python3 libpq-dev python3-dev -y
apt-get install postgresql postgresql-contrib authbind
apt-get install python-virtualenv screen git python3 libpq-dev python3-dev -y
git clone https://github.com/Storj/dataserv
cd dataserv
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion dataserv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ONLINE_TIME = 5 # minutes


# db setup example `export DATABASE_URL="postgresql://localhost/dataserv"`
# db setup example `export DATABASE_URL="postgresql:///dataserv"`
if os.environ.get("DATASERV_DATABASE_URI"):
SQLALCHEMY_DATABASE_URI = os.environ.get("DATASERV_DATABASE_URI")
else: # default to sqlite
Expand Down

0 comments on commit fdbd113

Please sign in to comment.