Source

From StatusNet

Jump to: navigation, search

Contents

[edit] License

Status.net is distributed under the GNU Affero General Public License, see License.

[edit] Latest Release

StatusNet 0.8.3 is the latest release, but it's still beta quality. Installation of the basic Web functionality is straightforward, but more advanced features (Jabber, SMS) can be tricky.

Latest 'Stable' Release: http://status.net/statusnet-0.8.3.tar.gz

[edit] 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
git checkout -b 0.8.x origin/0.8.x

You can update your local repository with the latest patches from the main repository like so:

To check out the latest development version instead, use the following:

git clone git://gitorious.org/statusnet/mainline.git
cd mainline
git checkout -b 0.9.x origin/0.9.x

how to update local repo from laconica to statusnet?

git config remote.origin.url git://gitorious.org/statusnet/mainline.git

IntroToUsingGit

[edit] Older versions

See also : Category:Releases

Personal tools