Source
From StatusNet
Contents |
License
Status.net is distributed under the GNU Affero General Public License, see License.
Latest Release
You'll always find our latest release under Download.
Source Code Repository
A web interface to the repository can be found on gitorious.org.
You can retrieve the latest source for the version running on http://identi.ca from the repository on this server, like so:
git clone git://gitorious.org/statusnet/mainline.git cd mainline
You can update your local repository with the latest patches from the main repository like so:
git checkout master git pull origin master
To check out the latest development version instead, use the following:
git checkout -b 1.0.x origin/1.0.x git pull origin 1.0.x
how to update local repo from laconica to statusnet?
git config remote.origin.url git://gitorious.org/statusnet/mainline.git
Older versions
For older versions see our Category:Releases.