Skip to content

Commit

Permalink
Workaround to fix php-redis-admin
Browse files Browse the repository at this point in the history
As php-redis-admin is marked as "project" running composer install will
not propagate to it .. run composer install by hand as a workaround
  • Loading branch information
drAlberT committed Nov 3, 2016
1 parent 791905e commit 3f45a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"php -r '$f=__DIR__.\"/web/tools/Adminer.php\"; $c=file_get_contents($f); $c=preg_replace(\"#(header\\(\\\"X-Frame-Options: deny\\\"\\);)#\", \"\", $c); file_put_contents($f, $c);'"
],
"redisadmin": [
"cd \"vendor/faktiva/php-redis-admin/\" ; php ../../../composer.phar -vv install",
"php -r 'chdir(__DIR__.\"/web/tools\"); @symlink(\"../../vendor/faktiva/php-redis-admin/web/\", \"Redis_admin\");'",
"php -r 'copy(__DIR__.\"/app/config/php-redis-admin.config.php\", __DIR__.\"/vendor/faktiva/php-redis-admin/app/config/config.php\");'"
],
Expand Down

0 comments on commit 3f45a85

Please sign in to comment.