blob: 0de12c1580823fb42c75c5663120e5131475d276 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vysper Sources &mdash; Apache MINA</title>
<link href="/assets/css/common.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/vysper.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<div id="container">
<div id="header">
<div id="subProjectsNavBar">
<a href="/">
Apache MINA Project
</a>
&nbsp;|&nbsp;
<a href="/mina-project/">
MINA
</a>
&nbsp;|&nbsp;
<a href="/asyncweb-project/">
AsyncWeb
</a>
&nbsp;|&nbsp;
<a href="/ftpserver-project/">
FtpServer
</a>
&nbsp;|&nbsp;
<a href="/sshd-project/">
SSHD
</a>
&nbsp;|&nbsp;
<a href="/vysper-project/">
<strong>Vysper</strong>
</a>
</div>
</div>
<div id="content">
<div id="leftColumn">
<div id="navigation">
<a class="acevent" data-format="wide" data-width="170"></a>
<h5>Social Networks</h5>
<ul>
<li><a href="https://fosstodon.org/@apachemina">Apache MINA Mastodon</a></li>
</ul>
<h5>Overview</h5>
<ul>
<li><a href="/vysper-project/index.html">Home</a> </li>
<li><a href="/vysper-project/documentation.html">Documentation</a></li>
<li><a href="/vysper-project/downloads.html">Downloads</a></li>
<li><a href="/vysper-project/sources.html">Source</a></li>
</ul>
<h5>Community</h5>
<ul>
<li><a href="/vysper-project/mailing_lists.html">Mailing Lists</a></li>
<li><a href="/vysper-project/getting_involved.html">Getting Involved</a></li>
<li><a href="/vysper-project/issue_tracking.html">Issue Tracking</a></li>
<li><a href="https://www.apache.org/foundation/contributing.html">Contributing</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
</ul>
<h5>Sponsorship</h5>
<ul>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/">apache.org</a></li>
</ul>
</div>
</div>
<div id="rightColumn">
<h2 id="overview">Overview</h2>
<p>Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <a href="http://git-scm.com/book/">http://git-scm.com/book/</a>.</p>
<h1 id="normal-git-access">Normal Git Access</h1>
<p>Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won&rsquo;t have problems with intervening firewalls.</p>
<h2 id="web-access">Web Access</h2>
<p>The following is a link to the <a href="https://gitbox.apache.org/repos/asf?p=mina-vysper.git;a=summary">online source repository</a>.</p>
<h1 id="cloning-from-the-git-repo">Cloning from the Git repo</h1>
<p>Again, anyone can do this. Use a command like to pull the current development version (the trunk):</p>
<p>read only access :</p>
<p>git clone <a href="https://gitbox.apache.org/repos/asf/mina-vysper.git">https://gitbox.apache.org/repos/asf/mina-vysper.git</a> vysper</p>
<p>write access :</p>
<p>git clone <a href="https://gitbox.apache.org/repos/asf/mina-vysper.git">https://gitbox.apache.org/repos/asf/mina-vysper.git</a> vysper</p>
<p>You will not be able to commit into the project if you are not a committer.</p>
<h2 id="building">Building</h2>
<p>We use Maven for managing our dependencies and packaging. Please use Maven 2.2.1 or later.
To install all of Vysper (core, modules etc) you can try this after the checkout:</p>
<pre><code>mvn clean install
</code></pre>
<p>You can also build a complete, runnable Vysper server:</p>
<pre><code>cd dist
mvn clean package
</code></pre>
<p>On successful build, you will find a functional binary package at</p>
<pre><code>target/vysper-1.0.0-SNAPSHOT-bin.{zip|tar.gz}
</code></pre>
<p>Unpackaging a bin-package reveals a bin/ directory, containing run-scripts for Windows and Unix/MacOS.
Executing this script will boot a working Vysper XMPP server.</p>
<h1 id="documentation">Documentation</h1>
<p>The Website documentation is published via Apache SVN pubsub. The website source resides at</p>
<p><a href="https://svn.apache.org/repos/asf/mina/site/trunk/content/vysper-project/">https://svn.apache.org/repos/asf/mina/site/trunk/content/vysper-project/</a></p>
</div>
<div id="endContent"></div>
</div>
<div id="footer">
&copy; 2003-2024, <a href="https://www.apache.org">The Apache Software Foundation</a> - <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br />
Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
</div>
</div>
</body>
</html>