aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-01-08 19:39:51 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-08 22:00:03 +0000
commit6dfe350cb5eefde3a99374d14c083d1906717ddd (patch)
treef064f18885b4c314845756fec2021980c2fb6dd9 /README.md
parent9aeb1445549ec9a5b890f6df9bcf2952ef94ee03 (diff)
Remove dbinit and use sql/js seed files
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index db846d8..b4f356d 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,9 @@ server {
}
```
-Prior to using MySQL, MongoDB or SQLite you need to create the database and tables using the [dbinit tool](cmd/dbinit/dbinit.go).
-dbinit hasn't been tested with mongo replica sets.
+Prior to using MySQL, MongoDB or SQLite you need to create the database and tables using [one of the provided files](db).
+e.g. `mysql < db/seed.sql` or `mongo db/seed.js`.
+Obviously you should setup a role user for running in prodution.
### datastore