Repository for locally bootstrapping 925r and Yayata.
Create a new directory for all 925r and Yayata repositories to live in:
mkdir -p ~/inuits/yayata-application
Step inside the newly created directory.
cd ~/inuits/yayata-application
Clone this repository from GitHub:
git clone https://github.com/laurensOost/yayata-common.git
Step inside the newly pulled directory.
cd yayata-common
Start both 925r and Yayata:
task start
Open your browser on http://localhost:8000 for the 925r application.
Open your browser on http://localhost:8080 for the Yayata application.
Open your browser on http://localhost:9000 for the Minio admin panel.
The credentials for Yayata and Minio can be found in the 925r .env file.
For more details, check the 925r and Yayata README.md files.