|
|
vor 7 Jahren | |
|---|---|---|
| backend | vor 7 Jahren | |
| frontend | vor 7 Jahren | |
| frontend_app_admin_workspace_user | vor 7 Jahren | |
| frontend_app_html-document | vor 7 Jahren | |
| frontend_app_thread | vor 7 Jahren | |
| frontend_app_workspace | vor 7 Jahren | |
| frontend_lib | vor 7 Jahren | |
| functionnal_tests | vor 7 Jahren | |
| .gitignore | vor 7 Jahren | |
| .travis.yml | vor 7 Jahren | |
| README.md | vor 7 Jahren | |
| README_traduction.md | vor 7 Jahren | |
| backend_lib.sh | vor 7 Jahren | |
| bash_library.sh | vor 7 Jahren | |
| build_full_frontend.sh | vor 7 Jahren | |
| color.json.sample | vor 7 Jahren | |
| i18next.option.js | vor 7 Jahren | |
| install_frontend_dependencies.sh | vor 7 Jahren | |
| setup_default_backend.sh | vor 7 Jahren |
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.adminadmin@admin.admin