Skip to content

bramalho/pimcore-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimcore Vagrant

Vagrant for Pimcore 5

Machine contains

  • PHP 7.2
  • MySQL
  • Apache
  • Redis

Getting Started

Requirements

Installation

Setup Vagrant Box

vagrant up

Create a new project

vagrant ssh

cd /var/www

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton:dev-master pimcore

cd pimcore

Copy the .provision/config/installer.yml file to app/config/installer.yml and run the installer

./vendor/bin/pimcore-install

Add project to hosts

sudo vim /etc/hosts
192.168.10.10 pimcore.local

Access Remote Database

  • Host: 192.168.10.10
  • Port: 3306
  • Username: pimcore
  • Password: pimcore
  • Databse: pimcore

Fix Session

Copy the .provision/config/local/session.yml file to pimcore/app/config/local/session.yml

Fix Memory Limit

sudo vim /etc/php/7.2/apache2/php.ini
memory_limit = -1
sudo service apache2 restart

Usage

About

Vagrant for Pimcore 5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages