8000 GitHub - tracim/tracim: Threads, files and pages with status and full history. All in the same place.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ tracim Public

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

License

Notifications You must be signed in to change notification settings

tracim/tracim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracim

logo_tracim

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 information on our website.

All documentation is available in docs/ folder.

Quick start (using Docker)

To start using Tracim, use the Docker image.

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

Then, you can access the application at http://{ip_address}:{port}

The credentials to access the application are:

  • email: admin@admin.admin
  • password: admin@admin.admin

For advanced docker-based usage, look at the full Tracim installation's documentation

Install Tracim for development

See getting started

Test Tracim

To test in a development context, see

Run Tracim for production

If you are interested in production-ready deployment of tracim, then look at the Tracim administration documentation, which includes 3 main parts:

Contribute

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

For more information about contributing to Tracim, see the Contributing to Tracim page.

Translation status

We add every translation to the Tracim interface once it reaches 50%.

Translation status

Licence

Tracim is distributed under the terms of 4 distinct licenses. See LICENSE.md for details

Support

logo_weblate

Weblate is an open source translation service, they are helping us to translate Tracim by providing a hosting service.

logo_browserstack

BrowserStack supports open source projects, and graciously helps us testing Tracim on every devices.

0