| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/air-sport_cz/www/modules/ps_mbo/ |
Upload File : |
help: @egrep "^#" Makefile # target: docker-build|db - Setup/Build PHP & (node)JS dependencies db: docker-build docker-build: build-back build-back: docker-compose run --rm php sh -c "composer install" build-back-prod: docker-compose run --rm php sh -c "composer install --no-dev -o" build-zip: cp -Ra $(PWD) /tmp/ps_mbo rm -rf /tmp/ps_mbo/.env.test rm -rf /tmp/ps_mbo/.php_cs.* rm -rf /tmp/ps_mbo/composer.* rm -rf /tmp/ps_mbo/.gitignore rm -rf /tmp/ps_mbo/deploy.sh rm -rf /tmp/ps_mbo/.editorconfig rm -rf /tmp/ps_mbo/.git rm -rf /tmp/ps_mbo/.github rm -rf /tmp/ps_mbo/_dev rm -rf /tmp/ps_mbo/tests rm -rf /tmp/ps_mbo/docker-compose.yml rm -rf /tmp/ps_mbo/Makefile mv -v /tmp/ps_mbo $(PWD)/ps_mbo zip -r ps_mbo.zip ps_mbo rm -rf $(PWD)/ps_mbo # target: build-zip-prod - Launch prod zip generation of the module (will not work on windows) build-zip-prod: build-back-prod build-zip