-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Review install instructions in README and Guides #4034
Review install instructions in README and Guides #4034
Conversation
``` | ||
|
||
[solidus-auth-devise]: https://github.com/solidusio/solidus_auth_devise | ||
|
||
### Set the administrator username and password | ||
|
||
The `solidus:install` generator prompts you to configure the Solidus administrator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we might want to change this to:
The `solidus:install` generator prompts you to configure the default authorization solution, default payment service, and the Solidus administrator
along with the defaults below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's authentication
and not authorization
but this proposal makes perfect sense, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following these changes are easy to understand and make sense! I would agree that anyone deciding to use solidus today would most likely not back-port to a stable version less than 3.0.0 so the install guides for 2.10 and 2.11 certainly are not required.
For the sake of clarity, we can remove the install instructions for Solidus <= 2.10. It's very unlikely that someone will start a new application with that version now.
2c5cee2
to
dac3449
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @kennyadsl 👍
Description
For the sake of clarity, we can remove the install instructions for Solidus <= 2.10. It's very unlikely that someone will start a new application with that version now.
TODO: