Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated documentation regarding key generation and app initialization ? #110

Closed
dmsimard opened this issue Jul 25, 2016 · 4 comments
Closed
Assignees

Comments

@dmsimard
Copy link

I'm testing a fresh checkout of the latest tag at time of writing ( v2.3.0-RC6 ).

The documentation mentions needing to run:

$ docker exec -i docker_cachet_1  php artisan key:generate
$ docker exec -i docker_cachet_1  php artisan app:install

However, it looks like a unique key (confirmed by running more than once) is generated every time and the application is already installed (through entrypoint script).

@djdefi
Copy link
Contributor

djdefi commented Jul 26, 2016

v2.3.0-RC6 is not quite stable yet, so it may need some changes before 2.3.0 is released fully. I haven't done a lot of testing on 2.3 yet.

cc: @jbrooksuk @GrahamCampbell

@djdefi
Copy link
Contributor

djdefi commented Jul 27, 2016

I didn't realize 2.3.x was released upstream, will try to get those updated this week here. Sorry for the delay!

@djdefi djdefi self-assigned this Jul 27, 2016
@dmsimard
Copy link
Author

dmsimard commented Aug 4, 2016

Ping :)

Would also love an update of the image on https://hub.docker.com/r/cachethq/docker/

@djdefi
Copy link
Contributor

djdefi commented Aug 4, 2016

Build are in progress on Docker hub. php artisan key:generate is not part of the entrypoint in 2.3.x

Please re-open if you have any further issues.

@djdefi djdefi closed this as completed Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants