Differences between revisions 6 and 20 (spanning 14 versions)
Revision 6 as of 2011-02-23 13:29:23
Size: 1292
Comment:
Revision 20 as of 2016-05-30 14:19:22
Size: 1501
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
A web-based tool for repository management. An open-source web-based tool for repository management.
Line 12: Line 12:
``RhodeCode`` (formerly hg-app) is Pylons framework based Mercurial repository
browser/management tool with build in push/pull server and full text search.
It works on http/https, has build in permission/authentication system with
ability to auth via LDAP. It's similar in some parts to github or bitbucket,
but it's suppose to run as standalone hosted application, it's open source
and donation ware and focuses more on providing customized, self administered
interface for Mercurial(and soon GIT) repositories. It's powered by vcs_
library that me and Lukasz Balcerzak created to handle many various version
control systems.
RhodeCode Enterprise is a source code management tool for Mercurial, Subversion and Git written in Python.

Main features:

 * Permission system with IP restrictions, and permission delegation options
 * HTTP/HTTPS/SSH support
 * Updatable and Mergable PullRequest with optional rebasing
 * Code review system with voting system
 * Full text search
 * Web-based file adding, editing, deleting
 * Side-by-side diffs
 * Snippets (gist) system with ACL functionality
 * Pluggable authentication system with the ability to authenticate via LDAP, Active Directory, Atlassian Crowd, Container, Pam, CAS
 * Support for Windows, Linux and Solaris

RhodeCode also provides an JSON RPC API, and multiple event hooks so it can be integrated with existing external systems.

RhodeCode is similar in some respects to Github, GitLab or Bitbucket.
However, RhodeCode can be run as standalone hosted application on your own server, it comes with a handy installer and its Community Edition is free without any limitations.
Line 23: Line 33:
== RhodeCode demo == == Links and source code ==
Line 25: Line 35:
http://hg.python-works.com  * https://code.rhodecode.com - RhodeCode open-source projects
 * https://docs.rhodecode.com - Documentation and guides.
 * https://rhodecode.com - Main website
Line 27: Line 39:
The default admin access is

    * username: demo
    * password: demo

== Source code ==

Source codes can be obtained from official rhodecode instance at: https://rhodecode.org

bitbucket mirror: https://bitbucket.org/marcinkuzminski/rhodecode
github mirror: https://github.com/marcinkuzminski/rhodecode

Issue tracker is available at http://bitbucket.org/marcinkuzminski/rhodecode
Open issue tracker is available at http://issues.rhodecode.com.

RhodeCode

An open-source web-based tool for repository management.

1. About

RhodeCode Enterprise is a source code management tool for Mercurial, Subversion and Git written in Python.

Main features:

  • Permission system with IP restrictions, and permission delegation options
  • HTTP/HTTPS/SSH support
  • Updatable and Mergable PullRequest with optional rebasing

  • Code review system with voting system
  • Full text search
  • Web-based file adding, editing, deleting
  • Side-by-side diffs
  • Snippets (gist) system with ACL functionality
  • Pluggable authentication system with the ability to authenticate via LDAP, Active Directory, Atlassian Crowd, Container, Pam, CAS
  • Support for Windows, Linux and Solaris

RhodeCode also provides an JSON RPC API, and multiple event hooks so it can be integrated with existing external systems.

RhodeCode is similar in some respects to Github, GitLab or Bitbucket. However, RhodeCode can be run as standalone hosted application on your own server, it comes with a handy installer and its Community Edition is free without any limitations.

Open issue tracker is available at http://issues.rhodecode.com.


CategoryWeb CategoryTools

RhodeCode (last edited 2016-05-30 23:34:29 by marcinkuzminski)