PhilippeAccorsi befb462f50
Update setting.md
пре 5 година
backend Update setting.md пре 5 година
frontend https://github.com/tracim/tracim/issues/799, fix the width of profil subdropdown btn пре 5 година
frontend_app_admin_workspace_user [https://github.com/tracim/tracim/issues/787] added link to admin pages in top right user dropdown пре 5 година
frontend_app_html-document [https://github.com/tracim/tracim/issues/641] apps htmldoc and thread now mark content as read upon loading data пре 5 година
frontend_app_thread [https://github.com/tracim/tracim/issues/641] apps htmldoc and thread now mark content as read upon loading data пре 5 година
frontend_app_workspace fixed respectives app's index.html with correct assset link + removed unused symlink пре 5 година
frontend_lib [https://github.com/tracim/tracim/issues/792] added remember me feature пре 5 година
functionnal_tests change name of folder for tests пре 5 година
.gitignore add package-lock to gitignore пре 5 година
.travis.yml travis: separate install requires from testing requires пре 5 година
README.md Update README.md пре 5 година
README_traduction.md Update README_traduction.md пре 5 година
backend_lib.sh update backend setup script пре 5 година
bash_library.sh fixed shell scripts пре 5 година
build_full_frontend.sh added folder creation in build_full_frontend.sh пре 5 година
color.json.sample added color.json.sample пре 5 година
i18next.option.js [https://github.com/tracim/tracim/issues/637] added translation mecanism on all frontend folder пре 5 година
install_frontend_dependencies.sh fix regex error пре 5 година
setup_default_backend.sh update backend setup script пре 5 година

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 (you need git):

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

Install backend

Option 1: Install backend manually

see Backend README

Option2: Install backend: Automated script for easy setup

This script run backend with simple default conf: development.ini conf file, use default config file, sqlite database, etc...

./setup_default_backend.sh

For each conf file missing, this script will generated them from default conf. If sqlite default database is missing, script will generate it. This script is also able to serve for update. If you want to update a script generated tracim install, you can just update source code with git pull and rerun the same script to update database model, system deps and python deps.

for more information about configuring tracim_backend, see Backend README for more information about configuration file, see development.ini.sample documentation and Backend setting file doc.

Install frontend: Automated Script for easy setup

./install_frontend_dependencies.sh
./build_full_frontend.sh

Running Tracim using pserve

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