Provides a foundation for developing with Magento Commerce in a Vagrant box

Overview

Provides a foundation for developing with Magento Commerce in a Vagrant box. The machine is based on CentOS 6.4.

==== List of installed software.

  • Magento Community Edition - 1.8.0.0
  • MariaDB 5.5
  • Zend Server 6.1 - PHP 5.4
  • phpunit

==== The settings used to install Magento are in the file: puppet/modules/magento/manifests/init.php.

  • Magento admin user: admin
  • Magento admin password: secret123
  • Database username: magento
  • Database password: secret

==== Vagrant Information ==== The Vagrantfile has been setup to use Vagrant 1.2.2. It is setup with bridged networking and forwarding ports 80, 10081 and 3306.

==== Zend Server 6 Information ==== You will need to optain a free license key from zend.com otherwise the enterprise trial will expire.

Ruby and Vagrant and VirtualBox are prerequisites.

==== AWS Vagrant Provider ==== The AWS vagrant provider configuration template is in the Vagrantfile. It has been tested on a Centos 6.4 AMI. Add your AWS information and a Centos 6.4 AMI. Follow these instructions https://github.com/mitchellh/vagrant-aws

The Centos AMI will need to have puppet installed, a vagrant user and a vagrant_data folder before it is provisioned. Run the puppet/manifests/centos_aws.pp manifest and create a AMI. Use this AMI in your Vagrantfile.

Note: The config.vm.synced_folder setting in the Vagrantfile is not supported with the AWS Vagrant provider.

You might also like...
In order to use the Korean Language on your Magento 2 store, it is time to start with Magento 2 Korean Language Pack in the set of informative documentations by Mageplaza. Magento 2 Korean Language Package is published by Magento 2 Translation Project at Crowdin, so all phrases will be replaced by the Korean language according to the contribution to that project. Please following up the guides in this post to convert the language with ease!
This a php environment for developers. based on Vagrant & CentOS & laravel/homestead

Centstead 这是一个 PHP 调试环境 , 基于 centos,laravel/homestead. 介绍   基于开发的实际需求,PHP开发者通常需要一个贴近生产环境,又易于维护的测试与开发环境.以往的选择: xampp, wamp, phpstudy… 集成环境,启动方便,占用小,但是需

Simple custom chat bot developing framework for telegram, qq and more in PHP (the best language)
Simple custom chat bot developing framework for telegram, qq and more in PHP (the best language)

RinoBot RinoBot 是一个为统一聊天机器人扩展开发的框架,编写一份插件用于多种机器人协议。 简体中文 | English 🚧 开发中 🚧 暂不适用于生产环境 特性 插件扩展机制 一份代码运行于多平台多协议机器人 并减小开发难度 插件提供 Yaml 配置 供使用者修改 基于机器人 We

Minimalist PHP frame for Core-Library, for Developing PHP application that gives you the full control of your application.

LazyPHP lightweight Pre-Made Frame for Core-library Install Run the below command in your terminal $ composer create-project ryzen/lazyphp my-first-pr

A workbench for developing Composer packages.

studio Installation Usage Workflow Command Reference License Contributing For enterprise Develop your Composer libraries with style. This package make

Magento Firewall for securing your e-commerce system.

MageFirewall Magento Firewall for securing your e-commerce system. Tested to work with Magento 1.6 and above. ###Features Neat Dashboard. Alert / List

A Polymer e-commerce element for Magento 2

magento-collect Master branch | Develop branch --- | --- | --- | Note: this element is still in progress, watch it to follow the progress. This is lik

This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

This Magento extension provides a Real Full Page Caching (FPC) for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes

Magento 2 Italian Language Pack is special gift for Magento 2 Community Edition. The data of the translation is supplied by Magento 2 Translation Project of Crowdin site, on which you will contribute into the project and download the zip file to install on your own store. This knowledge base will include full of the clear guides that supports you to convert the default language (English) into Italian language on your entire store.
Comments
  • links from magento homepage 404

    links from magento homepage 404

    After your last fix I had a chance to play with it a bit more and see if I can get things working. I'm new to LAMP/vagrant/Magento so I apologize if I'm extra dense :).

    Anyhow, after running vagrant up I find the site does not work. Some additional steps were needed to get things working at all:

    • in hosts file, map magento.localhost to 127.0.0.1
    • run vagrant reload

    I have no idea why vagrant reload was needed... I noticed someone mention it in a prior closed issue. Until I did that, I could never get a response from the VM (trying http://192.168.33.10:8080/magento, http://magento.localhost:8080/magento, http://192.168.33.10:8080/, etc).

    Anyhow, with those additional steps I can load http://magento.localhost:8080/magento/ and it looks like this screenshot: http://i.imgur.com/P4W7rZX.png. This looks promising, though being new to Magento I can't say its the expected result. The problem comes if I click any link, like for http://magento.localhost:8080/magento/customer/account/, it 404s. /var/log/httpd/error_log says:

    [Tue Feb 11 02:14:39 2014] [error] [client 10.0.2.2] File does not exist: /vagrant_data/magento/wishlist, referer: http://magento.localhost:8080/magento/
    [Tue Feb 11 02:14:47 2014] [error] [client 10.0.2.2] File does not exist: /vagrant_data/magento/sales, referer: http://magento.localhost:8080/magento/
    

    And the actual contents of /vagrant_data/magento is:

    [vagrant@localhost httpd]$ ls /vagrant_data/magento -l
    total 700
    -rwxr-xr-x  1 root root   2834 Feb 11 02:05 api.php
    drwxr-xr-x  6 root root   4096 Feb 11 02:05 app
    -rwxr-xr-x  1 root root   2741 Feb 11 02:05 cron.php
    -rwxr-xr-x  1 root root    717 Feb 11 02:05 cron.sh
    drwxr-xr-x  7 root root   4096 Feb 11 02:05 downloader
    drwxr-xr-x  3 root root   4096 Feb 11 02:05 errors
    -rwxr-xr-x  1 root root   1150 Feb 11 02:05 favicon.ico
    -rwxr-xr-x  1 root root   5979 Feb 11 02:05 get.php
    drwxr-xr-x  2 root root   4096 Feb 11 02:05 includes
    -rwxr-xr-x  1 root root   2642 Feb 11 02:05 index.php
    -rwxr-xr-x  1 root root   2366 Feb 11 02:05 index.php.sample
    -rwxr-xr-x  1 root root   6441 Feb 11 02:05 install.php
    drwxr-xr-x 12 root root   4096 Feb 11 02:05 js
    drwxr-xr-x 14 root root   4096 Feb 11 02:05 lib
    -rwxr-xr-x  1 root root  10421 Feb 11 02:05 LICENSE_AFL.txt
    -rwxr-xr-x  1 root root  10679 Feb 11 02:05 LICENSE.html
    -rwxr-xr-x  1 root root  10410 Feb 11 02:05 LICENSE.txt
    -rwxr-xr-x  1 root root   1319 Feb 11 02:05 mage
    drwxr-xr-x  6 root root   4096 Feb 11 02:05 media
    -rwxr-xr-x  1 root root    886 Feb 11 02:05 php.ini.sample
    drwxr-xr-x  2 root root   4096 Feb 11 02:05 pkginfo
    -rwxr-xr-x  1 root root 585086 Feb 11 02:05 RELEASE_NOTES.txt
    drwxr-xr-x  2 root root   4096 Feb 11 02:05 shell
    drwxr-xr-x  5 root root   4096 Feb 11 02:05 skin
    drwxr-xr-x  5 root root   4096 Feb 11 02:06 var
    

    Any idea what I've done wrong here? Or is this working and perhaps there is some magento configuration I need to do manually?

    Thanks.

    opened by fschwiet 2
  • '/vagrant_data/magento' does not exist

    '/vagrant_data/magento' does not exist

    I am running vagrant-magento with just some minor changes (port forwarding for 3306 was moved to 3307, a different centOS version is used) and am running into an issue. I ran into the same problem with the original version of centOS, and upgraded centOS thinking it might help (it did make some warnings about virtualbox guest additions versions being out of sync). I could not try at all before changing the port forwarding to 3307, so perhaps that change is the problem..

    I am new to Vagrant, and not very experienced with the LAMP stack. So I apologize if I need more help than people should ask for in an issue.

    The error message is at the end, duplicated here:

    Error: /Stage[main]/Magento/Exec[install-magento]/returns: change from notrun to 0 failed: Working directory '/vagrant_data/magento' does not exist
    

    It looks like Vagrantfile.pkg should set up a directory mapping for /vagrant_data/magento. I haven't been able to figure out what a .pkg file is, I do not know if this config is even running when I run vagrant up.

    Any idea what I've done wrong here?

    C:\src\vagrant-magento [master +0 ~1 -0]> vagrant destroy
    Are you sure you want to destroy the 'default' VM? [y/N] y
    [default] Destroying VM and associated drives...
    [default] Running cleanup tasks for 'puppet' provisioner...
    
    C:\src\vagrant-magento [master +0 ~1 -0]> vagrant up
    Bringing machine 'default' up with 'virtualbox' provider...
    [default] Importing base box 'centos64'...
    [default] Matching MAC address for NAT networking...
    [default] Setting the name of the VM...
    [default] Clearing any previously set forwarded ports...
    [default] Clearing any previously set network interfaces...
    [default] Preparing network interfaces based on configuration...
    [default] Forwarding ports...
    [default] -- 22 => 2222 (adapter 1)
    [default] -- 80 => 8080 (adapter 1)
    [default] -- 10081 => 10081 (adapter 1)
    [default] -- 3306 => 3307 (adapter 1)
    [default] Running 'pre-boot' VM customizations...
    [default] Booting VM...
    [default] Waiting for machine to boot. This may take a few minutes...
    DL is deprecated, please use Fiddle
    [default] Machine booted and ready!
    [default] The guest additions on this VM do not match the installed version of
    VirtualBox! In most cases this is fine, but in rare cases it can
    prevent things such as shared folders from working properly. If you see
    shared folder errors, please make sure the guest additions within the
    virtual machine match the version of VirtualBox you have installed on
    your host and reload your VM.
    
    Guest Additions Version: 4.2.8
    VirtualBox Version: 4.3
    [default] Configuring and enabling network interfaces...
    [default] Mounting shared folders...
    [default] -- /vagrant
    [default] -- /tmp/vagrant-puppet-1/manifests
    [default] -- /tmp/vagrant-puppet-1/modules-0
    [default] Running provisioner: puppet...
    Running Puppet with centos.pp...
    Notice: /Stage[main]/Iptables/Service[iptables]/enable: enable changed 'true' to 'false'
    Notice: /Stage[main]/Magento/Host[magento.localhost]/ensure: created
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/descr: descr changed '' to 'Zend Server'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/baseurl: baseurl changed '' to 'http://repos-source.zend.com/zend-server/6.1/rpm/$basearch'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/gpgkey: gpgkey changed '' to 'http://repos.zend.com/zend.key'
    Notice: /Stage[main]/Zendserverce/File[/etc/rc.local]/ensure: defined content as '{md5}cd587eef089de559468560eabcb7f7f9'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/descr: descr changed '' to 'MariaDB'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/baseurl: baseurl changed '' to 'http://yum.mariadb.org/5.5/centos6-x86'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/gpgkey: gpgkey changed '' to 'https://yum.mariadb.org/RPM-GPG-KEY-MariaDB'
    Notice: /Stage[main]/Mariadb/Exec[remove-mysql]/returns: executed successfully
    Notice: /Stage[main]/Mariadb/Package[MariaDB-client]/ensure: created
    Notice: /Stage[main]/Mariadb/Package[MariaDB-server]/ensure: created
    Notice: /Stage[main]/Mariadb/Service[mysql]/ensure: ensure changed 'stopped' to 'running'
    Notice: /Stage[main]/Zendserverce/Package[httpd-devel]/ensure: created
    Notice: /Stage[main]/Magento/Exec[download-magento]/returns: executed successfully
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/descr: descr changed '' to 'Zend Server - noarch'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/baseurl: baseurl changed '' to 'http://repos-source.zend.com/zend-server/6.1/rpm/noarch/'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/gpgkey: gpgkey changed '' to 'http://repos.zend.com/zend.key'
    Notice: /Stage[main]/Zendserverce/Package[zendserverce]/ensure: created
    Notice: /Stage[main]/Zendserverce/File[/var/log/httpd]/mode: mode changed '0700' to '0755'
    Notice: /Stage[main]/Zendserverce/File[/etc/httpd/conf/httpd.conf]/content: content changed '{md5}fdd27f0836a558a18a73e9494a9ed03d' to '{md5}d3375986ed712ee56da8c3aa5dcf9547'
    Error: /Stage[main]/Zendserverce/Service[httpd]: Failed to call refresh: Could not start Service[httpd]: Execution of '/sbin/service httpd start' returned 1:
    Error: /Stage[main]/Zendserverce/Service[httpd]: Could not start Service[httpd]: Execution of '/sbin/service httpd start' returned 1:
    Notice: /Stage[main]/Mariadb/Exec[set-mysql-password]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[create-magentodb-db]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[grant-magentodb-db-all]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[grant-magentodb-db-localhost]/returns: executed successfully
    Notice: /Stage[main]/Zendserverce/Exec[start-zendserverce]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-components]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-symfony2]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[upgrade-pear]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[untar-magento]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-symfony-project]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-phpunit]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-install-phpunit]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[setting-permissions]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[copy-magento-to-data-folder]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[copy-hidden-files-magento-to-data-folder]/returns: executed successfully
    Error: Working directory '/vagrant_data/magento' does not exist
    Error: /Stage[main]/Magento/Exec[install-magento]/returns: change from notrun to 0 failed: Working directory '/vagrant_data/magento' does not exist
    Notice: Finished catalog run in 244.80 seconds
    The following SSH command responded with a non-zero exit status.
    Vagrant assumes that this means the command failed!
    
    puppet apply --modulepath '/tmp/vagrant-puppet-1/modules-0' --color=false --manifestdir /tmp/vagrant-puppet-1/manifests
    --detailed-exitcodes /tmp/vagrant-puppet-1/manifests/centos.pp || [ $? -eq 2 ]
    
    Stdout from the command:
    
    Notice: /Stage[main]/Iptables/Service[iptables]/enable: enable changed 'true' to 'false'
    Notice: /Stage[main]/Magento/Host[magento.localhost]/ensure: created
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/descr: descr changed '' to 'Zend Server'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/baseurl: baseurl changed '' to 'http://repos-source.zend.com/zend-server/6.1/rpm/$basearch'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend]/gpgkey: gpgkey changed '' to 'http://repos.zend.com/zend.key'
    Notice: /Stage[main]/Zendserverce/File[/etc/rc.local]/ensure: defined content as '{md5}cd587eef089de559468560eabcb7f7f9'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/descr: descr changed '' to 'MariaDB'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/baseurl: baseurl changed '' to 'http://yum.mariadb.org/5.5/centos6-x86'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Mariadb/Yumrepo[MariaDB]/gpgkey: gpgkey changed '' to 'https://yum.mariadb.org/RPM-GPG-KEY-MariaDB'
    Notice: /Stage[main]/Mariadb/Exec[remove-mysql]/returns: executed successfully
    Notice: /Stage[main]/Mariadb/Package[MariaDB-client]/ensure: created
    Notice: /Stage[main]/Mariadb/Package[MariaDB-server]/ensure: created
    Notice: /Stage[main]/Mariadb/Service[mysql]/ensure: ensure changed 'stopped' to 'running'
    Notice: /Stage[main]/Zendserverce/Package[httpd-devel]/ensure: created
    Notice: /Stage[main]/Magento/Exec[download-magento]/returns: executed successfully
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/descr: descr changed '' to 'Zend Server - noarch'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/baseurl: baseurl changed '' to 'http://repos-source.zend.com/zend-server/6.1/rpm/noarch/'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/enabled: enabled changed '' to '1'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/gpgcheck: gpgcheck changed '' to '0'
    Notice: /Stage[main]/Zendserverce/Yumrepo[Zend_noarch]/gpgkey: gpgkey changed '' to 'http://repos.zend.com/zend.key'
    Notice: /Stage[main]/Zendserverce/Package[zendserverce]/ensure: created
    Notice: /Stage[main]/Zendserverce/File[/var/log/httpd]/mode: mode changed '0700' to '0755'
    Notice: /Stage[main]/Zendserverce/File[/etc/httpd/conf/httpd.conf]/content: content changed '{md5}fdd27f0836a558a18a73e9494a9ed03d' to '{md5}d3375986ed712ee56da8c3aa5dcf9547'
    Notice: /Stage[main]/Mariadb/Exec[set-mysql-password]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[create-magentodb-db]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[grant-magentodb-db-all]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[grant-magentodb-db-localhost]/returns: executed successfully
    Notice: /Stage[main]/Zendserverce/Exec[start-zendserverce]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-components]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-symfony2]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[upgrade-pear]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[untar-magento]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-symfony-project]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-channel-discover-phpunit]/returns: executed successfully
    Notice: /Stage[main]/Phpunit/Exec[pear-install-phpunit]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[setting-permissions]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[copy-magento-to-data-folder]/returns: executed successfully
    Notice: /Stage[main]/Magento/Exec[copy-hidden-files-magento-to-data-folder]/returns: executed successfully
    Notice: Finished catalog run in 244.80 seconds
    
    
    Stderr from the command:
    
    Error: /Stage[main]/Zendserverce/Service[httpd]: Failed to call refresh: Could not start Service[httpd]: Execution of '/sbin/service httpd start' returned 1:
    Error: /Stage[main]/Zendserverce/Service[httpd]: Could not start Service[httpd]: Execution of '/sbin/service httpd start' returned 1:
    Error: Working directory '/vagrant_data/magento' does not exist
    Error: /Stage[main]/Magento/Exec[install-magento]/returns: change from notrun to 0 failed: Working directory '/vagrant_data/magento' does not exist
    
    opened by fschwiet 2
  • Failed dependencies messages

    Failed dependencies messages

    When I run the vagrant script I get a bunch of dependency error messages when the puppet script runs. I have pasted the output following this message. Do I need to setup some specific values in a configuration file? I left the files as I got them from the git repo.

    Here is my host machine's specs (if needed for some reason)

    Mac OSX 10.6.8 Virtualbox 4.1 ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin10.8.0] gem 1.6.2

    gem list: archive-tar-minitar (0.5.2) erubis (2.7.0) ffi (1.0.9) i18n (0.5.0) json (1.5.3) net-scp (1.0.4) net-ssh (2.1.4) rake (0.8.7) thor (0.14.6) vagrant (0.8.1) virtualbox (0.9.0)


    [default] Box centos55 was not found. Fetching box from specified URL... [default] Downloading with Vagrant::Downloaders::HTTP... [default] Downloading box: http://dl.dropbox.com/u/447700/centos55.box [default] Extracting box... [default] Verifying box... [default] Cleaning up downloaded box... [default] Importing base box 'centos55'... [default] The guest additions on this VM do not match the install version of VirtualBox! This may cause things such as forwarded ports, shared folders, and more to not work properly. If any of those things fail on this machine, please update the guest additions and repackage the box.

    Guest Additions Version: 4.0.4 VirtualBox Version: 4.1.0 [default] Matching MAC address for NAT networking... [default] Clearing any previously set forwarded ports... [default] Forwarding ports... [default] -- mysql: 3306 => 3309 (adapter 1) [default] -- ssh: 22 => 2222 (adapter 1) [default] -- zend_admin: 10081 => 8081 (adapter 1) [default] -- web_front: 80 => 8080 (adapter 1) [default] Creating shared folders metadata... [default] Running any VM customizations... [default] Booting VM... [default] Waiting for VM to boot. This can take a few minutes. [default] VM booted and ready for use! [default] Mounting shared folders... [default] -- document-root: /vagrant_data/magento [default] -- v-root: /vagrant [default] -- manifests: /tmp/vagrant-puppet/manifests [default] -- v-pp-m0: /tmp/vagrant-puppet/modules-0 [default] Running provisioner: Vagrant::Provisioners::Puppet... [default] Running Puppet with centos.pp... [default] notice: //magento/Exec[download-magento]/returns: executed successfully [default] notice: //zendserverce/File[/etc/selinux/config]/content: content changed '{md5}b073d595403cb0c382a432ddc86bd46f' to '{md5}dbc1e6da7574717bd3f7a02f98252c4c' [default] notice: //zendserverce/Yumrepo[Zend_noarch]/descr: defined 'descr' as 'Zend Server - noarch' notice: //zendserverce/Yumrepo[Zend_noarch]/baseurl: defined 'baseurl' as 'http://repos.zend.com/zend-server/rpm/noarch' notice: //zendserverce/Yumrepo[Zend_noarch]/enabled: defined 'enabled' as '1' notice: //zendserverce/Yumrepo[Zend_noarch]/gpgcheck: defined 'gpgcheck' as '0' notice: //zendserverce/Yumrepo[Zend_noarch]/gpgkey: defined 'gpgkey' as 'http://repos.zend.com/zend.key' [default] notice: //mysql/Package[mysql]/ensure: created notice: //magento/Host[magento.localhost]/ensure: created [default] notice: //zendserverce/File[/etc/rc.local]/ensure: content changed '{md5}cd587eef089de559468560eabcb7f7f9' to '{md5}cd587eef089de559468560eabcb7f7f9' [default] [default] notice: //mysql/Package[mysql-server]/ensure: created [default] [default] notice: //mysql/Service[mysqld]/ensure: ensure changed 'stopped' to 'running' [default] notice: //mysql/Exec[set-mysql-password]/returns: executed successfully [default] [default] notice: //magento/Exec[create-magentodb-db]/returns: executed successfully [default] [default] notice: //magento/Exec[grant-magentodb-db-all]/returns: executed successfully [default] [default] notice: //magento/Exec[grant-magentodb-db-localhost]/returns: executed successfully [default] [default] notice: //zendserverce/Package[httpd-devel]/ensure: created [default] [default] notice: //zendserverce/Yumrepo[Zend]/descr: defined 'descr' as 'Zend Server' [default] [default] notice: //zendserverce/Yumrepo[Zend]/baseurl: defined 'baseurl' as 'http://repos.zend.com/zend-server/rpm/$basearch' [default] [default] notice: //zendserverce/Yumrepo[Zend]/enabled: defined 'enabled' as '1' [default] [default] notice: //zendserverce/Yumrepo[Zend]/gpgcheck: defined 'gpgcheck' as '0' [default] [default] notice: //zendserverce/Yumrepo[Zend]/gpgkey: defined 'gpgkey' as 'http://repos.zend.com/zend.key' [default] [default] err: //zendserverce/Package[zendserverce]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install zend-server-ce-php-5.3' returned 1: Error: Cannot retrieve repository metadata (repomd.xml) for repository: Zend. Please verify its path and try again

    [default] [default] notice: //zendserverce/Exec[start-zendserverce]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //zendserverce/Exec[start-zendserverce]: Skipping because of failed dependencies [default] [default] notice: //zendserverce/File[/var/log/httpd]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //zendserverce/File[/var/log/httpd]: Skipping because of failed dependencies [default] [default] notice: //zendserverce/File[/etc/httpd/conf/httpd.conf]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //zendserverce/File[/etc/httpd/conf/httpd.conf]: Skipping because of failed dependencies [default] [default] notice: //zendserverce/Service[httpd]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //zendserverce/Service[httpd]: Skipping because of failed dependencies [default] [default] notice: //phpunit/Exec[pear-channel-discover-symfony-project]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //phpunit/Exec[pear-channel-discover-symfony-project]: Skipping because of failed dependencies [default] [default] notice: //xdebug/Exec[pear-channel-update]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //xdebug/Exec[pear-channel-update]: Skipping because of failed dependencies [default] [default] notice: //xdebug/Exec[pecl-install-xdebug]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //xdebug/Exec[pecl-install-xdebug]: Skipping because of failed dependencies [default] [default] notice: //xdebug/File[/usr/local/zend/etc/php.ini]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //xdebug/File[/usr/local/zend/etc/php.ini]: Skipping because of failed dependencies [default] [default] notice: //xdebug/Exec[restart-zendserverce]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //xdebug/Exec[restart-zendserverce]: Skipping because of failed dependencies [default] [default] notice: //phpunit/Exec[pear-channel-discover-components]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //phpunit/Exec[pear-channel-discover-components]: Skipping because of failed dependencies [default] [default] notice: //magento/Exec[untar-magento]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //magento/Exec[untar-magento]: Skipping because of failed dependencies [default] [default] notice: //magento/Exec[setting-permissions]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //magento/Exec[setting-permissions]: Skipping because of failed dependencies [default] [default] notice: //magento/Exec[install-magento]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //magento/Exec[install-magento]: Skipping because of failed dependencies [default] [default] notice: //phpunit/Exec[pear-channel-discover-phpunit]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //phpunit/Exec[pear-channel-discover-phpunit]: Skipping because of failed dependencies [default] [default] notice: //phpunit/Exec[upgrade-pear]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //phpunit/Exec[upgrade-pear]: Skipping because of failed dependencies [default] [default] notice: //phpunit/Exec[pear-install-phpunit]: Dependency package[zend-server-ce-php-5.3] has 1 failures [default] [default] warning: //phpunit/Exec[pear-install-phpunit]: Skipping because of failed dependencies [default] [default]

    opened by rlorenzo 1
Owner
Jason Evans
Jason Evans
Foundation 3 Framework for Magento 1.7. Foundation styles and libraries. Magento Responsive theme. Off-canvas Left-Right sidebar columns for mobile.

Magento Foundation 3 Framework Zurb Foundation 3 framework for Magento 1.7. Magento Foundation 3 Version 1.3.0. Demo page: http://magendation.internet

Nando Boronat 62 Apr 1, 2022
Vagrant Box for Magento 2 Developers

Vagrant project for Magento 2 developers (optimized for Mac, Windows and *nix hosts) ⚠️ Current project is not supported anymore. Please check out htt

Alex Paliarush 452 Oct 18, 2022
MageVagrant - Vagrant/Chef base box for running Magento

MageVagrant MageVagrant is a complete LAMP development environment for Magento. Specially created for the Magento Developer's Guide book. Features Aut

null 59 Sep 28, 2021
Simple Magento 2 Vagrant Box

Magento2 Vagrant Box A simple way to get magento2 up and running. It consists of a Debian Wheezy box provised via Puppet. The provider is Virtual Box.

beeplogic 253 Sep 30, 2022
YCOM Impersonate. Login as selected YCOM user 🧙‍♂️in frontend.

YCOM Impersonate Login as selected YCOM user in frontend. Features: Backend users with admin rights or YCOM[] rights, can be automatically logged in v

Friends Of REDAXO 17 Sep 12, 2022
Hi Im L, I found a box that I believe it's contain Kira's real ID. for open that box we need to find three keys. let's start looking for them

DeathNote ctf Description are you smart enaugh to help me capturing the three keys for open the box that contain the real ID of kira? Let's start solv

Hamza Elansari 4 Nov 28, 2022
Magento-Vagrant-Puppet-Nginx - Installs magento and a nginx server

Magento-Vagrant-Puppet-Nginx Installs Magento MySQL PHP PHP-FPM Nginx n98-magerun Setup git submodule init git submodule update vagrant up Modify pupp

Christian Münch 61 Aug 10, 2022
Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Strategery 123 Nov 20, 2021
Magento-bulk - Bulk Import/Export helper scripts and CLI utilities for Magento Commerce

Magento Bulk Bulk operations for Magento. Configuration Copy config.php.sample to config.php and edit it. Product Attribute Management List All Attrib

Bippo Indonesia 23 Dec 20, 2022
Migration Tool for Magento Commerce (EE) to Magento OpenSource (CE)

Migration Tool for Magento Commerce to Magento OpenSource Also known as Magento Enterprise (EE) to Magento Community (CE). This migrating tool allows

OpenGento 38 Dec 28, 2022