Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apache/allura

Apache Allura - a software forge to manage source code repositories, bug reports, discussions, wiki pages, blogs, and more
https://github.com/apache/allura

allura apache devops issue-tracker markdown mongodb python repository server wiki

Last synced: about 1 month ago
JSON representation

Apache Allura - a software forge to manage source code repositories, bug reports, discussions, wiki pages, blogs, and more

Awesome Lists containing this project

README

        

Apache Allura Logo

# Apache Allura

[![Build Status](https://builds.apache.org/buildStatus/icon?job=Allura%2FAllura-py3.8&subject=py3.8)](https://builds.apache.org/job/Allura)
[![Build Status](https://builds.apache.org/buildStatus/icon?job=Allura%2FAllura-py3.11&subject=py3.11)](https://builds.apache.org/job/Allura)

Allura is an open source implementation of a software "forge", a web site that manages source code repositories, bug reports, discussions, mailing lists, wiki pages, blogs and more for any number of individual projects.

Allura is written in Python and leverages a great many existing Python packages (see requirements.txt and friends). It comes with tests which we run with [pytest](https://docs.pytest.org/en/latest/contents.html). It is extensible in several ways, most importantly via the notion of "tools" based on `allura.app.Application`; but also with [themes, authentication, and various other pluggable-APIs](https://forge-allura.apache.org/docs/extending.html).

Website:

## Table of Contents

- [Installation](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [Quick Links](#quick-links)

## Install

Before hacking on Allura, you’ll need to get an Allura instance up and running so you can see and test the changes you make. You can install Allura from scratch, or by using our Docker container images. Instructions for these approaches can be found here:

- [Install using Docker](https://forge-allura.apache.org/docs/getting_started/installation.html)
- [Install from scratch](https://forge-allura.apache.org/docs/getting_started/install_each_step.html)

To install Allura, see `Allura/docs/getting_started/installation.rst` or .

## Usage

You can learn about using Allura, configuring neighborhoods, managing projects and it's tools see `Allura/docs/getting_started/using.rst` or

## Contribute

Apache Allura is an effort _for_ the community: an open source platform for sharing development. We think it should be _of_ the community as well. We want to encourage community involvement in development, testing and design. We do that with a public git repo, a bug tracker, a discussion list and an IRC channel.

Developers interested in hacking on Allura or its components should see `Allura/docs/docs/development/contributing.rst` or .

You can get in touch with other Allura developers on the developer mailing list ([[email protected]](https://mail-archives.apache.org/mod_mbox/allura-dev/)).

To find more documentation, ask a question, file a bug, or contribute a patch, see the links on our website(). If you're not sure where to start, join the mailing list and ask.

## Quick Links
- [Forge Allura](https://forge-allura.apache.org/p/allura/)
- [Git Repo](https://forge-allura.apache.org/p/allura/git/)
- [Wiki](https://forge-allura.apache.org/p/allura/wiki/)
- [Tickets](https://forge-allura.apache.org/p/allura/tickets/)
- [Documentation](https://forge-allura.apache.org/docs/)