##// END OF EJS Templates
pullrequests: on 'my pullrequests' show the user's own vote as second column next to 'latest vote'
pullrequests: on 'my pullrequests' show the user's own vote as second column next to 'latest vote'

File last commit:

r4258:df5d8a67 default
r4901:409eaadc default
Show More
README.rst
205 lines | 7.6 KiB | text/x-rst | RstLexer
docs updates
r2020 =========
Bradley M. Kuhn
General renaming to Kallithea
r4212 Kallithea
docs updates
r2020 =========
About
-----
more docs update
r572
Andrew Shadura
Add some beauty to the README.rst
r4258 ``Kallithea`` is a fast and powerful management tool for Mercurial_ and Git_
with a built-in push/pull server, full text search and code-review.
whitespace cleanup
r3224 It works on http/https and has a built in permission/authentication system with
Bradley M. Kuhn
General renaming to Kallithea
r4212 the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides
Andrew Shadura
Add some beauty to the README.rst
r4258 simple API so it's easy to integrate with existing external systems.
readme update
r1093
Andrew Shadura
Add some beauty to the README.rst
r4258 Kallithea is similar in some respects to GitHub_ or Bitbucket_,
Bradley M. Kuhn
General renaming to Kallithea
r4212 however Kallithea can be run as standalone hosted application on your own server.
Andrew Shadura
Add some beauty to the README.rst
r4258 It is open-source donationware and focuses more on providing a customised,
self-administered interface for Mercurial_ and Git_ repositories.
Kallithea works on Unix-like systems and Windows, and is powered by the vcs_ library
created by Łukasz Balcerzak and Marcin Kuźmiński to uniformly handle multiple
version control systems.
more docs update
r572
Bradley M. Kuhn
Declare this a fork in README.rst
r4236 Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.
docs updates
r2020 Installation
------------
Bradley M. Kuhn
General renaming to Kallithea
r4212 Stable releases of Kallithea are best installed via::
docs updates
r2020
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 easy_install kallithea
docs updates
r2020
Or::
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 pip install kallithea
docs updates
r2020
Detailed instructions and links may be found on the Installation page.
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 Please visit http://packages.python.org/Kallithea/installation.html for
Andrew Shadura
Add some beauty to the README.rst
r4258 more details.
docs updates
r2020
more docs update
r572
Source code
-----------
Bradley M. Kuhn
Change bitbucket and hosting URL
r4179 The latest sources can be obtained from https://kallithea-scm.org/repos/kallithea
doc fix
r254
fixed license in setup file, readme fixes
r1167
MIRRORS:
Andrew Shadura
Add some beauty to the README.rst
r4258 Issue tracker and sources at Bitbucket_
fixed license in setup file, readme fixes
r1167
Bradley M. Kuhn
Change bitbucket and hosting URL
r4179 https://bitbucket.org/conservancy/kallithea
more docs update
r572
fixed license in setup file, readme fixes
r1167
more docs update
r572
Bradley M. Kuhn
General renaming to Kallithea
r4212 Kallithea Features
readme update
r1093 ------------------
more docs update
r572
Andrew Shadura
Add some beauty to the README.rst
r4258 - Has its own middleware to handle Mercurial_ and Git_ protocol requests.
readme update
r3184 Each request is authenticated and logged together with IP address.
Andrew Shadura
Add some beauty to the README.rst
r4258 - Built for speed and performance. You can make multiple pulls/pushes simultaneously.
Proven to work with thousands of repositories and users.
readme update
r3184 - Supports http/https, LDAP, AD, proxy-pass authentication.
- Full permissions (private/read/write/admin) together with IP restrictions for each repository,
updated readme
r3848 additional explicit forking, repositories group and repository creation permissions.
- User groups for easier permission management.
- Repository groups let you group repos and manage them easier. They come with
permission delegation features, so you can delegate groups management.
readme update
r3184 - Users can fork other users repos, and compare them at any time.
Andrew Shadura
Add some beauty to the README.rst
r4258 - Built-in versioned paste functionality (Gist) for sharing code snippets.
readme update
r3184 - Integrates easily with other systems, with custom created mappers you can connect it to almost
any issue tracker, and with an JSON-RPC API you can make much more
Andrew Shadura
Add some beauty to the README.rst
r4258 - Built-in commit API lets you add, edit and commit files right from Kallithea
readme update
r3184 web interface using simple editor or upload binary files using simple form.
Andrew Shadura
Add some beauty to the README.rst
r4258 - Powerful pull request driven review system with inline commenting,
readme update
r3184 changeset statuses, and notification system.
Andrew Shadura
Add some beauty to the README.rst
r4258 - Importing and syncing repositories from remote locations for Git_, Mercurial_ and Subversion.
- Mako templates let you customize the look and feel of the application.
whitespace cleanup
r3224 - Beautiful diffs, annotations and source code browsing all colored by pygments.
Andrew Shadura
Add some beauty to the README.rst
r4258 Raw diffs are made in Git-diff format for both VCS systems, including Git_ binary-patches
- Mercurial_ and Git_ DAG graphs and Flot-powered graphs with zooming and statistics
readme update
r3184 to track activity for repositories
updated readme
r847 - Admin interface with user/permission management. Admin activity journal, logs
pulls, pushes, forks, registrations and other actions made by all users.
whitespace cleanup
r3224 - Server side forks. It is possible to fork a project and modify it freely
readme update
r3184 without breaking the main repository.
Andrew Shadura
Add some beauty to the README.rst
r4258 - reST and Markdown README support for repositories.
readme update
r3184 - Full text search powered by Whoosh on the source files, commit messages, and file names.
Andrew Shadura
Add some beauty to the README.rst
r4258 Built-in indexing daemons, with optional incremental index build
readme update
r1093 (no external search servers required all in one application)
Andrew Shadura
Add some beauty to the README.rst
r4258 - Setup project descriptions/tags and info inside built in DB for easy,
non-filesystem operations.
whitespace cleanup
r3224 - Intelligent cache with invalidation after push or project change, provides
fixed license in setup file, readme fixes
r1167 high performance and always up to date data.
Andrew Shadura
Add some beauty to the README.rst
r4258 - RSS/Atom feeds, Gravatar support, downloadable sources as zip/tar/gz
- Optional async tasks for speed and performance using Celery_
whitespace cleanup
r3224 - Backup scripts can do backup of whole app and send it over scp to desired
location
Andrew Shadura
Add some beauty to the README.rst
r4258 - Based on Pylons, SQLAlchemy, SQLite, Whoosh, vcs
docs update, developments serves statics as default
r253
whitespace cleanup
r3224
docs update, setup libs version bumps
r676 Incoming / Plans
----------------
docs update, developments serves statics as default
r253
readme update
r3184 - Finer granular permissions per branch, or subrepo
Andrew Shadura
Add some beauty to the README.rst
r4258 - Web-based merges for pull requests
readme update
r3184 - Tracking history for each lines in files
whitespace cleanup
r3224 - Simple issue tracker
Andrew Shadura
Add some beauty to the README.rst
r4258 - SSH-based authentication with server side key management
readme update
r1093 - Commit based built in wiki system
- More statistics and graph (global annotation + some more statistics)
whitespace cleanup
r3224 - Other advancements as development continues (or you can of course make
fixed license in setup file, readme fixes
r1167 additions and or requests)
removed egg info, update files for distutils build...
r552
more docs update
r572 License
-------
Bradley M. Kuhn
General renaming to Kallithea
r4212 ``Kallithea`` is released under the GPLv3 license.
more docs update
r572
docs updates
r2020 Getting help
------------
docs update, setup libs version bumps
r676
docs updates
r2020 Listed bellow are various support resources that should help.
docs update, setup libs version bumps
r676
docs updates
r2020 .. note::
whitespace cleanup
r3224
Added troubleshooting section to docs
r2601 Please try to read the documentation before posting any issues, especially
the **troubleshooting section**
whitespace cleanup
r3224
Bradley M. Kuhn
Change bitbucket and hosting URL
r4179 - Open an issue at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_
docs updates
r2020
Bradley M. Kuhn
Change IRC channel and Twitter account; remove google group
r4180 - Join #kallithea on FreeNode (irc.freenode.net)
or use http://webchat.freenode.net/?channels=kallithea for web access to irc.
docs updates
r2020
Bradley M. Kuhn
Change IRC channel and Twitter account; remove google group
r4180 You can follow this project on Twitter, **@KallitheaSCM**.
docs updates
r2020
docs update
r796
Online documentation
--------------------
more docs update
r572
Bradley M. Kuhn
General renaming to Kallithea
r4212 Online documentation for the current version of Kallithea is available at
Bradley M. Kuhn
Rename some strings examples and commands in documentation
r4192 - http://packages.python.org/Kallithea/
- http://kallithea.readthedocs.org/
docs updates
r2020
Andrew Shadura
Add some beauty to the README.rst
r4258 You may also build the documentation for yourself: go into ``docs/`` and run::
more docs update
r572
make html
Andrew Shadura
Add some beauty to the README.rst
r4258 (You need to have Sphinx_ installed to build the documentation. If you don't
have Sphinx_ installed you can install it via the command:
fixed license in setup file, readme fixes
r1167 ``easy_install sphinx``)
whitespace cleanup
r3224
Sean Farley
readme: instructions for working with RhodeCode database
r4227
Converting from RhodeCode
-------------------------
Currently, you have two options for working with an existing RhodeCode database:
- keep the database unconverted (intended for testing and evaluation)
- convert the database in a one-time step
Maintaining Interoperability
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Interoperability with RhodeCode 2.2.5 installations is provided so you don't
have to immediately commit to switching to Kallithea. This option will most
likely go away once the two projects have diverged significantly.
Andrew Shadura
Add some beauty to the README.rst
r4258 To run Kallithea on a RhodeCode database, run::
Sean Farley
readme: instructions for working with RhodeCode database
r4227
echo "BRAND = 'rhodecode'" > kallithea/brand.py
This location will depend on where you installed Kallithea. If you installed via::
python setup.py install
then you will find this location at
``$VIRTUAL_ENV/lib/python2.7/site-packages/Kallithea-2.2.5-py2.7.egg/kallithea``
One-time Conversion
~~~~~~~~~~~~~~~~~~~
Alternatively, if you would like to convert the database for good, you can use
a helper script provided by Kallithea. This script will operate directly on the
database, using the database string you can find in your ``production.ini`` (or
``development.ini``) file. For example, if using SQLite::
cd /path/to/kallithea
cp /path/to/rhodecode/rhodecode.db kallithea.db
pip install sqlalchemy-migrate
python kallithea/bin/rebranddb.py sqlite:///kallithea.db
.. WARNING::
If you used the other method for interoperability, overwrite brand.py with
an empty file (or watch out for stray brand.pyc after removing brand.py).
fixed readme for bb
r869 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
Andrew Shadura
Add some beauty to the README.rst
r4258 .. _Python: http://www.python.org/
fixed readme for bb
r869 .. _Sphinx: http://sphinx.pocoo.org/
Andrew Shadura
Add some beauty to the README.rst
r4258 .. _Mercurial: http://mercurial.selenic.com/
.. _Bitbucket: http://bitbucket.org/
.. _GitHub: http://github.com/
.. _Subversion: http://subversion.tigris.org/
.. _Git: http://git-scm.com/
.. _Celery: http://celeryproject.org/
whitespace cleanup
r3224 .. _vcs: http://pypi.python.org/pypi/vcs