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

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

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