Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 908 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 908 Bytes

I know there are credentials in this repo. They will all be hidden as soon as this has a public port.

Install Steps

Make sure you have Docker, docker-compose, and yarn installed. Links/instructions coming soon.

Note: If you are on Linux environnement, copy scripts/docker_host.sh to /etc/profile.d/ and log out from your current session.

Install command line tools and dependencies necessary for development

make install

Start docker containers in one terminal where you can see the logs

make cleardb
make docker

Setup everything; be mindful of startup times

make setup_migrations
make setup_minio

Dev env

I open 4 tabs and run the following commands make docker make server make client make migrate

Browser

Databrary: http://localhost:8000/login Hasura: http://localhost:8002 or http://localhost:9695 Minio: http://localhost:9000