Changes for page Release Plan Help

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

<
From version < 181.1 >
edited by Thomas Mortagne
on 2018/01/31 15:01
To version < 182.1 >
edited by Thomas Mortagne
on 2018/01/31 15:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -580,7 +580,7 @@
580 580  * Test the modified files. {{info}}On some Linux (not Ubuntu), you need to use {{code}}sudo{{/code}} on each docker command or [[configure it differently>>https://docs.docker.com/engine/installation/linux/linux-postinstall/]].{{/info}}
581 581  ** Install Docker. For Mac you can check the [[installer>>https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac]].
582 582  ** Make sure you open Docker before running the commands.
583 -*** Linux: {{code}}sudo systemctl start docker{{/code}} (On Ubuntu it should start automatically after install, but on Fedora needs to be started/enabled manually)
583 +*** Linux (except Ubuntu): {{code}}sudo systemctl start docker{{/code}}
584 584  ** {{code}}docker network create -d bridge xwiki-test{{/code}}
585 585  ** {{code}}docker run --net=xwiki-test --name mysql-xwiki-test -v /tmp/xwiki-docker-test/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=xwiki -e MYSQL_USER=xwiki -e MYSQL_PASSWORD=xwiki -e MYSQL_DATABASE=xwiki -d mysql:5.7 --character-set-server=utf8 --collation-server=utf8_bin --explicit-defaults-for-timestamp=1{{/code}}
586 586  ** Navigate to the directory to test, e.g. ##9/mysql-tomcat## and issue:

Get Connected