Go to file
2024-11-05 19:42:02 +01:00
dsql-app Bug fix: Create SSL directories 2024-11-05 19:42:02 +01:00
dsql-data First Commit 2024-11-05 12:12:42 +01:00
.gitignore Remove SSL Directories 2024-11-05 18:21:59 +01:00
README.md Updates 2024-11-05 15:47:45 +01:00

Datasquirel Admin

PHP myadmin on steroids

How to setup

  1. Clone the repo
git clone https://git.tben.me/Moduletrace/dsql-admin.git
  1. change dir into the new directory
cd dsql-admin/dsql-app
  1. Copy test.env to .env and edit the file with your preferred credentials
cp test.env .env
  1. Run the docker compose stack
npm run docker-prod

Notes

  • Mariadb typically takes some time to startup, when it starts up the admin site can fire up. If it doesn't start up at first simply stop the stack and start again using npm run docker-prod.

Admin Panel

After successful setup the admin panel is now located at http://localhost:7070. The static server is running at http://localhost:7072. That is assuming you didn't edit the ports in the .env file.