Advertisement
s7eph4n

Chameleon install transcript

Jun 2nd, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.42 KB | None | 0 0
  1. stephan@fox2 /var/www/html $ ll
  2. total 37116
  3. drwxr-xr-x 2 www-data www-data     4096 Jun  2 12:37 ./
  4. drwxr-xr-x 3 root     root         4096 Jan 14 20:19 ../
  5. -rw-r--r-- 1 www-data www-data    11321 Jan 14 20:19 index.html
  6. -rw-r--r-- 1 www-data www-data 37985053 Jun  2 12:36 mediawiki-core-1.30.0.tar.gz
  7. stephan@fox2 /var/www/html $ sudo -u www-data tar zxf mediawiki-core-1.30.0.tar.gz
  8. stephan@fox2 /var/www/html $ ll
  9. total 37120
  10. drwxr-xr-x  3 www-data www-data     4096 Jun  2 12:37 ./
  11. drwxr-xr-x  3 root     root         4096 Jan 14 20:19 ../
  12. -rw-r--r--  1 www-data www-data    11321 Jan 14 20:19 index.html
  13. drwxr-xr-x 15 www-data www-data     4096 Dec  9 00:19 mediawiki-1.30.0/
  14. -rw-r--r--  1 www-data www-data 37985053 Jun  2 12:36 mediawiki-core-1.30.0.tar.gz
  15. stephan@fox2 /var/www/html $ cd mediawiki-1.30.0/
  16. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ ll skins/
  17. total 12
  18. drwxr-xr-x  2 www-data www-data 4096 Dec  9 00:19 ./
  19. drwxr-xr-x 15 www-data www-data 4096 Dec  9 00:19 ../
  20. -rw-r--r--  1 www-data www-data 1208 Dec  9 00:19 README
  21. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ ll extensions/
  22. total 12
  23. drwxr-xr-x  2 www-data www-data 4096 Dec  9 00:19 ./
  24. drwxr-xr-x 15 www-data www-data 4096 Dec  9 00:19 ../
  25. -rw-r--r--  1 www-data www-data 1042 Dec  9 00:19 README
  26. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ sudo -u www-data nano composer.json
  27. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ sudo -u www-data composer update "mediawiki/chameleon-skin"
  28. Cannot create cache directory /home/stephan/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
  29. Cannot create cache directory /home/stephan/.composer/cache/files/, or directory is not writable. Proceeding without cache
  30. > ComposerHookHandler::onPreUpdate
  31. Loading composer repositories with package information
  32. Updating dependencies (including require-dev)
  33. Package operations: 40 installs, 0 updates, 0 removals
  34.   - Installing composer/installers (v1.5.0): Downloading (100%)        
  35.   - Installing composer/spdx-licenses (1.1.4): Downloading (100%)        
  36.   - Installing jakub-onderka/php-parallel-lint (v0.9.2): Downloading (100%)        
  37.   - Installing jetbrains/phpstorm-stubs (dev-master 1b99060): Cloning 1b9906084d
  38.   - Installing squizlabs/php_codesniffer (3.0.2): Downloading (100%)        
  39.   - Installing mediawiki/mediawiki-codesniffer (v0.12.0): Downloading (100%)        
  40.   - Installing symfony/yaml (v3.3.17): Downloading (100%)        
  41.   - Installing sebastian/version (1.0.6): Downloading (100%)        
  42.   - Installing sebastian/global-state (1.1.1): Downloading (100%)        
  43.   - Installing sebastian/recursion-context (1.0.5): Downloading (100%)        
  44.   - Installing sebastian/exporter (1.2.2): Downloading (100%)        
  45.   - Installing sebastian/environment (1.3.8): Downloading (100%)        
  46.   - Installing sebastian/diff (1.4.3): Downloading (100%)        
  47.   - Installing sebastian/comparator (1.2.4): Downloading (100%)        
  48.   - Installing doctrine/instantiator (1.0.5): Downloading (100%)        
  49.   - Installing phpunit/php-text-template (1.2.1): Downloading (100%)        
  50.   - Installing phpunit/phpunit-mock-objects (2.3.8): Downloading (100%)        
  51.   - Installing phpunit/php-timer (1.0.9): Downloading (100%)        
  52.   - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)        
  53.   - Installing phpunit/php-token-stream (1.4.12): Downloading (100%)        
  54.   - Installing phpunit/php-code-coverage (2.2.4): Downloading (100%)        
  55.   - Installing webmozart/assert (1.3.0): Downloading (100%)        
  56.   - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)        
  57.   - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%)        
  58.   - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%)        
  59.   - Installing phpspec/prophecy (1.7.6): Downloading (100%)        
  60.   - Installing phpunit/phpunit (4.8.36): Downloading (100%)        
  61.   - Installing jakub-onderka/php-console-color (0.1): Downloading (100%)        
  62.   - Installing jakub-onderka/php-console-highlighter (v0.3.2): Downloading (100%)        
  63.   - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%)        
  64.   - Installing nikic/php-parser (v2.1.0): Downloading (100%)        
  65.   - Installing symfony/polyfill-mbstring (v1.8.0): Downloading (100%)        
  66.   - Installing symfony/var-dumper (v3.4.11): Downloading (100%)        
  67.   - Installing symfony/debug (v3.4.11): Downloading (100%)        
  68.   - Installing symfony/console (v3.3.17): Downloading (100%)        
  69.   - Installing psy/psysh (v0.8.5): Downloading (100%)        
  70.   - Installing mediawiki/bootstrap (1.2.4): Downloading (100%)        
  71.   - Installing mediawiki/chameleon-skin (1.7.1): Downloading (100%)        
  72.   - Installing hamcrest/hamcrest-php (v2.0.0): Downloading (100%)        
  73.   - Installing wmde/hamcrest-html-matchers (v0.1.1): Downloading (100%)        
  74. sebastian/global-state suggests installing ext-uopz (*)
  75. phpunit/phpunit-mock-objects suggests installing ext-soap (*)
  76. phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
  77. symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump)
  78. symfony/var-dumper suggests installing ext-symfony_debug ()
  79. symfony/console suggests installing symfony/event-dispatcher ()
  80. symfony/console suggests installing symfony/filesystem ()
  81. psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
  82. psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
  83. Package mediawiki/at-ease is abandoned, you should avoid using it. Use wikimedia/at-ease instead.
  84. Writing lock file
  85. Generating optimized autoload files
  86. > ComposerVendorHtaccessCreator::onEvent
  87. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ ll skins
  88. total 16
  89. drwxr-xr-x  3 www-data www-data 4096 Jun  2 12:42 ./
  90. drwxr-xr-x 15 www-data www-data 4096 Jun  2 12:42 ../
  91. drwxr-xr-x  9 www-data www-data 4096 Jun  2 12:42 chameleon/
  92. -rw-r--r--  1 www-data www-data 1208 Dec  9 00:19 README
  93. stephan@fox2 /var/www/html/mediawiki-1.30.0 $ ll extensions/
  94. total 16
  95. drwxr-xr-x  3 www-data www-data 4096 Jun  2 12:42 ./
  96. drwxr-xr-x 15 www-data www-data 4096 Jun  2 12:42 ../
  97. drwxr-xr-x  7 www-data www-data 4096 Jun  2 12:42 Bootstrap/
  98. -rw-r--r--  1 www-data www-data 1042 Dec  9 00:19 README
  99. stephan@fox2 /var/www/html/mediawiki-1.30.0 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement