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: 5 days ago
JSON representation
Threads, files and pages with status and full history. All in the same place.
- Host: GitHub
- URL: https://github.com/tracim/tracim
- Owner: tracim
- License: other
- Created: 2014-11-10T13:54:13.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T09:48:46.000Z (7 months ago)
- Last Synced: 2024-04-12T16:57:26.927Z (7 months ago)
- Language: Python
- Homepage: https://tracim.fr/
- Size: 53.7 MB
- Stars: 199
- Watchers: 13
- Forks: 36
- Open Issues: 1,610
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - tracim/tracim - Threads, files and pages with status and full history. All in the same place. (others)
README
# Tracim
![logo_tracim](./docs/development/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).All documentation is available in [docs/](./docs/) folder.
## 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 installation's documentation](./docs/administration/installation/)
## Testing Tracim
In order to test in a development context, see [Testing Tracim](./docs/development/test/)
## Run Tracim for production
If you are interested in production-ready deployment of tracim, then look at the [Tracim administration documentation](./docs/administration), which includes 3 main parts:
- [Installation](./docs/administration/installation) and an entry point for [production installation](./docs/administration/installation/production.md)
- A second part dedicated to [Tracim server configuration](./docs/administration/configuration)
- A third part dedicated to [Exploitation of a Tracim server](./docs/administration/exploitation) (CLI commands, database migrations, etc)## 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
[Weblate](https://weblate.org) is an open source translation service, they are helping us to translate Tracim by providing a hosting service.
[BrowserStack](https://www.browserstack.com) supports open source projects, and graciously helps us testing Tracim on every devices.