GithubHelp home page GithubHelp logo

w-vision / pimcore-skeleton Goto Github PK

View Code? Open in Web Editor NEW
11.0 8.0 6.0 4.39 MB

Pimcore Skeleton with Docker and Webpack

PHP 39.96% Twig 23.82% JavaScript 17.69% SCSS 16.58% Shell 1.95%
pimcore docker docker-compose webpack webpack-encore pimcore-10

pimcore-skeleton's Introduction

Pimcore Skeleton

Local Development

Create valid HTTPS certificates

mkcert -install
sudo mkcert -cert-file /etc/ssl/dev.local+4.pem -key-file /etc/ssl/dev.local+4-key.pem dev.local "*.dev.local" localhost 127.0.0.1 ::1
sudo chown <username>:staff /etc/ssl/dev.local+4.pem /etc/ssl/dev.local+4-key.pem

Don't forget to add your local domain to your hosts file:

sudo nano /etc/hosts
127.0.0.1 your-domain.dev.local

Create a new Project

composer create-project instride/pimcore-skeleton:11.2

Start and connect to Docker container

docker compose up -d && docker compose exec php bash

Install Pimcore

php vendor/bin/pimcore-install --no-interaction

Install Node Modules and run Webpack

Open a new terminal and run the following command locally.

yarn install && yarn dev

Copyright

instride AG, Sandgruebestrasse 4, 6210 Sursee, Switzerland
https://instride.ch, [email protected]
Copyright © 2024 instride AG. All rights reserved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.