Move to raspisms dir

This commit is contained in:
osaajani 2020-02-18 04:29:48 +01:00
parent 34a6f7de65
commit 40fccf133c
278 changed files with 109 additions and 2020 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all install composer_install vendor migrate clean fix
.PHONY: all install composer_install vendor migrate clean fix:
INSTALL_DIR=$(DESTDIR)/opt/raspisms2
ENV=prod
@ -8,19 +8,19 @@ all: install
vendor: composer.phar composer.json
./composer.phar self-update
./composer.phar install
raspisms/composer.phar self-update
raspisms/composer.phar install
migrate: vendor
vendor/bin/phinx migrate --environment=$(ENV)
raspisms/vendor/bin/phinx migrate --environment=$(ENV)
install: vendor migrate
chmod -R 750 .
install -m750 -d $(INSTALL_DIR)
cp -a . $(INSTALL_DIR)
install -d ./src $(INSTALL_DIR)
@ -33,5 +33,5 @@ uninstall:
fix:
tests/php-cs-fixer/run.php fix
tests/phpstan/run.php analyse
raspisms/tests/php-cs-fixer/run.php fix
raspisms/tests/phpstan/run.php analyse

2012
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Some files were not shown because too many files have changed in this diff Show More