Browse Source

docs: Add note on creating database

Michael Bromley 7 years ago
parent
commit
7f35f10a12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -26,6 +26,7 @@ which is MariaDB including phpMyAdmin.
 Vendure uses [TypeORM](http://typeorm.io), so it compatible will any database which works with TypeORM.
 
 * Configure the [dev config](./server/dev-config.ts)
+* Create the database using your DB admin tool of choice (e.g. phpMyAdmin if you are using the docker image suggested above). Name it according to the config ("vendure-dev").
 * `cd server && yarn`
 * Populate mock data with `yarn populate`
 * `yarn start:dev` to start the server