RoboJackets / loop

Tracking, auditing, and reconciling reimbursement requests

Home Page:https://loop.robojackets.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loop

Tracking, auditing, and reconciling SOFO forms

Warning

While this repository itself is open-source, we use several confidential and proprietary components which are packed into Docker images produced by this process. Images should never be pushed to a public registry.

Install Docker and Docker Compose.

Clone the repository, then run

export DOCKER_BUILDKIT=1
docker build --pull --target backend-uncompressed --network host --secret id=composer_auth,src=auth.json . --tag robojackets/loop
docker compose up

You will need to provide an auth.json file that has credentials for downloading Laravel Nova. Ask in Slack and we can provide this file to you.

About

Tracking, auditing, and reconciling reimbursement requests

https://loop.robojackets.org

License:MIT License


Languages

Language:PHP 97.0%Language:HCL 1.4%Language:Dockerfile 0.8%Language:Shell 0.4%Language:Smarty 0.2%Language:Blade 0.1%Language:JavaScript 0.0%