Sign inSign up

algoo/tracim

By algoo

•Updated 25 minutes ago

Tracim docker image for use in production context.

Image
4

50K+

algoo/tracim repository overview

⁠What is tracim?

Tracim is a collaborative plateforme software intended for (not only technical) team collaboration. It is simple to use, offers a user-friendly interface and runs on every computer. It is very valuable for R&D teams, assocations, remote collaboration.

More information on the website: https://www.tracim.fr⁠ (in French)

⁠Quickstart (using docker)

Test tracim on your computer with docker:

mkdir -p ~/tracim/etc
mkdir -p ~/tracim/var
docker run -e DATABASE_TYPE=sqlite -e TRACIM_WEBSITE__BASE_URL=http://{tracim_host_ip_address}:8080 -p 8080:80 -v ~/tracim/etc:/etc/tracim -v ~/tracim/var:/var/tracim algoo/tracim

Then visit the url http://{tracim_host_ip_address}:8080 and login in to tracim:

⁠Licence

Tracim is distributed under the terms of the MIT License.

⁠Complete documentation

For advanced docker-based usage, look at the full tracim docker documentation⁠

Tag summary

Content type

Image

Digest

sha256:46a4d42b3…

Size

1.4 GB

Last updated

over 1 year ago

docker pull algoo/tracim