Skip to content

Vagrant Box for Pimcore 5 installation with Demo Ecommerce Plugin

Notifications You must be signed in to change notification settings

faridmovsumov/pimcore-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Box for Pimcore Demo Ecommerce

Setup Vagrant Box

vagrant up

Run on your host machine. Add virtual host domain

sudo vi /etc/hosts

192.168.33.59 pimcore72.az

192.168.33.59 phpmyadmin.pimcore72.az

Optional Configurations

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

memory_limit = -1

sudo service apache2 restart

Session configuration

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

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

About

Vagrant Box for Pimcore 5 installation with Demo Ecommerce Plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages