Source Repository
The STOMP project stores it’s source code in a Git repository. If you are new to git you might like to try the git guide for subversion users or try reading the git community book
The git repository is here:
- git://forge.fusesource.com/stomp.git
You can browse the repository online if you prefer
How to Checkout
You must first install a Git client. Then you clone the repository using the Git URL:
git clone git://forge.fusesource.com/stomp.git
cd stomp
Committer access
Project members who have configured a public SSH in their user profile can push to the repository using the following URL:
- ssh://git@forge.fusesource.com/stomp.git
You must first install a Git client. Then you clone the repository using the Git URL:
git clone ssh://git@forge.fusesource.com/stomp.git
cd stomp
Next steps
Once you have checked out the code try following the instructions to build STOMP or try reading the documentation