Dockerfiles for quickly getting a demo of GlobalSight up and running. Also runs phpMyAdmin in case you want to quickly inspect the database.
- Run
docker-compose up
. - View the GlobalSight UI. Login with user
superadmin
and passwordpassword
. - View the database with phpMyAdmin.
GlobalSight's installer creates the MySQL tables when it first runs; to wipe the database and recreate the tables,
remove the ./data/init/database-created
file and start the container again.
This project is under the MIT license. It uses wait-for-it.sh, which is also MIT licensed.