Repository: openmeetings Updated Branches: refs/heads/master cf506afba -> 60fb3e6a0
no jira: docker and ISO coordinates are added to downloads page Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/60fb3e6a Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/60fb3e6a Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/60fb3e6a Branch: refs/heads/master Commit: 60fb3e6a0bb02a91550c2a16492132b6fa4053b1 Parents: cf506af Author: Maxim Solodovnik <[email protected]> Authored: Tue Jul 25 16:09:10 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Tue Jul 25 16:09:10 2017 +0700 ---------------------------------------------------------------------- .../src/site/xdoc/BuildInstructions.xml | 4 +-- openmeetings-server/src/site/xdoc/downloads.xml | 28 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/60fb3e6a/openmeetings-server/src/site/xdoc/BuildInstructions.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/BuildInstructions.xml b/openmeetings-server/src/site/xdoc/BuildInstructions.xml index 7fbd84f..486a155 100644 --- a/openmeetings-server/src/site/xdoc/BuildInstructions.xml +++ b/openmeetings-server/src/site/xdoc/BuildInstructions.xml @@ -13,8 +13,8 @@ limitations under the License. --> <document xmlns="http://maven.apache.org/XDOC/2.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Build instructions</title> http://git-wip-us.apache.org/repos/asf/openmeetings/blob/60fb3e6a/openmeetings-server/src/site/xdoc/downloads.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/downloads.xml b/openmeetings-server/src/site/xdoc/downloads.xml index dc94f8b..f673969 100644 --- a/openmeetings-server/src/site/xdoc/downloads.xml +++ b/openmeetings-server/src/site/xdoc/downloads.xml @@ -65,6 +65,34 @@ </li> </ul> </li> + <li> + Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/3.3.0">https://github.com/openmeetings/openmeetings-docker/tree/3.3.0</a> + </li> + <li> + ISO: <a href="https://om.alteametasoft.com/om_3.3.0.qcow2">https://om.alteametasoft.com/om_3.3.0.qcow2</a> (QEMU qcow2 format) + <source> +<![CDATA[ +####### PLEASE CHANGE ALL PASSWORDS !! +system: user/pass +SSH user: om_admin/12345 +MySql root: root/12345 +MySql user: om_admin/12345 +OM: om_admin/1Q2w3e4r5t^y +####### PLEASE CHANGE ALL PASSWORDS !! + +# run +# memory ==: "-m 2G" +# number of cores ==: "-smp 1" +qemu-system-x86_64 -boot d -smp 1 -m 2G -drive format=qcow2,file=om_3.3.0.qcow2 -net user,hostfwd=tcp::10022-:22,hostfwd=tcp::15080-:5080 -net nic + +# connect +ssh om_admin@localhost -p10022 + +# OM URL +http://localhost:15080/openmeetings +]]> + </source> + </li> </ul> </subsection> <subsection name="Previous Official Releases">
