ba600cf8b86e272b0bd76d292adf07bc6f3ad781
Datasquirel Admin
PHP myadmin on steroids
How to setup
- Clone the repo
git clone https://git.tben.me/Moduletrace/dsql-admin.git
- change dir into the new directory
cd dsql-admin/dsql-app
- Copy
test.envto.envand edit the file with your preferred credentials
cp test.env .env
- Run the docker compose stack
npm run docker-prod
- To run in detached mode run
npm run docker-prod:detached
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.
Languages
TypeScript
49.1%
JavaScript
20.1%
CSS
13.6%
Less
5.9%
HTML
5.5%
Other
5.8%