Runner - a tool to quickly start new task

Fund package maintenance!
By Me A Coffee

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

1.1.11 2024-03-12 08:46 UTC

This package is auto-updated.

Last update: 2024-04-12 09:01:02 UTC


README

in packagist

"Buy Me A Coffee"

First step - init project:

git clone https://github.com/JaroslawZielinski/Runner.git
cd Runner
composer install
cp .env.dist .env
run/dockerized destroy
run/dockerized build
run/dockerized init
docker exec -it runner_php_1 ash -c "source .env && vendor/bin/phinx migrate -e development"
run/dockerized serverOnly

Useful commands after that:

run/dockerized all