An open source ticketing solution using Cardano Native Assets. Bridging Web 3.0 to IRL via Blockchain.
Developed by Adam Dean & Latheesan Kanesamoorthy and maintained by the Cardano Community with ❤.
cd $HOME/Desktop
docker network create --driver bridge local-gatekeeper
(Only Required First Time Setup)git clone https://github.com/CardanoGateKeeper/Core.git
cd $HOME/Desktop/GateKeeper
docker/docker-compose.custom.yml.example
as docker/docker-compose.custom.yml
application/.env.example
as application/.env
make buid
to build & start the containersYou can connect to the dev mysql instance via host
127.0.0.1
and port33020
, see credentials indocker/docker-compose.custom.yml
build
Rebuild all docker containersup
Restart all docker containersdown
Shutdown all docker containerscomposer-install
Run composer installdb-migrate
Run database migration(s)db-refresh
Drop all database tables, re-run the migration(s) with seedsstatus
View the status of all running containerslogs
View the logs out of all running containersshell
Drop into an interactive shell inside gatekeeper-web containerstats
View the resource usage of all running containersartisan
Execute Laravel artisan
command inside gatekeeper-web containeradmin
Create a new admin userstaff
Create a new staff userchange-password
Change user account password gatekeeper-web
in docker/docker-compose.custom.yml
gatekeeper-mysql
in docker/docker-compose.custom.yml
application/.env
to reflect the new db credentials