passbolt / passbolt_help

Passbolt help has been moved to: https://github.com/passbolt/passbolt-docs
https://github.com/passbolt/passbolt-docs
GNU Affero General Public License v3.0
53 stars 183 forks source link

Update location of user generation for docker-compose #53

Closed Daniel-Yonkov closed 3 years ago

Daniel-Yonkov commented 3 years ago

The path provided in the documentation resolves in an error where the /usr/share/php/passbolt/bin/cake is a non existing directory. This updates the documentation to point towards the actual installation location of passbolt.

Not sure if you have a template for PR, so please advice if this is the correct approach.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

dlen commented 3 years ago

Hi @Daniel-Yonkov sorry you are bitten by this. The paths are correct for the latest v3 release of docker image that has been just published.

We encourage you to update for a better experience

Daniel-Yonkov commented 3 years ago

Well, the actual docker image provided in the documentation is using an older image version, which does not match the instructions provided. Should I address this under the docker repo?

  passbolt:
    image: passbolt/passbolt:2.13.5-debian
dlen commented 3 years ago

Could you point me to the file where we point to the 2.13.5? We have been publishing things today and we might have missed that one. Also on the docker repository we have been updating all the composer files and Dockerfiles.

Daniel-Yonkov commented 3 years ago

@dlen - My bad diego, just noticed the latest master has been updated an hour ago, I pulled the latest changes and noticed the change in the version as well as the setup interface

dlen commented 3 years ago

no problem, thanks for reaching out :heart: