Tracim 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.
More informations on our website.
An easy way to start using Tracim is to use the Docker image.
mkdir -p ~/tracim/etc
mkdir -p ~/tracim/var
docker run -e DATABASE_TYPE=sqlite -p 8080:80 -v ~/tracim/etc:/etc/tracim -v ~/tracim/var:/var/tracim algoo/tracim
Then, you can access the application at http://localhost:8080
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
See Building Tracim from source
See Testing Tracim
See Running Tracim for production
There are several ways to contribute to Tracim, here are some tips:
- Submit bugs and feature requests
- Review the code and propose changes
- Contribute to the translations
For more information about contributing to Tracim, see the Contributing to Tracim page.
We are adding to Tracim interface every translations that once reached 50%.
See LICENCE.md
Weblate is an open source translation service, they are helping us to translate Tracim by providing a hosting service.
BrowserStack supports open source projects, and graciously helps us testing Tracim on every devices.