Skip to content

TheoWolf/databrary.org

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 71.5%
  • TypeScript 11.7%
  • JavaScript 9.3%
  • PLpgSQL 4.9%
  • Makefile 1.1%
  • Shell 0.6%
  • Other 0.9%