项目作者: faridmovsumov

项目描述 :
Vagrant Box for Pimcore 5 installation with Demo Ecommerce Plugin
高级语言: Shell
项目地址: git://github.com/faridmovsumov/pimcore-vagrant.git
创建时间: 2018-04-06T11:11:20Z
项目社区:https://github.com/faridmovsumov/pimcore-vagrant

开源协议:

下载


Vagrant Box for Pimcore Demo Ecommerce

Setup Vagrant Box

  1. vagrant up

Run on your host machine. Add virtual host domain

  1. sudo vi /etc/hosts

192.168.33.59 pimcore72.az

192.168.33.59 phpmyadmin.pimcore72.az

Optional Configurations

  1. vi /etc/php/7.0/apache2/php.ini

memory_limit = -1

  1. sudo service apache2 restart

Session configuration

For Vagrant create session.yml under app/config/local/ directory and put following code

  1. framework:
  2. session:
  3. # http://symfony.com/doc/3.4/session/sessions_directory.html
  4. save_path: /tmp/pimcore/var/sessions