8000 GitHub - MigaRepositories/pimcore_docker_nginx: Easy pimcore on docker local development setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MigaRepositories/pimcore_docker_nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimcore - Own the digital World

pimcore-with-docker 🐳

  • 10 Steps to your Project with DOCKER. Easy setup for your pimcore local development enviroment.
  1. 📂 Download DockerDesktop from docker hub

    docker-compose build

  2. 💾 Clone repository from GitHub

    • unzip the file
    • rename the folder similar to yout project name
  3. 💻 Run Docker

    • open your Terminal (iTerm or whatever you like)
    • Go to root directory of the renamed folder -> $ cd /your-projects/project-name
    • run docker-compose build -> this will download the images
    • run docker-compose up -d -> this comand starts the docker container

    docker-compose build

  4. 📖 Enter your docker container

    • run docker-compose exec php bash

    enter-container

  5. ☁️ Install pimcore (see https://pimcore.com/de/download)

    • run COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton pimcore or
    • run COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo pimcore or
    • run COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo-basic-twig pimcore[DEPRECATED]
    • run COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo-basic pimcore [DEPRECATED]

The pimcore project structure will be created in the directory pimcore

  1. 👥 Change owner for the pimcore directory.

    • run chown -R 1000:1000 pimcore

    change owner

  2. 📝 Create pimcore with admin user and database.

    • run cd pimcore && COMPOSER_MEMORY_LIMIT=-1 ./vendor/bin/pimcore-install --admin-username=admin --admin-password=admin --mysql-host-socket=mysql --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore --no-interaction

    • run chown -R 1000:1000 var

    • run php bin/console assets:install web

    install

    install

    install

  3. 📋 Access Pimcore

  4. 🌅 OPTIONAL -> Generate Thumbnails

    • run php bin/console pimcore:thumbnails:image
    • run chmod -R 777 web/var
  5. 👏 Congratulations! 🏁

About

Easy pimcore on docker local development setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0