Rename .env.dist to .env, populate with correct values.
- Go to url and create admin
- Create tfws user for writing data.
Usernames and passwords below are just examples.
- Add data source
- See screenshot of example settings.
- Go to url and create admin!
CREATE DATABASE "highgarden"
CREATE USER tfws WITH PASSWORD 'tfws'
GRANT ALL ON highgarden TO tfws
CREATE USER nest' WITH PASSWORD 'nest'
GRANT ALL ON highgarden TO nest
- Import from json file located in /docs, note your db name is probably not 'highgarden' so ymmv :)