Skip to content

Commit

Permalink
add default admin user info to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenolen committed May 2, 2016
1 parent db3e0a0 commit fb1bb25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ db.password=&!sickly

Please see the `db/migrations` dir for more information on schema creation and migrating the database.

To note, after running the migrations and seeding, the default admin user to use is `ohmage.admin`/`ohmage.passwd`. You'll be forced to reset this password on first log in.

## Setting Up the Directory Structure

ohmage depends on a set of directories to store log files and user data. By default, these are located at `/var/lib/ohmage/`. This directory should contain a number of subdirectories, called `audits`, `audio`, `images`, `documents` and `videos`. These directories can be changed through the `preference` table in the database. The `log` directory (default: `/var/log/ohmage`) will create itself.
Expand Down

0 comments on commit fb1bb25

Please sign in to comment.