blob: 500cc7644c31194c33850884bbb3c9d7b2b3465f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
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">
<properties>
<title>Downloads</title>
<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
</properties>
<body>
<section name="Downloads">
<p>
All downloads can be verified using the Apache OpenMeetings code
signing <a href="https://www.apache.org/dist/openmeetings/4.0.1/KEYS">KEYS</a>, changes: <a
href="https://www.apache.org/dist/openmeetings/4.0.1/CHANGELOG">CHANGELOG</a>.
</p>
<p>
All are available for download as source and binary.
</p>
<subsection name="Latest Official Release">
<p>
Apache Openmeetings 4.0.1
</p>
<ul>
<li>
Binaries:
<ul>
<li>
<a href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip">apache-openmeetings-4.0.1.zip</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip.asc">[SIG]</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip.sha256">[SHA256]</a>
</li>
<li>
<a href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz">apache-openmeetings-4.0.1.tar.gz</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz.asc">[SIG]</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz.sha256">[SHA256]</a>
</li>
</ul>
</li>
<li>
Sources:
<ul>
<li>
<a href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip">apache-openmeetings-4.0.1-src.zip</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip.asc">[SIG]</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip.sha256">[SHA256]</a>
</li>
<li>
<a href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz">apache-openmeetings-4.0.1-src.tar.gz</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz.asc">[SIG]</a>
<a href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz.sha256">[SHA256]</a>
</li>
</ul>
</li>
<li>
Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.1">https://github.com/openmeetings/openmeetings-docker/tree/4.0.1</a>
</li>
<li>
ISO: <a href="https://om.alteametasoft.com/om_4.0.1.qcow2">https://om.alteametasoft.com/om_4.0.1.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_4.0.1.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">
<p>
Apache Openmeetings releases available here:
<a href="http://archive.apache.org/dist/openmeetings/">http://archive.apache.org/dist/openmeetings/</a>
</p>
<p>
Apache Openmeetings Incubating 2.0 is available here:
<a href="http://archive.apache.org/dist/incubator/openmeetings/2.0-incubating/">http://archive.apache.org/dist/incubator/openmeetings/2.0-incubating</a>
</p>
</subsection>
<subsection name="Plugins / Non ASF downloads">
<p>
If you are looking for more plugins for 3th party applications (Moodle, Drupal, Joomla, ...) check out
<a href="https://github.com/openmeetings/" target="_blank" rel="nofollow">github.com</a> or
ask <a href="commercial-support.html">commercial support</a>.
</p>
<p>
OpenMeetings releases that are not part of the ASF can be downloaded from the
old
<a href="http://code.google.com/p/openmeetings/downloads/list"
target="_blank">GoogleCode website</a>
</p>
</subsection>
</section>
</body>
</document>