Tracim has a build-in command line tool.
This document is intended to developers or sysadmin.
In order to use the tracimcli
commands, go to the root of the project and
and active the Tracim virtualenv:
user@host:~/tracim_backend$ source env/bin/activate
(env) user@host:~/tracim_backend$
tracimcli db init
tracimcli db init --test-data
This will drop all your database, be carefull !
tracimcli db delete --force
tracimcli user create -l "john@john@john.john" -p "superpassword"
tracimcli user update -l "john@john@john.john" -p "mynewsuperpassword"
tracim user create -h
tracim user update -h
tracimcli -h
tracimcli webdav start