finagin / saldo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verification of reconciliation acts

GitHub Actions GitHub Issues Software License

Installation

Development

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install --ignore-platform-reqs

./vendor/bin/sail up -d --build --force-recreate --remove-orphans
# -d               - Detached mode: Run containers in the background.
# --build          - Build images before starting containers.
# --force-recreate - Recreate containers even if their configuration and image haven't changed.
# --remove-orphans - Remove containers for services not defined in the Compose file.

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 76.3%Language:Blade 21.2%Language:Dockerfile 1.5%Language:Shell 0.8%Language:JavaScript 0.2%