Setup a Shopware Development Environment on a Mac – Step 4 Install Shopware

Install Shopware

Now I want to continue with the installation of Shopware. In Step 3 I already used SSH to connect me with my VM.

Source: 2017-12-30, https://github.com/shopwareLabs/shopware-vagrant

This only for information, because I was interested in the folder structure.
In the folder:
DEVroot/shopware-vagrant/ansible/roles/common/files/bin/ 
there is a script install_shopware

Go into „Terminal“ and start command install_shopware.
Depending on your bandwidth you can now brew a cup of tea.

To see the full stack trace, look at the box a bottom of this page.

Now I have to download the test images. I guess these are the images for the demo data, because in the Shopware installation several demo data were imported into the database. So I go to „Terminal“, switch in folder www and then shopware and finally start command (skip this part if you use a new Shopware version … see what happend)

wget -O test_images.zip http://releases.s3.shopware.com/test_images.zip

then the download start. Afterwards start command

unzip test_images.zip

Now I can open the browser and insert IP http://192.168.33.10/shopware/backend/

If you like you can change the language (field: Sprache) to english. Use demo as user name and demo as password to enter the system.

 

To open the front-end insert 
http://192.168.33.10/shopware/

The DemoShop doesn´t contains the images. This point we have to clarify now.

No I searched and found the information, that I have to download a different zip file, because I use a newer Shopware version.

Source: 2017-12-30,https://github.com/shopware/shopware/blob/5.3/README.md#installation-via-git

So I downloaded test_images_since_5.1.zip and this file replaced the test_images.zip. I unzipped this again and replaces all images, which I did not removed from my installation before. And voilá images appreared in the frontend.

Learning: Follow technical documentations you will find somewhere are not best-practice. Better is to go to the sources directly.

 

Appendix: Stack trace for command install_shopware

 

vagrant@shopware:~$ install_shopware

Cloning into 'shopware'...

remote: Counting objects: 239664, done.

remote: Compressing objects: 100% (441/441), done.

remote: Total 239664 (delta 309), reused 617 (delta 278), pack-reused 238896

Receiving objects: 100% (239664/239664), 189.85 MiB | 280.00 KiB/s, done.

Resolving deltas: 100% (152209/152209), done.

Checking connectivity... done.

Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar

Buildfile: /home/vagrant/www/shopware/build/build.xml

write-properties:

[propertyfile] Creating new property file: /home/vagrant/www/shopware/build/build.properties

BUILD SUCCESSFUL

Total time: 0 seconds

Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar

Buildfile: /home/vagrant/www/shopware/build/build.xml

check-composer-binary:

install-composer-binary:

     [exec] All settings correct for using Composer

     [exec] Downloading...

     [exec] 

     [exec] Composer (version 1.5.6) successfully installed to: /home/vagrant/www/shopware/composer.phar

     [exec] Use it: php composer.phar

     [exec] 

update-composer-binary:

     [exec] You are already using composer version 1.5.6 (stable channel).

build-composer-install:

     [exec] Loading composer repositories with package information

     [exec] Installing dependencies (including require-dev) from lock file

     [exec] Package operations: 102 installs, 0 updates, 0 removals

     [exec]   - Installing bcremer/line-reader (0.2.0): Downloading (100%)         

     [exec]   - Installing beberlei/assert (v2.5): Downloading (100%)         

     [exec]   - Installing cocur/slugify (v2.2): Downloading (100%)         

     [exec]   - Installing doctrine/inflector (v1.1.0): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-mbstring (v1.6.0): Downloading (100%)         

     [exec]   - Installing psr/log (1.0.2): Downloading (100%)         

     [exec]   - Installing symfony/debug (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/console (v2.8.31): Downloading (100%)         

     [exec]   - Installing doctrine/instantiator (1.0.5): Downloading (100%)         

     [exec]   - Installing doctrine/lexer (v1.0.1): Downloading (100%)         

     [exec]   - Installing doctrine/collections (v1.4.0): Downloading (100%)         

     [exec]   - Installing doctrine/cache (v1.6.0): Downloading (100%)         

     [exec]   - Installing doctrine/annotations (v1.4.0): Downloading (100%)         

     [exec]   - Installing doctrine/common (v2.6.1): Downloading (100%)         

     [exec]   - Installing doctrine/dbal (v2.5.4): Downloading (100%)         

     [exec]   - Installing doctrine/orm (v2.5.4): Downloading (100%)         

     [exec]   - Installing egulias/email-validator (1.2.12): Downloading (100%)         

     [exec]   - Installing react/promise (v2.5.1): Downloading (100%)         

     [exec]   - Installing guzzlehttp/streams (3.0.0): Downloading (100%)         

     [exec]   - Installing guzzlehttp/ringphp (1.1.0): Downloading (100%)         

     [exec]   - Installing elasticsearch/elasticsearch (v2.2.0): Downloading (100%)         

     [exec]   - Installing league/flysystem (1.0.22): Downloading (100%)         

     [exec]   - Installing monolog/monolog (1.23.0): Downloading (100%)         

     [exec]   - Installing symfony/serializer (v3.2.14): Downloading (100%)         

     [exec]   - Installing paragonie/random_compat (v2.0.10): Downloading (100%)         

     [exec]   - Installing ongr/elasticsearch-dsl (v2.2.2): Downloading (100%)         

     [exec]   - Installing oyejorge/less.php (v1.7.0.10): Downloading (100%)         

     [exec]   - Installing ramsey/uuid (3.5.2): Downloading (100%)         

     [exec]   - Installing setasign/fpdf (1.8.1): Downloading (100%)         

     [exec]   - Installing setasign/fpdi (1.6.1): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-apcu (v1.6.0): Downloading (100%)         

     [exec]   - Installing symfony/class-loader (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/filesystem (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/config (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/dependency-injection (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/property-access (v3.0.9): Downloading (100%)         

     [exec]   - Installing symfony/options-resolver (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/intl (v3.2.14): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-intl-icu (v1.6.0): Downloading (100%)         

     [exec]   - Installing symfony/event-dispatcher (v3.0.9): Downloading (100%)         

     [exec]   - Installing symfony/form (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/http-foundation (v3.1.10): Downloading (100%)         

     [exec]   - Installing symfony/http-kernel (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/translation (v3.0.9): Downloading (100%)         

     [exec]   - Installing symfony/validator (v2.8.31): Downloading (100%)         

     [exec]   - Installing zendframework/zend-eventmanager (3.2.0): Downloading (100%)         

     [exec]   - Installing zendframework/zend-code (2.6.3): Downloading (100%)         

     [exec]   - Installing zendframework/zend-escaper (2.5.1): Downloading (100%)         

     [exec]   - Installing behat/gherkin (v4.5.1): Downloading (100%)         

     [exec]   - Installing symfony/dom-crawler (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/css-selector (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/browser-kit (v2.8.31): Downloading (100%)         

     [exec]   - Installing guzzlehttp/guzzle (5.3.1): Downloading (100%)         

     [exec]   - Installing fabpot/goutte (v2.0.4): Downloading (100%)         

     [exec]   - Installing behat/mink (v1.7.1): Downloading (100%)         

     [exec]   - Installing behat/mink-browserkit-driver (v1.3.2): Downloading (100%)         

     [exec]   - Installing behat/mink-goutte-driver (v1.2.1): Downloading (100%)         

     [exec]   - Installing instaclick/php-webdriver (1.4.5): Downloading (100%)         

     [exec]   - Installing behat/mink-selenium2-driver (v1.3.1): Downloading (100%)         

     [exec]   - Installing behat/transliterator (v1.2.0): Downloading (100%)         

     [exec]   - Installing psr/container (1.0.0): Downloading (100%)         

     [exec]   - Installing container-interop/container-interop (1.2.0): Downloading (100%)         

     [exec]   - Installing symfony/stopwatch (v3.3.13): Downloading (100%)         

     [exec]   - Installing symfony/process (v2.8.31): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-php72 (v1.6.0): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-php70 (v1.6.0): Downloading (100%)         

     [exec]   - Installing ircmaxell/password-compat (v1.0.4): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-php55 (v1.6.0): Downloading (100%)         

     [exec]   - Installing symfony/polyfill-php54 (v1.6.0): Downloading (100%)         

     [exec]   - Installing symfony/finder (v2.8.31): Downloading (100%)         

     [exec]   - Installing sebastian/diff (1.4.3): Downloading (100%)         

     [exec]   - Installing gecko-packages/gecko-php-unit (v2.2): Downloading (100%)         

     [exec]   - Installing composer/semver (1.4.2): Downloading (100%)         

     [exec]   - Installing friendsofphp/php-cs-fixer (v2.2.11): Downloading (100%)         

     [exec]   - Installing webmozart/assert (1.2.0): Downloading (100%)         

     [exec]   - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)         

     [exec]   - Installing phpdocumentor/type-resolver (0.3.0): Downloading (100%)         

     [exec]   - Installing phpdocumentor/reflection-docblock (3.2.2): Downloading (100%)         

     [exec]   - Installing symfony/yaml (v3.3.13): Downloading (100%)         

     [exec]   - Installing sebastian/version (2.0.1): Downloading (100%)         

     [exec]   - Installing sebastian/resource-operations (1.0.0): Downloading (100%)         

     [exec]   - Installing sebastian/recursion-context (2.0.0): Downloading (100%)         

     [exec]   - Installing sebastian/object-enumerator (2.0.1): Downloading (100%)         

     [exec]   - Installing sebastian/global-state (1.1.1): Downloading (100%)         

     [exec]   - Installing sebastian/exporter (2.0.0): Downloading (100%)         

     [exec]   - Installing sebastian/environment (2.0.0): Downloading (100%)         

     [exec]   - Installing sebastian/comparator (1.2.4): Downloading (100%)         

     [exec]   - Installing phpunit/php-text-template (1.2.1): Downloading (100%)         

     [exec]   - Installing phpunit/phpunit-mock-objects (3.4.4): Downloading (100%)         

     [exec]   - Installing phpunit/php-timer (1.0.9): Downloading (100%)         

     [exec]   - Installing phpunit/php-file-iterator (1.4.2): Downloading (100%)         

     [exec]   - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)         

     [exec]   - Installing phpunit/php-token-stream (1.4.11): Downloading (100%)         

     [exec]   - Installing phpunit/php-code-coverage (4.0.8): Downloading (100%)         

     [exec]   - Installing phpspec/prophecy (v1.7.2): Downloading (100%)         

     [exec]   - Installing myclabs/deep-copy (1.7.0): Downloading (100%)         

     [exec]   - Installing phpunit/phpunit (5.7.25): Downloading (100%)         

     [exec]   - Installing phpunit/dbunit (2.0.3): Downloading (100%)         

     [exec]   - Installing ocramius/proxy-manager (1.0.2): Downloading (100%)         

     [exec]   - Installing behat/behat (v3.4.1): Downloading (100%)         

     [exec]   - Installing behat/mink-extension (v2.2): Downloading (100%)         

     [exec]   - Installing sensiolabs/behat-page-object-extension (v2.0.1): Downloading (100%)         

     [exec] Generating optimized autoload files

     [exec] Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "/home/vagrant/www/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php", the first will be used.

     [exec] Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "/home/vagrant/www/shopware/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php", the first will be used.

build-cache-dir:

     [exec]  WARNING! Could not connect to database. Message from SQL Server: SQLSTATE[HY000] [1045] Access denied for user '******'@'localhost' (using password: NO) in /home/vagrant/www/shopware/engine/Shopware/Components/DependencyInjection/Bridge/Db.php 

     [exec] 

     [exec]  // Clearing the cache for the production environment                                                                   

     [exec] 

     [exec]  [OK] Cache for the "production" environment was successfully cleared.                                                  

     [exec] 

build-config:

     [copy] Copying 1 file to /home/vagrant/www/shopware

build-database-foundation:

     [exec]  WARNING! SQLSTATE[42S02]: Base table or view not found: 1146 Table 'shopware.s_core_plugins' doesn't exist in /home/vagrant/www/shopware/engine/Shopware/Bundle/PluginInstallerBundle/Service/PluginInitializer.php 

     [exec] 

     [exec]  // Drop database                                                                                                       

     [exec] 

     [exec]  // Create database                                                                                                     

     [exec] 

     [exec]  // Import database                                                                                                     

     [exec] 

     [exec] Current MigrationNumber: 0

     [exec] Found 482 migrations to apply

     [exec] Apply MigrationNumber: 101 - add-extended-editor-field

     [exec] Apply MigrationNumber: 102 - add-new-emotions

     [exec] Apply MigrationNumber: 103 - add-field-blog-teaser

     [exec] Apply MigrationNumber: 104 - add-field-blog-thumbnail-size

     [exec] Apply MigrationNumber: 105 - s_core_sessions_backend

     [exec] Apply MigrationNumber: 106 - add-path-to-categories

     [exec] Apply MigrationNumber: 107 - remove-legacy-cache-config

     [exec] Apply MigrationNumber: 108 - add-category-listing-indexes

     [exec] Apply MigrationNumber: 109 - add-translations

     [exec] Apply MigrationNumber: 110 - add-disabled-cache-field

     [exec] Apply MigrationNumber: 111 - add-password-encoder

     [exec] Apply MigrationNumber: 112 - link-cache-menu-to-the-new-performance-module

     [exec] Apply MigrationNumber: 113 - adds-performance-sql

     [exec] Apply MigrationNumber: 114 - add-new-top-seller

     [exec] Apply MigrationNumber: 115 - add-denormalized-category-table

     [exec] Apply MigrationNumber: 116 - optimize-emotion-queries

     [exec] Apply MigrationNumber: 117 - add-article-detail-page-indexes

     [exec] Apply MigrationNumber: 118 - optimize-property-backend-queries

     [exec] Apply MigrationNumber: 119 - add-batchmode-option

     [exec] Apply MigrationNumber: 120 - add-cache-log

     [exec] Apply MigrationNumber: 121 - fix-cache-label

     [exec] Apply MigrationNumber: 122 - optimize-search-index-queries

     [exec] Apply MigrationNumber: 123 - add-dummy-plugins

     [exec] Apply MigrationNumber: 124 - remove-router-url-cache

     [exec] Apply MigrationNumber: 125 - adds-filter-performance-sql

     [exec] Apply MigrationNumber: 126 - update-cache-menu-items

     [exec] Apply MigrationNumber: 127 - install-http-plugin

     [exec] Apply MigrationNumber: 128 - adds-community-store-resource

     [exec] Apply MigrationNumber: 129 - fix-mailer-config-help-text-typo

     [exec] Apply MigrationNumber: 130 - fix-typo-in-no-script-notices-snippet

     [exec] Apply MigrationNumber: 131 - add-top-seller-index

     [exec] Apply MigrationNumber: 132 - remove-similar-shown-listener

     [exec] Apply MigrationNumber: 133 - add-esd-payment-status-config

     [exec] Apply MigrationNumber: 134 - add-http-cache-cleanup-cronjob

     [exec] Apply MigrationNumber: 135 - add-main-image-listing-config

     [exec] Apply MigrationNumber: 136 - add-send-order-mail-config

     [exec] Apply MigrationNumber: 137 - remove-lastarticles-save-time

     [exec] Apply MigrationNumber: 138 - fix-typo-last-articles-headline

     [exec] Apply MigrationNumber: 139 - remove-plugin-form-from-config

     [exec] Apply MigrationNumber: 140 - fix-emotion-grid-id

     [exec] Apply MigrationNumber: 141 - add-force-canonical-http-config

     [exec] Apply MigrationNumber: 142 - add-listing-description-config

     [exec] Apply MigrationNumber: 143 - deactivate-router-to-lower-scope

     [exec] Apply MigrationNumber: 144 - add-require-phone-field-config

     [exec] Apply MigrationNumber: 145 - fix-default-incorrect-translation

     [exec] Apply MigrationNumber: 146 - http-cache-events

     [exec] Apply MigrationNumber: 147 - translations

     [exec] Apply MigrationNumber: 148 - payment-method-refactor

     [exec] Apply MigrationNumber: 149 - add-sepa-database-items

     [exec] Apply MigrationNumber: 150 - add-checkout-payment-info-change-config

     [exec] Apply MigrationNumber: 151 - add-missing-emotion-field-types

     [exec] Apply MigrationNumber: 200 - drop-unused-factory-table

     [exec] Apply MigrationNumber: 201 - add-supplier-seo

     [exec] Apply MigrationNumber: 202 - unregister-routerold-dead-event

     [exec] Apply MigrationNumber: 203 - add-http-cache-clear-event

     [exec] Apply MigrationNumber: 204 - add-supplier-seo-template

     [exec] Apply MigrationNumber: 205 - date-time-picker-label-update

     [exec] Apply MigrationNumber: 206 - change-image-attributes

     [exec] Apply MigrationNumber: 207 - product-feed-export

     [exec] Apply MigrationNumber: 208 - snippet-handling-refactoring

     [exec] Apply MigrationNumber: 209 - add-meta-title

     [exec] Apply MigrationNumber: 210 - add-meta-title-to-blog

     [exec] Apply MigrationNumber: 211 - add-always-secure

     [exec] Apply MigrationNumber: 212 - product-feed-export

     [exec] Apply MigrationNumber: 213 - update-payment-methods-plugin

     [exec] Apply MigrationNumber: 214 - add-debit-fields-to-payment-data

     [exec] Apply MigrationNumber: 215 - enlarge-zipcode-and-streetnumber-user

     [exec] Apply MigrationNumber: 216 - enlarge-zipcode-and-streetnumber-billing

     [exec] Apply MigrationNumber: 217 - enlarge-zipcode-and-streetnumber-billing_shipping

     [exec] Apply MigrationNumber: 218 - remove-old-debug-plugins

     [exec] Apply MigrationNumber: 219 - customer-payment-data-editing-in-be

     [exec] Apply MigrationNumber: 220 - add-payment-data-restriction

     [exec] Apply MigrationNumber: 221 - remove-log-plugin

     [exec] Apply MigrationNumber: 222 - add-logmail-config

     [exec] Apply MigrationNumber: 223 - add-statistic-config

     [exec] Apply MigrationNumber: 224 - add-statistic-impression-table

     [exec] Apply MigrationNumber: 225 - fix-emotion-required-fields

     [exec] Apply MigrationNumber: 226 - add-tellafriend-remove-option

     [exec] Apply MigrationNumber: 227 - fix-canonical-force-http-translation

     [exec] Apply MigrationNumber: 228 - add-canonical-force-http-description

     [exec] Apply MigrationNumber: 229 - fix-last-articles-plugin-config-form

     [exec] Apply MigrationNumber: 230 - fix-emotion-mandatory-fields

     [exec] Apply MigrationNumber: 231 - update-redirectDownload-config-var

     [exec] Apply MigrationNumber: 301 - drop-unused-cms-content-table

     [exec] Apply MigrationNumber: 302 - add-secure-cron

     [exec] Apply MigrationNumber: 303 - add-seo-categories

     [exec] Apply MigrationNumber: 304 - widget-system-refactoring

     [exec] Apply MigrationNumber: 305 - add-product-feed-caching

     [exec] Apply MigrationNumber: 306 - update-secure-cron-description

     [exec] Apply MigrationNumber: 307 - install-swag-update

     [exec] Apply MigrationNumber: 308 - increase-session-id-fields

     [exec] Apply MigrationNumber: 309 - merchant-email-translation

     [exec] Apply MigrationNumber: 310 - swagupdate-translations

     [exec] Apply MigrationNumber: 311 - subshop-maintenance-support

     [exec] Apply MigrationNumber: 312 - update-search-form-translation

     [exec] Apply MigrationNumber: 313 - add-order-detail-fields

     [exec] Apply MigrationNumber: 314 - add-order-detail-pack-unit

     [exec] Apply MigrationNumber: 315 - update-shipping-address-country-field-labels

     [exec] Apply MigrationNumber: 316 - update-seo-nofollow-labels

     [exec] Apply MigrationNumber: 317 - update-store-api-url

     [exec] Apply MigrationNumber: 318 - update-payment-methods-version

     [exec] Apply MigrationNumber: 319 - update-google-plugin

     [exec] Apply MigrationNumber: 330 - add-secure-uninstall-capability

     [exec] Apply MigrationNumber: 350 - add-template-parent

     [exec] Apply MigrationNumber: 351 - add-template-menu

     [exec] Apply MigrationNumber: 352 - add-theme-config

     [exec] Apply MigrationNumber: 353 - add-horizontal-scrolling-emotion

     [exec] Apply MigrationNumber: 354 - add-video-element

     [exec] Apply MigrationNumber: 355 - remove-config-module-template-manager

     [exec] Apply MigrationNumber: 356 - email-datetime-format

     [exec] Apply MigrationNumber: 357 - add-changed-and-mobileactive-columns

     [exec] Apply MigrationNumber: 358 - add-registration-field-options

     [exec] Apply MigrationNumber: 359 - add_additional_address_data_order_billing

     [exec] Apply MigrationNumber: 360 - add_additional_address_data_order_shipping

     [exec] Apply MigrationNumber: 361 - additional_address-config

     [exec] Apply MigrationNumber: 362 - add_additional_address_data_user_billing

     [exec] Apply MigrationNumber: 363 - add_additional_address_data_user_shipping

     [exec] Apply MigrationNumber: 364 - remove-article-impression

     [exec] Apply MigrationNumber: 365 - google-analytics-plugin-upgrade

     [exec] Apply MigrationNumber: 366 - translations

     [exec] Apply MigrationNumber: 367 - mobile-statistics

     [exec] Apply MigrationNumber: 368 - form-elem-text2-labels

     [exec] Apply MigrationNumber: 369 - change-min-purchase

     [exec] Apply MigrationNumber: 370 - optimize-performance

     [exec] Apply MigrationNumber: 371 - add-multi-edit-config-options

     [exec] Apply MigrationNumber: 372 - setup-multi-edit

     [exec] Apply MigrationNumber: 373 - address-streetnumber-merge

     [exec] Apply MigrationNumber: 374 - s-order-billing-enlarge-street-field

     [exec] Apply MigrationNumber: 375 - s-order-billing-merge-street-number

     [exec] Apply MigrationNumber: 376 - s-order-billing-drop-street-number

     [exec] Apply MigrationNumber: 377 - s-order-shipping-enlarge-street-field

     [exec] Apply MigrationNumber: 378 - s-order-shipping-merge-street-number

     [exec] Apply MigrationNumber: 379 - s-order-shipping-drop-street-number

     [exec] Apply MigrationNumber: 380 - s-user-billing-enlarge-street-field

     [exec] Apply MigrationNumber: 381 - s-user-billing-merge-street-number

     [exec] Apply MigrationNumber: 382 - s-user-billing-drop-street-number

     [exec] Apply MigrationNumber: 383 - s-user-shipping-enlarge-street-field

     [exec] Apply MigrationNumber: 384 - s-user-shipping-merge-street-number

     [exec] Apply MigrationNumber: 385 - s-user-shipping-drop-street-number

     [exec] Apply MigrationNumber: 386 - import-multiedit-plugin-tables

     [exec] Apply MigrationNumber: 387 - display-shipping-calculations-in-basket

     [exec] Apply MigrationNumber: 388 - add-emotion-fields-position

     [exec] Apply MigrationNumber: 389 - fix-custom-form-field-sorting

     [exec] Apply MigrationNumber: 390 - add-device-column

     [exec] Apply MigrationNumber: 391 - fix-attr17

     [exec] Apply MigrationNumber: 392 - remove-unused-listerner

     [exec] Apply MigrationNumber: 393 - add-404-page-config-options

     [exec] Apply MigrationNumber: 394 - add-company-register-config

     [exec] Apply MigrationNumber: 395 - remove-obsolete-trusted-shops-code

     [exec] Apply MigrationNumber: 396 - add-family-friendly-meta

     [exec] Apply MigrationNumber: 397 - form-meta-data

     [exec] Apply MigrationNumber: 398 - add-custom-and-form-seo-template

     [exec] Apply MigrationNumber: 399 - remove-unused-rewrite-table

     [exec] Apply MigrationNumber: 400 - article-list-config-translations

     [exec] Apply MigrationNumber: 401 - remove-unused-table

     [exec] Apply MigrationNumber: 402 - remove-dead-event

     [exec] Apply MigrationNumber: 403 - add-emotion-hint-to-basket-colors

     [exec] Apply MigrationNumber: 404 - remove-sLanguage-from-item-export

     [exec] Apply MigrationNumber: 405 - import-compare-settings

     [exec] Apply MigrationNumber: 406 - add-advanced-menu-listeners

     [exec] Apply MigrationNumber: 407 - empty-migration-placeholder

     [exec] Apply MigrationNumber: 408 - variant-price-surcharge-refactor

     [exec] Apply MigrationNumber: 409 - add-property-media

     [exec] Apply MigrationNumber: 410 - add-emotion-fields

     [exec] Apply MigrationNumber: 411 - remove-unused-columns

     [exec] Apply MigrationNumber: 412 - remove-liveshopping-bundle-columns

     [exec] Apply MigrationNumber: 413 - tidy-up-session-tables

     [exec] Apply MigrationNumber: 414 - add-product-box-layout

     [exec] Apply MigrationNumber: 415 - remove-promotions

     [exec] Apply MigrationNumber: 416 - remove-dummy-plugins

     [exec] Apply MigrationNumber: 417 - remove-routerold-plugin

     [exec] Apply MigrationNumber: 418 - shop-specific-search-statistics

     [exec] Apply MigrationNumber: 419 - extract-acl-service

     [exec] Apply MigrationNumber: 420 - remove-plugin-manager

     [exec] Apply MigrationNumber: 421 - remove-store-api-plugin

     [exec] Apply MigrationNumber: 422 - add-plugin-categories

     [exec] Apply MigrationNumber: 423 - remove-unused-config-variables

     [exec] Apply MigrationNumber: 424 - update-deprecated-config-variables

     [exec] Apply MigrationNumber: 425 - remove-old-templates

     [exec] Apply MigrationNumber: 426 - extract-cron-service

     [exec] Apply MigrationNumber: 427 - add-nostock-config

     [exec] Apply MigrationNumber: 428 - remove-old-instock-config

     [exec] Apply MigrationNumber: 429 - activate-performance-filters

     [exec] Apply MigrationNumber: 430 - add-shop-page-form-shopid

     [exec] Apply MigrationNumber: 431 - cache-emotion-landing-pages

     [exec] Apply MigrationNumber: 432 - html5-tags-for-snippets

     [exec] Apply MigrationNumber: 433 - emotion-device-column-as-varchar

     [exec] Apply MigrationNumber: 434 - add-emotion-components

     [exec] Apply MigrationNumber: 435 - mark-deprecated-fields-emotions

     [exec] Apply MigrationNumber: 436 - update-html5-video-fields

     [exec] Apply MigrationNumber: 437 - add-dirty-flag-email-translations

     [exec] Apply MigrationNumber: 438 - add-email-template-header-footer-fields

     [exec] Apply MigrationNumber: 439 - update-document-footer-styling

     [exec] Apply MigrationNumber: 440 - fix-sorder-email-template

     [exec] Apply MigrationNumber: 441 - add-hide-downloads-in-account

     [exec] Apply MigrationNumber: 442 - add-option-to-disable-styling-emotions

     [exec] Apply MigrationNumber: 443 - add-wizard-configuration-value

     [exec] Apply MigrationNumber: 444 - add-imprint-to-bottom-shop-group

     [exec] Apply MigrationNumber: 445 - import-vrrl-plugin-settings

     [exec] Apply MigrationNumber: 446 - easy-registration-process

     [exec] Apply MigrationNumber: 447 - update-tag-cloud-defaults

     [exec] Apply MigrationNumber: 448 - update-first-run-wizard-snippet

     [exec] Apply MigrationNumber: 449 - add-pagination-seo

     [exec] Apply MigrationNumber: 450 - add-high-dpi-album-settings

     [exec] Apply MigrationNumber: 451 - fix-email-header-field

     [exec] Apply MigrationNumber: 452 - add-styling-classes-main-menu

     [exec] Apply MigrationNumber: 453 - update-table-encoding

     [exec] Apply MigrationNumber: 454 - rename-theme-manager

     [exec] Apply MigrationNumber: 455 - cache-invalidate-variants

     [exec] Apply MigrationNumber: 456 - emotion-worlds-cache-invalidation

     [exec] Apply MigrationNumber: 457 - add-thumbnail-config

     [exec] Apply MigrationNumber: 458 - remove-selfhealing-plugin

     [exec] Apply MigrationNumber: 459 - translate-form-fields

     [exec] Apply MigrationNumber: 460 - fix-email-header-field

     [exec] Apply MigrationNumber: 461 - fix-sorder-email-thumbnails

     [exec] Apply MigrationNumber: 462 - add-emotion-position-column

     [exec] Apply MigrationNumber: 463 - translate-emotion-html-video

     [exec] Apply MigrationNumber: 464 - add-feed-dirty-flag

     [exec] Apply MigrationNumber: 465 - token-secret

     [exec] Apply MigrationNumber: 466 - supplier-seo-url

     [exec] Apply MigrationNumber: 467 - remove-listing-seo-url

     [exec] Apply MigrationNumber: 468 - update-feeds-thumbnails-size

     [exec] Apply MigrationNumber: 469 - add-404-article-page-config

     [exec] Apply MigrationNumber: 470 - update-price-variation-column-type

     [exec] Apply MigrationNumber: 471 - fix-attr17

     [exec] Apply MigrationNumber: 472 - add-landing-page-parent

     [exec] Apply MigrationNumber: 473 - add-zip-city-flip-option

     [exec] Apply MigrationNumber: 474 - switch-zipcode-city-emails

     [exec] Apply MigrationNumber: 475 - add-missing-emails

     [exec] Apply MigrationNumber: 476 - add-less-compatible-flag

     [exec] Apply MigrationNumber: 477 - disable-tag-cloud-for-installation

     [exec] Apply MigrationNumber: 478 - add-emotion-banner-title-attr

     [exec] Apply MigrationNumber: 479 - implement-after-update-wizard

     [exec] Apply MigrationNumber: 480 - translate-multi-edit-config-form

     [exec] Apply MigrationNumber: 481 - remove-vat-validation-from-core

     [exec] Apply MigrationNumber: 482 - remove-horizontal-scrolling

     [exec] Apply MigrationNumber: 483 - set-device-type-nullable

     [exec] Apply MigrationNumber: 484 - add-seo-title-to-categories

     [exec] Apply MigrationNumber: 485 - add-new-sprites-media-manager-albums

     [exec] Apply MigrationNumber: 486 - generate-mobile-sitemap

     [exec] Apply MigrationNumber: 487 - fix-service-product-snippet

     [exec] Apply MigrationNumber: 488 - reset-search-index

     [exec] Apply MigrationNumber: 489 - fix-backend-menu-icons

     [exec] Apply MigrationNumber: 490 - fix-email-templates-images-height

     [exec] Apply MigrationNumber: 491 - change-enabled-payment-methods

     [exec] Apply MigrationNumber: 492 - remove-unnecessary-data-from-base-install

     [exec] Apply MigrationNumber: 493 - remove-mail-translations

     [exec] Apply MigrationNumber: 494 - add-cheapest-price-calculation-config

     [exec] Apply MigrationNumber: 495 - fix-shopping-worlds-grid

     [exec] Apply MigrationNumber: 496 - add-cheapest-price-selection-config

     [exec] Apply MigrationNumber: 497 - fix-email-payment-method-description

     [exec] Apply MigrationNumber: 498 - fix-and-add-acl-privileges

     [exec] Apply MigrationNumber: 499 - add-swag-update-acl-privileges

     [exec] Apply MigrationNumber: 500 - destroy-bot-sessions

     [exec] Apply MigrationNumber: 501 - add-added-column-in-mailaddresses

     [exec] Apply MigrationNumber: 502 - remove-unused-voucher-table

     [exec] Apply MigrationNumber: 503 - rename-multi-edit

     [exec] Apply MigrationNumber: 504 - add-customergroup-index

     [exec] Apply MigrationNumber: 505 - add-voucher-indexes

     [exec] Apply MigrationNumber: 506 - password-reset

     [exec] Apply MigrationNumber: 600 - add-support-max-generated-similar-products

     [exec] Apply MigrationNumber: 601 - implement-elastic-search

     [exec] Apply MigrationNumber: 602 - add-premium-plugins-menu-item

     [exec] Apply MigrationNumber: 603 - add-product-streams

     [exec] Apply MigrationNumber: 604 - move-discount-surchage-names-into-snippets

     [exec] Apply MigrationNumber: 605 - add-and-search-config

     [exec] Apply MigrationNumber: 606 - add-state-name-column

     [exec] Apply MigrationNumber: 607 - add-rss-feed-widget

     [exec] Apply MigrationNumber: 608 - fix-product-stream-icon

     [exec] Apply MigrationNumber: 609 - add-media-recycling

     [exec] Apply MigrationNumber: 610 - remove-deprecated-adodb

     [exec] Apply MigrationNumber: 611 - remove-deprecated-api

     [exec] Apply MigrationNumber: 612 - remove-deprecated-multilanguage

     [exec] Apply MigrationNumber: 613 - add-media-meta

     [exec] Apply MigrationNumber: 614 - fix-document-logo-path

     [exec] Apply MigrationNumber: 615 - password-reset

     [exec] Apply MigrationNumber: 616 - product-stream-emotion-field

     [exec] Apply MigrationNumber: 617 - add-html5-emotion-handler

     [exec] Apply MigrationNumber: 618 - add-trash-album-settings

     [exec] Apply MigrationNumber: 619 - add-widgets-listing-cache-tag

     [exec] Apply MigrationNumber: 620 - add-delivered-in-future-column

     [exec] Apply MigrationNumber: 621 - remove-filter-options

     [exec] Apply MigrationNumber: 622 - add-emotion-seo-title

     [exec] Apply MigrationNumber: 623 - add-payment-config-item

     [exec] Apply MigrationNumber: 624 - fix-null-tax-rules

     [exec] Apply MigrationNumber: 625 - rename-feedback

     [exec] Apply MigrationNumber: 626 - fix-email-template-variables

     [exec] Apply MigrationNumber: 627 - fix-order-email-voucher-image

     [exec] Apply MigrationNumber: 628 - add-validation-index

     [exec] Apply MigrationNumber: 629 - implement-ajax-timeout

     [exec] Apply MigrationNumber: 630 - remove-google-analytics

     [exec] Apply MigrationNumber: 631 - remove-search-results-per-page

     [exec] Apply MigrationNumber: 632 - optimize-hide-no-instock-label

     [exec] Apply MigrationNumber: 633 - add-index-for-image-mappings

     [exec] Apply MigrationNumber: 634 - add-index-for-basket-ordernumber

     [exec] Apply MigrationNumber: 635 - add-index-for-plugin-id

     [exec] Apply MigrationNumber: 636 - streamline-german-email-wording

     [exec] Apply MigrationNumber: 637 - deactivate-similar-products

     [exec] Apply MigrationNumber: 638 - fix-serialized-data

     [exec] Apply MigrationNumber: 700 - remove-filter-values

     [exec] Apply MigrationNumber: 701 - remove-emotion-backend-options

     [exec] Apply MigrationNumber: 702 - add-emotion-element-css-class

     [exec] Apply MigrationNumber: 703 - activate-html-code-widget-by-default

     [exec] Apply MigrationNumber: 704 - remove-referercheck

     [exec] Apply MigrationNumber: 705 - rename-category-template-column

     [exec] Apply MigrationNumber: 706 - remove-debit-table

     [exec] Apply MigrationNumber: 707 - add-new-emotion-link-target-field

     [exec] Apply MigrationNumber: 708 - attribute-administration

     [exec] Apply MigrationNumber: 709 - add-user-addresses

     [exec] Apply MigrationNumber: 710 - remove-fax-field

     [exec] Apply MigrationNumber: 711 - create-address-migrate-table

     [exec] Apply MigrationNumber: 712 - migrate-user-billing

     [exec] Apply MigrationNumber: 713 - migrate-user-shipping

     [exec] Apply MigrationNumber: 714 - migrate-order-billing

     [exec] Apply MigrationNumber: 715 - migrate-order-shipping

     [exec] Apply MigrationNumber: 716 - copy-addresses-to-addressbook

     [exec] Apply MigrationNumber: 717 - set-default-billingaddresses

     [exec] Apply MigrationNumber: 718 - set-default-shippingaddresses

     [exec] Apply MigrationNumber: 719 - create-address-attribute-tables

     [exec] Apply MigrationNumber: 720 - migrate-order-billing-attributes

     [exec] Apply MigrationNumber: 721 - migrate-order-shipping-attributes

     [exec] Apply MigrationNumber: 722 - migrate-user-shipping-attributes

     [exec] Apply MigrationNumber: 723 - migrate-user-billing-attributes

     [exec] Apply MigrationNumber: 724 - cleanup-address-migration

     [exec] Apply MigrationNumber: 725 - remove-license-plugin-from-initial-db

     [exec] Apply MigrationNumber: 726 - remove-shipping-billing

     [exec] Apply MigrationNumber: 727 - core-license-config

     [exec] Apply MigrationNumber: 728 - create-s-user-columns

     [exec] Apply MigrationNumber: 729 - migrate-additional-userdata

     [exec] Apply MigrationNumber: 730 - drop-birthday-column

     [exec] Apply MigrationNumber: 731 - remove-emotion-grids

     [exec] Apply MigrationNumber: 732 - remove-landingpage-teaser

     [exec] Apply MigrationNumber: 733 - add-translatable-field-with-data

     [exec] Apply MigrationNumber: 734 - new-emotion-shop-association

     [exec] Apply MigrationNumber: 735 - migrate-old-emotion-relation

     [exec] Apply MigrationNumber: 736 - add-article-widget-categorie-selection

     [exec] Apply MigrationNumber: 737 - add-emotion-element-viewport

     [exec] Apply MigrationNumber: 738 - fixed-iframe-widget-xtype

     [exec] Apply MigrationNumber: 739 - migrate-emotion-widget-settings

     [exec] Apply MigrationNumber: 740 - new-border-setting-for-emotion-widgets

     [exec] Apply MigrationNumber: 741 - migrate-salutation-mails

     [exec] Apply MigrationNumber: 742 - add-title-user-billing

     [exec] Apply MigrationNumber: 743 - add-title-order-billing

     [exec] Apply MigrationNumber: 744 - add-title-order-shipping

     [exec] Apply MigrationNumber: 745 - add-title-user-shipping

     [exec] Apply MigrationNumber: 746 - migrate-shipping

     [exec] Apply MigrationNumber: 747 - ekw-mode-migration

     [exec] Apply MigrationNumber: 748 - remove-unused-fields

     [exec] Apply MigrationNumber: 749 - make-ustid-nullable

     [exec] Apply MigrationNumber: 750 - migrate-article-details-base-price

     [exec] Apply MigrationNumber: 751 - drop-unused-menu-fields

     [exec] Apply MigrationNumber: 752 - delete-payment-plugin

     [exec] Apply MigrationNumber: 753 - add-s-user-customer-number

     [exec] Apply MigrationNumber: 754 - update-order-billing-customer-number

     [exec] Apply MigrationNumber: 755 - migrate-customer-number

     [exec] Apply MigrationNumber: 756 - drop-customer-number

     [exec] Apply MigrationNumber: 757 - add-array-store-field

     [exec] Apply MigrationNumber: 758 - remove-attributes-read-acl

     [exec] Apply MigrationNumber: 759 - remove-noviewselect

     [exec] Apply MigrationNumber: 760 - change-plugin-unique-key

     [exec] Apply MigrationNumber: 761 - change-performance-menu

     [exec] Apply MigrationNumber: 762 - increase-img-character-size

     [exec] Apply MigrationNumber: 763 - add-attributes-read-acl

     [exec] Apply MigrationNumber: 764 - fixing-ordernumber-schema-addon-premiums

     [exec] Apply MigrationNumber: 765 - fixing-ordernumber-schema-article-configurator-templates

     [exec] Apply MigrationNumber: 766 - fixing-ordernumber-schema-article-details

     [exec] Apply MigrationNumber: 767 - fixing-ordernumber-schema-campaigns-articles

     [exec] Apply MigrationNumber: 768 - fixing-ordernumber-schema-order

     [exec] Apply MigrationNumber: 769 - fixing-ordernumber-schema-order-basket

     [exec] Apply MigrationNumber: 770 - fixing-ordernumber-schema-order-details

     [exec] Apply MigrationNumber: 771 - fixing-ordernumber-schema-order-notes

     [exec] Apply MigrationNumber: 772 - allow-label-nullable

     [exec] Apply MigrationNumber: 773 - add-library-component-fields

     [exec] Apply MigrationNumber: 774 - add-extra-config-elements

     [exec] Apply MigrationNumber: 775 - add-asset-version-config-element

     [exec] Apply MigrationNumber: 776 - fix-alter-ignore-migrations

     [exec] Apply MigrationNumber: 777 - fix-invalid-birthdays

     [exec] Apply MigrationNumber: 778 - add-attribtue-default-value

     [exec] Apply MigrationNumber: 779 - fixing-bot-detection-ios

     [exec] Apply MigrationNumber: 780 - fix-debit-payment

     [exec] Apply MigrationNumber: 781 - update-forum-link

     [exec] Apply MigrationNumber: 782 - add-partner-idcode-index

     [exec] Apply MigrationNumber: 783 - increase-media-path-columns

     [exec] Apply MigrationNumber: 784 - add-paging-to-notfoundfield

     [exec] Apply MigrationNumber: 785 - add-connect-default-menu

     [exec] Apply MigrationNumber: 786 - extend-api-cache-invalidation

     [exec] Apply MigrationNumber: 787 - add-missing-translation-basicsettings-login-and-registration

     [exec] Apply MigrationNumber: 788 - change-Seo-Router-description

     [exec] Apply MigrationNumber: 789 - add-crontab-disableonerror

     [exec] Apply MigrationNumber: 790 - clarify-basic-settings-label

     [exec] Apply MigrationNumber: 791 - increase-password-hash-size

     [exec] Apply MigrationNumber: 792 - add-send-registration-email-confirmation-config

     [exec] Apply MigrationNumber: 793 - add-attribute-table-for-search

     [exec] Apply MigrationNumber: 794 - fix-shop-page-limiting

     [exec] Apply MigrationNumber: 795 - remove-salutation-snippets

     [exec] Apply MigrationNumber: 796 - add-uniqueid-config-element

     [exec] Apply MigrationNumber: 797 - remove-salutation-snippets

     [exec] Apply MigrationNumber: 798 - add-sytem-log-acl

     [exec] Apply MigrationNumber: 799 - attribute-translation-fix-1-of-10

     [exec] Apply MigrationNumber: 800 - attribute-translation-fix-2-of-10

     [exec] Apply MigrationNumber: 801 - attribute-translation-fix-3-of-10

     [exec] Apply MigrationNumber: 802 - attribute-translation-fix-4-of-10

     [exec] Apply MigrationNumber: 803 - attribute-translation-fix-5-of-10

     [exec] Apply MigrationNumber: 804 - attribute-translation-fix-6-of-10

     [exec] Apply MigrationNumber: 805 - attribute-translation-fix-7-of-10

     [exec] Apply MigrationNumber: 806 - attribute-translation-fix-8-of-10

     [exec] Apply MigrationNumber: 807 - attribute-translation-fix-9-of-10

     [exec] Apply MigrationNumber: 808 - attribute-translation-fix-10-of-10

     [exec] Apply MigrationNumber: 809 - change-session-tables

     [exec] Apply MigrationNumber: 810 - change-description-of-article-cover-setting

     [exec] Apply MigrationNumber: 811 - add-attributes-partner

     [exec] Apply MigrationNumber: 812 - add-max-limit-config

     [exec] Apply MigrationNumber: 813 - session-expiry

     [exec] Apply MigrationNumber: 814 - create-configurator-options-attribute-table

     [exec] Apply MigrationNumber: 815 - add-strip-tags-configuration-option

     [exec] Apply MigrationNumber: 816 - short-cut-menu-plugin-manager

     [exec] Apply MigrationNumber: 817 - add-plugin-translations

     [exec] Apply MigrationNumber: 818 - make-some-fields-in-order-table-nullable

     [exec] Apply MigrationNumber: 819 - shortcut-help-menu

     [exec] Apply MigrationNumber: 820 - plugin-safe-mode

     [exec] Apply MigrationNumber: 900 - add-last-articles-config-elements

     [exec] Apply MigrationNumber: 901 - add-vote-shop-id

     [exec] Apply MigrationNumber: 902 - remove-import-export-legacy-module

     [exec] Apply MigrationNumber: 903 - add-menu-import-export-advanced

     [exec] Apply MigrationNumber: 904 - add-captcha-selection

     [exec] Apply MigrationNumber: 905 - add-backend-listing-index

     [exec] Apply MigrationNumber: 906 - remove-countryshipping-registration-config-option

     [exec] Apply MigrationNumber: 907 - add-signed-basket

     [exec] Apply MigrationNumber: 908 - change-varchar-attributes

     [exec] Apply MigrationNumber: 909 - add-buy-button-config

     [exec] Apply MigrationNumber: 910 - add-cookie-permissions

     [exec] Apply MigrationNumber: 911 - add-facet-behavior-switch

     [exec] Apply MigrationNumber: 912 - add-mail-template

     [exec] Apply MigrationNumber: 913 - force-category-selection-for-category-teaser

     [exec] Apply MigrationNumber: 914 - add-preview-id-for-emotions

     [exec] Apply MigrationNumber: 916 - add-capcha-to-register-page

     [exec] Apply MigrationNumber: 917 - add-sorting-module

     [exec] Apply MigrationNumber: 918 - add-facet-module

     [exec] Apply MigrationNumber: 919 - change-article-emotion-elements

     [exec] Apply MigrationNumber: 920 - add-description-to-linear-meter

     [exec] Apply MigrationNumber: 921 - remove-shipping-free-flag

     [exec] Apply MigrationNumber: 922 - change-instock

     [exec] Apply MigrationNumber: 923 - add-customer-streams

     [exec] Apply MigrationNumber: 924 - add-cache-control

     [exec] Apply MigrationNumber: 925 - add-user-config

     [exec] Apply MigrationNumber: 926 - add-emotion-presets

     [exec] Apply MigrationNumber: 928 - add-captcha-to-newsletter-page

     [exec] Apply MigrationNumber: 929 - add-stream-rules

     [exec] Apply MigrationNumber: 930 - fix-variant-weight

     [exec] Apply MigrationNumber: 931 - add-slt-config

     [exec] Apply MigrationNumber: 932 - add-http-cache-route

     [exec] Apply MigrationNumber: 933 - add-customer-stream-menu

     [exec] Apply MigrationNumber: 934 - add-stream-attributes

     [exec] Apply MigrationNumber: 935 - add-listing-layout-config

     [exec] Apply MigrationNumber: 936 - remove-stream-index

     [exec] Apply MigrationNumber: 937 - add-type-field

     [exec] Apply MigrationNumber: 938 - add-preset-emotion-translations

     [exec] Apply MigrationNumber: 939 - add-translations-for-facets

     [exec] Apply MigrationNumber: 940 - fix-import-export-menu-entry

     [exec] Apply MigrationNumber: 941 - replace-default-document-logo

     [exec] Apply MigrationNumber: 942 - add-shipping-acl

     [exec] Apply MigrationNumber: 943 - add-new-colum-search-fields

     [exec] Apply MigrationNumber: 944 - update-german-translations

     [exec] Apply MigrationNumber: 945 - add-category-column-external-target

     [exec] Apply MigrationNumber: 946 - change-customer-stream-type

     [exec] Apply MigrationNumber: 947 - change-ordercode-field-length-in_s_marketing_vouchers

     [exec] Apply MigrationNumber: 948 - update-customer-stream-conditions

     [exec] Apply MigrationNumber: 949 - add-deprecation-hint-to-maxpages-form

     [exec] Apply MigrationNumber: 951 - add-shipping-phone

     [exec] Apply MigrationNumber: 952 - implement-backend-menu-configuration

     [exec] Apply MigrationNumber: 953 - implement-growl-message-configuration

     [exec] Apply MigrationNumber: 954 - edit-company-register-config

     [exec] Apply MigrationNumber: 955 - rename-payment-order-state

     [exec] Apply MigrationNumber: 956 - seperate-logmail-address

     [exec] Apply MigrationNumber: 957 - site-active-status

     [exec] Apply MigrationNumber: 958 - add-http-cache-events-for-site

     [exec] Apply MigrationNumber: 959 - fix-emotion-default-value

     [exec] Apply MigrationNumber: 960 - add-article-shippingtime-translation

     [exec] Apply MigrationNumber: 961 - update-email-templates

     [exec] Apply MigrationNumber: 962 - add-ordernumber-form-field

     [exec] Apply MigrationNumber: 963 - update-emotion-url-template

     [exec] Apply MigrationNumber: 964 - translate-slt-setting

     [exec]  // Setup shop                                                                                                          

     [exec] 

     [exec]  [OK] Database was successfully created.                                                                                

     [exec] 

build-database-deploy-demodata:

     [exec] 

     [exec]  // Import demodata                                                                                                     

     [exec] 

     [exec]  // Setup shop                                                                                                          

     [exec] 

     [exec]  [OK] Database was successfully created.                                                                                

     [exec] 

build-database:

build-snippets-deploy:

     [exec] Importing snippets for ErrorHandler plugin

     [exec] Importing snippets for Router plugin

     [exec] Importing snippets for System plugin

     [exec] Importing snippets for ViewportForward plugin

     [exec] Importing snippets for Shop plugin

     [exec] Importing snippets for PostFilter plugin

     [exec] Importing snippets for ControllerBase plugin

     [exec] Importing snippets for RouterRewrite plugin

     [exec] Importing snippets for Seo plugin

     [exec] Importing snippets for Statistics plugin

     [exec] Importing snippets for InputFilter plugin

     [exec] Importing snippets for Auth plugin

     [exec] Importing snippets for Menu plugin

     [exec] Importing snippets for Check plugin

     [exec] Importing snippets for Locale plugin

     [exec] Importing snippets for RestApi plugin

     [exec] Importing snippets for PasswordEncoder plugin

     [exec] Importing snippets for MarketingAggregate plugin

     [exec] Importing snippets for RebuildIndex plugin

     [exec] Importing snippets for PaymentMethods plugin

     [exec] Importing snippets for SwagUpdate plugin

     [exec] Importing snippets for PluginManager plugin

     [exec] Plugin snippets processed correctly

build-theme-initialize:

     [exec] Themes initializes

build-create-admin-account:

     [exec] 

     [exec]  [OK] Adminuser "demo" was successfully created.                                                                        

     [exec] 

build-install-lock-file:

build-disable-firstrunwizard:

     [exec] First Run Wizard disabled

install-git-hooks:

build-unit:

BUILD SUCCESSFUL

Total time: 4 minutes 24 seconds

vagrant@shopware:~$ 

If you liked what you read I would appreciate it very much if you leave a small donation of only 1 EUR for hosting the blog. 

[paypal-donation]

Thank you very much, René

Was this helpful?

0 / 0

Schreibe einen Kommentar 0