Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

[Setup] Setup upgrade #196

Closed fchris82 closed 6 years ago

fchris82 commented 8 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets

I made a usable setup script and changed the fixed node js bin paths. (Because we have some servers and developers which have different paths.)

fchris82 commented 8 years ago

Hi,

I made an alternative solution: https://github.com/webtown-php/KunstmaanSetupBundle . Maybe the "composer bundle" solution is more practical.

Setup (start new project):

$ bin/setup-km-project

Update (other developer run it in cloned started project)

$ bin/update-km-project
Devolicious commented 6 years ago

Hi @fchris82,

Your solution seems very nice. We'll look into it to see if we can mention this in our documentation as an alternative setup script.

Devolicious commented 6 years ago

@fchris82, maybe you can add v5 as dependency also? Or maybe even remove the dependency of the bundles at all so you don't have to keep updating it.