Fixing IMI on summitt-services-droplet-01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Tue Feb 25 16:54:13 2020 from 173-18-136-80.client.mchsi.com | |
[centos@summitt-services-droplet-01 ~]$ docker exec -it isle-apache-dg bash | |
root@01d77bea4bd2:/# cd /var/www/html/sites/all/modules/islandora/islandora_multi_importer/ | |
root@01d77bea4bd2:/var/www/html/sites/all/modules/islandora/islandora_multi_importer# git remote -v | |
origin https://github.com/DigitalGrinnell/islandora_multi_importer (fetch) | |
origin https://github.com/DigitalGrinnell/islandora_multi_importer (push) | |
root@01d77bea4bd2:/var/www/html/sites/all/modules/islandora/islandora_multi_importer# git status | |
HEAD detached at 78c06b7 | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: includes/islandora_multi_batch.inc | |
modified: includes/utilities.inc | |
modified: islandora_multi_importer.api.php | |
no changes added to commit (use "git add" and/or "git commit -a") | |
root@01d77bea4bd2:/var/www/html/sites/all/modules/islandora/islandora_multi_importer# composer install | |
Loading composer repositories with package information | |
Installing dependencies (including require-dev) from lock file | |
Package operations: 34 installs, 0 updates, 0 removals | |
- Installing psr/cache (1.0.1): Downloading (100%) | |
- Installing league/flysystem (1.0.41): Downloading (100%) | |
- Installing cache/taggable-cache (0.4.3): Downloading (100%) | |
- Installing psr/log (1.0.2): Downloading (100%) | |
- Installing cache/adapter-common (0.3.3): Downloading (100%) | |
- Installing cache/filesystem-adapter (0.3.3): Downloading (100%) | |
- Installing phpseclib/phpseclib (2.0.6): Downloading (100%) | |
- Installing monolog/monolog (1.23.0): Downloading (100%) | |
- Installing psr/http-message (1.0.1): Downloading (100%) | |
- Installing guzzlehttp/psr7 (1.4.2): Downloading (100%) | |
- Installing guzzlehttp/promises (v1.3.1): Downloading (100%) | |
- Installing guzzlehttp/guzzle (6.3.0): Downloading (100%) | |
- Installing firebase/php-jwt (v5.0.0): Downloading (100%) | |
- Installing google/auth (v1.0.1): Downloading (100%) | |
- Installing google/apiclient-services (v0.19): Downloading (100%) | |
- Installing google/apiclient (v2.2.0): Downloading (100%) | |
- Installing phpoffice/phpexcel (1.8.1): Downloading (100%) | |
- Installing ringcentral/psr7 (1.2.1): Downloading (100%) | |
- Installing evenement/evenement (v2.1.0): Downloading (100%) | |
- Installing react/stream (v0.4.6): Downloading (100%) | |
- Installing react/promise (v2.5.1): Downloading (100%) | |
- Installing react/event-loop (v0.4.3): Downloading (100%) | |
- Installing react/socket (v0.4.6): Downloading (100%) | |
- Installing react/http (v0.4.4): Downloading (100%) | |
- Installing symfony/routing (v3.0.9): Downloading (100%) | |
- Installing symfony/polyfill-mbstring (v1.4.0): Downloading (100%) | |
- Installing symfony/http-foundation (v3.0.9): Downloading (100%) | |
- Installing symfony/event-dispatcher (v3.0.9): Downloading (100%) | |
- Installing symfony/debug (v3.3.6): Downloading (100%) | |
- Installing symfony/http-kernel (v3.0.9): Downloading (100%) | |
- Installing pimple/pimple (v1.1.1): Downloading (100%) | |
- Installing silex/silex (v1.3.6): Downloading (100%) | |
- Installing symfony/process (v3.3.6): Downloading (100%) | |
- Installing twig/twig (v1.34.4): Downloading (100%) | |
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2) | |
league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3) | |
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage) | |
league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching) | |
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem) | |
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files) | |
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib) | |
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage) | |
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter) | |
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage) | |
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications) | |
phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.) | |
phpseclib/phpseclib suggests installing ext-libsodium (SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.) | |
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB) | |
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server) | |
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required)) | |
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server) | |
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server) | |
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver) | |
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib) | |
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome) | |
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar) | |
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server) | |
monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server) | |
react/event-loop suggests installing ext-event (~1.0) | |
react/event-loop suggests installing ext-libev (*) | |
react/event-loop suggests installing ext-libevent (>=0.1.0) | |
symfony/routing suggests installing doctrine/annotations (For using the annotation loader) | |
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader) | |
symfony/routing suggests installing symfony/dependency-injection (For loading routes from a service) | |
symfony/routing suggests installing symfony/expression-language (For using expression matching) | |
symfony/routing suggests installing symfony/yaml (For using the YAML loader) | |
symfony/event-dispatcher suggests installing symfony/dependency-injection | |
symfony/http-kernel suggests installing symfony/browser-kit | |
symfony/http-kernel suggests installing symfony/class-loader | |
symfony/http-kernel suggests installing symfony/config | |
symfony/http-kernel suggests installing symfony/console | |
symfony/http-kernel suggests installing symfony/dependency-injection | |
symfony/http-kernel suggests installing symfony/finder | |
symfony/http-kernel suggests installing symfony/var-dumper | |
Generating autoload files | |
root@01d77bea4bd2:/var/www/html/sites/all/modules/islandora/islandora_multi_importer# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment