I know there are credentials in this repo. They will all be hidden as soon as this has a public port.
make install
will install several pieces of software on your machine. Mac users must have brew installed.
make install
make cleardb
make docker
make setup_migrations
make setup_minio
If you are running hasura cli v1, please upgrade to v2, before running the migration
make upgrade-hasura-cli
I open 4 tabs and run the following commands
make docker
make server DEV=1 // DEV IS IMPORTANT,SEE NOTES
make client
make migrate
Notes:
the following command will run the server in production mode
make server
- Databrary: http://localhost:8000/login
- Hasura: http://localhost:8002 if you wan to run hasura in migaration mode http://localhost:9695
- Minio: http://localhost:9000
- Minio Client and Minio Docker image need to be compatible, make sure you always have the right Minio Client for the right minio image.