Changes for page Release Plan Help

Last modified by Vincent Massol on 2024/03/19 16:56

<
From version < 140.1 >
edited by Ecaterina Moraru (Valica)
on 2017/04/24 19:43
To version < 141.1 >
edited by Ecaterina Moraru (Valica)
on 2017/04/24 19:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -538,7 +538,7 @@
538 538  {{/info}}
539 539  
540 540  * Update the version of XWiki in https://github.com/xwiki-contrib/docker-xwiki/blob/master/build.gradle
541 -** To know how to generate the sha256, check the doc inside build.gradle
541 +** To know how to generate the sha256, check the doc inside build.gradle. You need to download in advance the *.war file and run the according command in order to generate.
542 542  * Execute the Gradle build (run ##gradle##) to generate the various Dockerfiles and other resources for all image tags
543 543  ** You'll need to install Gradle if you don't have it already. On Mac you can run ##brew install gradle## for example.
544 544  ** You'll need to install Docker if you don't have it already. For Mac you can check the [[installer>>https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac]].
... ... @@ -549,7 +549,7 @@
549 549  *** {{code}}docker build -t xwiki .{{/code}}
550 550  *** {{code}}docker run --net=xwiki-nw --name xwiki -p 8080:8080 -v /tmp/xwiki-docker/xwiki:/usr/local/xwiki -e DB_USER=xwiki -e DB_PASSWORD=xwiki -e DB_DATABASE=xwiki -e DB_HOST=mysql-xwiki xwiki{{/code}}
551 551  ** Open your browser to ##http:~/~/localhost:8080## and try to setup XWiki and verify it works
552 -* If all is ok commit and push
552 +* If all is ok commit and push. Create an issue for this step on the [[XDOCKER>>https://jira.xwiki.org/browse/XDOCKER]] project.
553 553  * Note down the SHA1 of the last commit and update https://github.com/docker-library/official-images/blob/master/library/xwiki with it by creating a Pull Request (you can edit directly on the GitHub web page and create a Pull Request).
554 554  
555 555  {{info}}

Get Connected