gerswin / prestashop-vagrant

Prestashop Vagrant box with php 7.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Prestashop

A vagrant box for Prestashop development.

Dependences

PHP Version

You can install any PHP version hosted on ppa:ondrej/php. Edit phpVersion variable on bootstrap.sh.

Prestashop Version

You can install any Prestashop version. Edit prestaShopFile variable on bootstrap.sh.

How to install

git clone https://github.com/sinermedia/prestashop-vagrant.git prestashop-vagrant
cd prestashop-vagrant
vagrant up

Go to http://192.168.22.10/prestashop and follow the installation steps.

Create more than one virtual Machine
If you want create more than one Virtual Machine, you must change the server_ip and hostname values on the VagrantFile of your new installation with differents values than another VM created in your system. If you don't change this values, you will overwrite your created VM.

Database connection

Database name: prestashop
User: root
Password: prestashop

vagrant ssh
mysql -h localhost -u root -pprestashop prestashop

Database connection Navicat

On General
Host Name/IP Address: localhost
Port: 3306 (see if the VM fixed port collision on start)
User Name: root
Password: wordpress

SSH
Host Name/IP Address: 192.168.22.10 (see vagrantFile if you changed this IP)
Port: 22
User Name: ubuntu
Authentication Method: Password
Password: See https://askubuntu.com/a/875659/451151 to get VM password (~/.vagrant.d/boxes/...)

Includes:

  • wget
  • php
  • libapache2-mod-php
  • php-gd
  • mysql-server-5.7
  • php-xml
  • php-mcrypt
  • php-mbstring
  • php-mysql
  • php-zip
  • php-curl
  • php-intl
  • Prestashop

Based on:

https://github.com/gorkau/vagrant-prestashop

About

Prestashop Vagrant box with php 7.1

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%