Hi,
I just want to make a feedback after installing and deploying grab on my server.
I’m using Jenkins with Capistrano scripts to be able to quickly deploy on my different environments and my project is committed on a Git repo.
1/ install Grav core + admin plugin via the download page
2/ composer install
3/ bin/grav install
=> ERROR Missing .dependencies file in user/ folder
=> the only way to have it is via the grav composer install (and .dependencies it is not in the user folder)
1/ composer create-project getgrav/grav ./
2/ composer install
3/ bin/gpm install admin : Email and Login plugins plugins are installed and have vendor dependencies.
4/ Commit my project (including plugins but ignoring vendor repositories)
5/ In my prod environnement via cappistrano i depoy my project and launch the composer install and bin/grav install commands
=> Error 500 because Email and Login plugin dependencies have not been installed
=> In fact, there were not referenced in the .dependencies file : I have to add them manually (it should be automatic on plugin install i think)
Shou ld i open a bug ticket for those problems ?
Thanks !