Advertisement
Guest User

n98-magerun.yaml

a guest
Jun 15th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.94 KB | None | 0 0
  1. commands:
  2.   N98\Magento\Command\Installer\InstallCommand:
  3.     installation:
  4.       defaults:
  5.         currency: EUR
  6.         locale: {{ admin.locale }}
  7.         timezone: UTC
  8.         use_secure: no
  9.         use_rewrites: yes
  10.         session_save: files
  11.         admin_username: admin
  12.         admin_firstname: {{ admin.first_name }}
  13.         admin_lastname: {{ admin.last_name }}
  14.         admin_password: {{ admin_password }}
  15.         admin_frontname: {{ admin_frontname }}
  16.         admin_email: {{ admin.email }}
  17.         encryption_key:
  18.     magento-packages:
  19.       - name: byte-mag-mirror-latest
  20. {# 'version' is required and validated by Magerun, but does not seem to be used -- so we'll leave it as the major version and update this file less often #}
  21.         version: 1.9
  22.         dist:
  23.           url: http://magento.mirror.hypernode.com/releases/magento-latest.tar.gz
  24.           type: tar
  25.         extra:
  26.           sample-data: sample-data-1.9.1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement