Giter Club home page Giter Club logo

deployconfiguration's People

Contributors

bramstroker avatar edwinljacobs avatar fgruntjes avatar hipexio avatar pieterbeens avatar pjbeens avatar stijnbernards avatar thlassche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deployconfiguration's Issues

Open source hipex-deploy

Will the source code of hipex-deploy be open sourced as well? We'd like to be able to contribute and distribute, but because it's baked into an image, we currently have no other choice than:

  • Create a derivative from the binary.
  • Go for another deploying solution (magento2-deployer-plus).
  • Keep things as they are now, which would be suboptimal.

[Request] Adding the possibility to deploy language per given theme

The given locales are deployed for all themes. It would be a good addition to have the possibility to deploy language per given theme.

The problem now is that Theme/Default has "nl_NL" and "en_US" and Theme/Default2 has "fr_FR" and "de_DE". It deploys nl_NL, en_US, fr_FR and de_DE for both themes.

Composer 2.x

Hi,

Since Magento is able to use composer 2.x, it would be a nice thing to be able to use composer 2.x

MaintenanceMode check file

The bash if
[ -f {{previous_release}}/var/.maintenance.flag ]
in
src/HipexDeployConfiguration/Command/Deploy/Magento2/MaintenanceMode.php

checks if file exists,
if it exists then create maintenance file

this would be redundant

changing it to should solve it
[ ! -f {{previous_release}}/var/.maintenance.flag ]

Shopware issue using composer

Hi,

Shopware version 6.4.6.1 changed the way autoload is handled and thus can only be build using composer 2.x.

shopware/core 6.4.6.1 requires composer-runtime-api ^2.0 -> no matching package found.

It would be nice to add support for it.

Explaination of sharedFolder vs ClusterSharedFolder

Hi,

I'm not getting the shared vs clustershared folder and can't find any documentation on the difference.
It seems that ClusterSharedFolder just extends SharedFolder, but I'm not sure in any thing else happens in the docker container with this.

E.g. Magento template.

$this->setSharedFolders([ new SharedFolder('var/log'), new SharedFolder('var/report'), new ClusterSharedFolder('var/session'), new ClusterSharedFolder('pub/media'), ]);

Our pub/media is already a symlink to a nfs mounted folder, does changing this from shared to cluster shared affect this?

Could you explain the differences between the two types during a deployment?

Thanks, Eric

Also include project based composer autoloader

Now you have no easy possibility to add custom configuration classes or use a custom package with custom configuration classes. By adding the autoloader of the project you can use those classes.

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.