- Clone repo
- Inside root folder write this command to create directories
mkdir -p {esdata,postgresdata,mysqldata,pgadmin-data}
- Run docker-compose up
- Done
you can view studio on http://localhost:3000
Here are the issues other users have faced, if you face similar issues you can use this to solve
- If permission errors like (Permission denied: '/var/lib/pgadmin/sessions' in Docker). Try run with
sudo chown -R 5050:5050 pgadmin-data
inside root folder - Try (docker-compose up) with sudo if you have some issues with permissions generally
- If you face this error
[20760] INTERNAL ERROR: cannot create temporary directory!
then you might have space issue in your computer which needs to be cleared up - In case of timeouts error. Try this "COMPOSE_HTTP_TIMEOUT=200 docker-compose up"
In case of any issues found. Please create issues