Skip to content

Instantly share code, notes, and snippets.

@emodric
Created December 16, 2015 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emodric/51504521bba888c9e012 to your computer and use it in GitHub Desktop.
Save emodric/51504521bba888c9e012 to your computer and use it in GitHub Desktop.
eZ Publish legacy clone, composer install & autoload generate
eddie@abyss [~] $ git clone git@github.com:ezsystems/ezpublish-legacy.git
Cloning into 'ezpublish-legacy'...
remote: Counting objects: 368949, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 368949 (delta 0), reused 0 (delta 0), pack-reused 368944
Receiving objects: 100% (368949/368949), 207.06 MiB | 3.20 MiB/s, done.
Resolving deltas: 100% (269122/269122), done.
Checking connectivity... done.
eddie@abyss [~] $ cd ezpublish-legacy
eddie@abyss [~/ezpublish-legacy] ( ± master ) $ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing ezsystems/ezpublish-legacy-installer (v2.0.1)
Loading from cache
- Installing ezsystems/ezmultiupload-ls (v5.3.0)
Loading from cache
- Installing ezsystems/ezprestapiprovider-ls (v5.3.0)
Loading from cache
- Installing zetacomponents/base (1.9)
Loading from cache
- Installing zetacomponents/archive (1.5)
Loading from cache
- Installing zetacomponents/database (1.5)
Loading from cache
- Installing zetacomponents/authentication (1.4)
Loading from cache
- Installing zetacomponents/authentication-database-tiein (1.2)
Loading from cache
- Installing zetacomponents/cache (1.6)
Loading from cache
- Installing zetacomponents/configuration (1.4)
Loading from cache
- Installing zetacomponents/console-tools (1.7)
Loading from cache
- Installing zetacomponents/debug (1.3)
Loading from cache
- Installing zetacomponents/event-log (1.5)
Loading from cache
- Installing zetacomponents/feed (1.4)
Loading from cache
- Installing zetacomponents/image-analysis (1.2)
Loading from cache
- Installing zetacomponents/image-conversion (1.4)
Loading from cache
- Installing zetacomponents/mvc-tools (1.2)
Loading from cache
- Installing zetacomponents/mvc-authentication-tiein (1.1)
Loading from cache
- Installing zetacomponents/persistent-object (1.8)
Loading from cache
- Installing zetacomponents/signal-slot (1.2)
Loading from cache
- Installing zetacomponents/system-information (1.1)
Loading from cache
- Installing zetacomponents/php-generator (1.1)
Downloading: 100%
- Installing ezsystems/ezautosave-ls (v5.4.2)
Loading from cache
- Installing ezsystems/ezdemo-ls-extension (v5.4.2)
Loading from cache
- Installing ezsystems/ezflow-ls-extension (v5.3.8)
Loading from cache
- Installing ezsystems/ezgmaplocation-ls-extension (v5.3.1)
Loading from cache
- Installing ezsystems/ezie-ls (v5.3.1)
Loading from cache
- Installing ezsystems/ezmbpaex-ls (v5.3.2)
Loading from cache
- Installing ezsystems/ezodf-ls (v5.3.1)
Loading from cache
- Installing ezsystems/ezstarrating-ls-extension (v5.3.1)
Loading from cache
- Installing ezsystems/ezwt-ls-extension (v5.3.5)
Loading from cache
- Installing zetacomponents/mail (1.8.1)
Loading from cache
- Installing zetacomponents/webdav (1.2)
Loading from cache
- Installing symfony/yaml (v2.8.0)
Downloading: 100%
- Installing phpunit/php-text-template (1.2.1)
Loading from cache
- Installing phpunit/phpunit-mock-objects (1.2.3)
Downloading: 100%
- Installing phpunit/php-timer (1.0.7)
Loading from cache
- Installing phpunit/php-token-stream (1.2.2)
Downloading: 100%
- Installing phpunit/php-file-iterator (1.4.1)
Loading from cache
- Installing phpunit/php-code-coverage (1.2.18)
Downloading: 100%
- Installing phpunit/phpunit (3.7.38)
Downloading: 100%
ezsystems/ezdemo-ls-extension suggests installing ezsystems/ezwt-extension (~5.3)
ezsystems/ezdemo-ls-extension suggests installing ezsystems/ezgmaplocation-extension (~5.3)
ezsystems/ezdemo-ls-extension suggests installing ezsystems/ezstarrating-extension (~5.3)
ezsystems/ezgmaplocation-ls-extension suggests installing ezsystems/ezwebin-ls-extension (~5.3)
ezsystems/ezstarrating-ls-extension suggests installing ezsystems/ezwebin-ls-extension (~5.3)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Writing lock file
Generating autoload files
eddie@abyss [~/ezpublish-legacy] ( ± master ● ) $ php bin/php/ezpgenerateautoloads.php
Scanning for PHP-files.
Scan complete. Found 265 PHP files.
Searching for classes (tokenizing).
Found 107 classes, added 107 of them to the autoload array.
eddie@abyss [~/ezpublish-legacy] ( ± master ● ) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment