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
- Host: GitHub
- URL: https://github.com/akretion/ak-magento
- Owner: akretion
- Created: 2013-03-02T14:11:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T14:10:59.000Z (over 11 years ago)
- Last Synced: 2025-01-30T22:49:05.650Z (over 1 year ago)
- Language: Ruby
- Size: 16.5 MB
- Stars: 4
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
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).