Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

tomy0000000/Sen-Tree-Pay

Repository files navigation

Sen Tree Pay

demo

Sen Tree Pay is a point system developed and used during the 2018 Yuan Ze University College of Informatics Orientation Camp. Originally hosted at https://2018yzucamp.tyze.me/pay.

Designed, built, and maintained in cooperation with @tyzesc.

More backgrounds and stories of this project can be found in

Install Guide

  • Clone Application
git clone https://github.com/tomy0000000/Sen-Tree-Pay.git
cd Sen-Tree-Pay
  • Spawn containers
docker-compose up --detach
  • Create users manually by connecting to the following database
mysql://4zi:4zi@127.0.0.1/4zi

Additional guide for changing app configuration

  • Change environment variables defined in docker-compose.yml

  • Change environment variables defined in .env

    • Don't modify anything that isn't prefixed with APP_ and DB_
    • APP_KEY can be generated by the shell command
    echo "base64:"$(openssl rand -base64 32)
  • Rebuild the docker image