doc: document how to upgrade uPortal-start#448
doc: document how to upgrade uPortal-start#448bjagg wants to merge 4 commits intouPortal-Project:masterfrom
Conversation
ChristianMurphy
left a comment
There was a problem hiding this comment.
Thanks @bjagg!
This is a good guide to have 👍
Could this file be linked from docs/en/README.md to make it more visible?
|
|
||
| Edit `cradle.properties`, replacing all those lines with something suitable. In this case, the resolution is simply | ||
|
|
||
| ``` |
There was a problem hiding this comment.
| ``` | |
| ```properties |
There was a problem hiding this comment.
Also this should be gradle.properties and not cradle.properties
|
Hi folks, |
jgribonvald
left a comment
There was a problem hiding this comment.
Some typo, and please add this doc, even if it's in English, to the French doc (like other missing).
Else thanks for a such documentation, not everyone know how to works with git !
|
|
||
| #### `etc/portal/` | ||
|
|
||
| The intention of files in this folder are two show the most commonly configured properties and to set a baseline for a dev environment. Real credentials **SHOULD NEVER BE STORED IN THIS FILES** exception for generic dev ones. |
There was a problem hiding this comment.
there isn't a typo ?
IN THIS FILES ?
|
|
||
| The intention of files in this folder are two show the most commonly configured properties and to set a baseline for a dev environment. Real credentials **SHOULD NEVER BE STORED IN THIS FILES** exception for generic dev ones. | ||
|
|
||
| Like `data/` these folder should be reviewed for changes and then updates made even if there are no conflicts. For example, a dependency change required that signature keys now meet a minimal size and format around uPortal version 5.5. This is in the upstream files along with comments on creating the keys. |
There was a problem hiding this comment.
there isn't a typo ?
these folder should
|
|
||
| Edit `cradle.properties`, replacing all those lines with something suitable. In this case, the resolution is simply | ||
|
|
||
| ``` |
There was a problem hiding this comment.
Also this should be gradle.properties and not cradle.properties
| ``` | ||
| notificationPortletVersion=4.5.3 | ||
| ``` | ||
| As noted above, mark this file as resolved with `git add cradle.properties` (for this example). |
There was a problem hiding this comment.
Same as above cradle.properties
….node-gradle.node.gradle.plugin to v2.2.4
Checklist
Description of change