Guénaël Muller 42ce2dd685 add do_notify param to endpoints for roles 6 gadus atpakaļ
backend add do_notify param to endpoints for roles 6 gadus atpakaļ
frontend https://github.com/tracim/tracim/issues/799, fix the width of profil subdropdown btn 6 gadus atpakaļ
frontend_app_admin_workspace_user [https://github.com/tracim/tracim/issues/787] added link to admin pages in top right user dropdown 6 gadus atpakaļ
frontend_app_html-document [https://github.com/tracim/tracim/issues/641] apps htmldoc and thread now mark content as read upon loading data 6 gadus atpakaļ
frontend_app_thread [https://github.com/tracim/tracim/issues/641] apps htmldoc and thread now mark content as read upon loading data 6 gadus atpakaļ
frontend_app_workspace fixed respectives app's index.html with correct assset link + removed unused symlink 6 gadus atpakaļ
frontend_lib [https://github.com/tracim/tracim/issues/792] added remember me feature 6 gadus atpakaļ
functionnal_tests change name of folder for tests 6 gadus atpakaļ
.gitignore add package-lock to gitignore 6 gadus atpakaļ
.travis.yml travis: separate install requires from testing requires 6 gadus atpakaļ
README.md fix for tooldebugbar by default 6 gadus atpakaļ
README_traduction.md Update README_traduction.md 6 gadus atpakaļ
backend_lib.sh update backend setup script 6 gadus atpakaļ
bash_library.sh fixed shell scripts 6 gadus atpakaļ
build_full_frontend.sh added folder creation in build_full_frontend.sh 6 gadus atpakaļ
color.json.sample added color.json.sample 6 gadus atpakaļ
i18next.option.js [https://github.com/tracim/tracim/issues/637] added translation mecanism on all frontend folder 6 gadus atpakaļ
install_frontend_dependencies.sh fix regex error 6 gadus atpakaļ
setup_default_backend.sh update backend setup script 6 gadus atpakaļ

README.md

develop branch status: Build Status Coverage Status Scrutinizer Code Quality

Install Tracim on your server

Following the installation documentation below, you'll be able to run your own instance on your server.


Installation

Get the source

Get the sources from GitHub:

git clone https://github.com/tracim/tracim_v2.git
cd tracim_v2/

Install backend

./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

./install_frontend_dependencies.sh
./build_full_frontend.sh

Running Tracim

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:

  • user : admin@admin.admin
  • password : admin@admin.admin