https://github.com/akretion/ak-prestashop
Cookbook for installing easily prestashop, do not use it for production environnement, it's just for demo
https://github.com/akretion/ak-prestashop
Last synced: 12 months ago
JSON representation
Cookbook for installing easily prestashop, do not use it for production environnement, it's just for demo
- Host: GitHub
- URL: https://github.com/akretion/ak-prestashop
- Owner: akretion
- Created: 2013-03-10T22:26:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T00:34:02.000Z (over 11 years ago)
- Last Synced: 2025-05-17T09:31:24.250Z (about 1 year ago)
- Language: Ruby
- Size: 176 KB
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Description
This is a recipe for easily install and test prestashop.
You should not use this recipe for production as it is just a basic recipe.
= Requirements
- git
- vagrant >= 1.1.0
- VirtualBox
Install ``vagrant`` from the package manager of your distribution or from http://downloads.vagrantup.com/
Install ``Virtualbox``` from the package manager of your distribution or from https://www.virtualbox.org/wiki/Downloads
= INSTALLATION:
Get the vagrant recipe with the following command:
git clone https://github.com/akretion/ak-prestashop.git
Then go in the ak-prestashop directory and launch and install the VM :
vagrant up
= Usage
Prestashop runs on http://localhost:10100
First run you will need to configure Prestashop so go to http://localhost:10100/install-dev/index.php and start the installation workflow. In order to complete the workflow, you'll need the root password for the Mysql server : +admin25+
Once you've finished the installation workflow, the link to the administration backoffice is wrong. You should use this one : http://localhost:10100/admin-dev/index.php
PHPMyAdmin runs on http://localhost:10200
login: root
password: admin25