Following the installation documentation below, you'll be able to run your own instance on your server.
Get the sources from GitHub:
git clone https://github.com/tracim/tracim_v2.git
cd tracim_v2/
./setup_default_backend.sh
For debugging you can uncomment this 2 lines in '/backend/development.ini'
~~~
#pyramid.includes =
# pyramid_debugtoolbar
~~~
If you use debugtoolbar, you can seen one red button on right of the Tracim web interface.
./install_frontend_dependencies.sh
./build_full_frontend.sh
cd backend/
source env/bin/activate
pserve development.ini
You can now enter the application at http://127.0.0.1:6543 and login with admin user:
admin@admin.admin
admin@admin.admin