-
Install Docker and Docker Compose
-
Run it
# Clone
git clone https://github.com/Mosasauroidea/GazellePW.git
cd GazellePW
# Start
docker-compose -p gazelle up
-
Now you can access the website through http://localhost:9000
-
Register an account: check email in
./cache/emails/
to activate your account. -
Configuration (optional): create
config.local.php
, override anything fromconfig.default.php
-
If you need the tracker, please deploy the Ocelot.
- VSCode: Install Prettier, XML, PHP Intelephense, Crowdin
# Create a database migration
docker-compose exec -it --user gazelle web vendor/bin/phinx create MyNewMigration
# Run database migration
docker-compose exec -it --user gazelle web vendor/bin/phinx migrate