An open API service indexing awesome lists of open source software.

https://github.com/akretion/ak-magento

Chef recipe for install magento and webservice extension needed by MagentoERPconnect
https://github.com/akretion/ak-magento

Last synced: about 1 year ago
JSON representation

Chef recipe for install magento and webservice extension needed by MagentoERPconnect

Awesome Lists containing this project

README

          

=DESCRIPTION:

This is a recipe for installing easily and testing magento and magentoerpconnect.

You should not use this recipe for production, it is just a basic recipe for testing.

If you want to use Magento on chrome or safari, you need to apply this patch
http://www.magentocommerce.com/wiki/how_to_fix_login_for_admin_on_local_install
(sorry magento is a bugged software :p)

= REQUIREMENTS:

- git

- vagrant >= 1.1.0

Install ``vagrant`` from the package manager of your distribution or from http://downloads.vagrantup.com/

= INSTALLATION:

Get the vagrant recipe with the following command:

git clone https://github.com/akretion/ak-magento.git

Then go in the ak-magento directory and launch vagrant:

vagrant up

Note: this recipe is compatible with lxc and virtualbox provider. If you do not know the lxc provider then take a look here : https://github.com/fgrehm/vagrant-lxc

= USAGE:

Magento runs on http://localhost:9100

login: admin
password: admin25

PHPMyAdmin runs on http://localhost:9200

login: root
password: admin25

If you want to use it with Magentoerpconnect (https://code.launchpad.net/magentoerpconnect),
do not forget to create a web-service user
(http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/api_user/index).