Ecosyste.ms: Awesome

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

https://github.com/tracim/tracim

Threads, files and pages with status and full history. All in the same place.
https://github.com/tracim/tracim

Last synced: 2 months ago
JSON representation

Threads, files and pages with status and full history. All in the same place.

Lists

README

        

# Tracim

![logo_tracim](./doc/logos/logo_tracim.png)

[Tracim](https://www.tracim.fr) is a tool designed to help you and your team to a better collaboration.
It's officially supported in Arabic, English, French, German and Portuguese.

Any questions, remarks? Reach us on [Tracim Community](https://public-community.tracim.fr).
More informations on our [website](https://www.tracim.fr).

## Quick start (using Docker)

An easy way to start using Tracim is to use the [Docker image](https://hub.docker.com/r/algoo/tracim/).

```bash
mkdir -p ~/tracim/etc
mkdir -p ~/tracim/var
docker run \
-e DATABASE_TYPE=sqlite \
-e TRACIM_WEBSITE__BASE_URL=http://{ip_address}:{port} \
-p 8080:80 \
-v ~/tracim/etc:/etc/tracim \
-v ~/tracim/var:/var/tracim \
algoo/tracim:latest
```

Then, you can access the application at

The credentials to access the application are:

- email: `[email protected]`
- password: `[email protected]`

For advanced docker-based usage, look at the full [Tracim Docker documentation](./tools_docker/)

## Build Tracim from source

See [Building Tracim from source](./doc/BUILD.md)

## Testing Tracim

See [Testing Tracim](./doc/TESTING.md)

## Run Tracim for production

See [Running Tracim for production](./doc/PRODUCTION.md)

## Contribute

There are several ways to contribute to Tracim, here are some tips:

- Submit [bugs and feature requests](https://github.com/tracim/tracim/issues)
- Review the [code and propose changes](https://github.com/tracim/tracim/pulls)
- Contribute to the [translations](https://hosted.weblate.org/projects/tracim/)

For more information about contributing to Tracim, see the [Contributing to Tracim](./CONTRIBUTING.md) page.

## Translation status

We are adding to Tracim interface every translations that once reached 50%.

![Translation status](https://hosted.weblate.org/widgets/tracim/en/multi-auto.svg)

## Licence

Tracim is distributed under the terms of 4 distinct licenses. See [LICENSE.md](./LICENSE.md) for details

## Support

logo_weblate

[Weblate](https://weblate.org) is an open source translation service, they are helping us to translate Tracim by providing a hosting service.

logo_browserstack

[BrowserStack](https://www.browserstack.com) supports open source projects, and graciously helps us testing Tracim on every devices.