PhilippeAccorsi befb462f50 Update setting.md | 6 years ago | |
---|---|---|
backend | 6 years ago | |
frontend | 6 years ago | |
frontend_app_admin_workspace_user | 6 years ago | |
frontend_app_html-document | 6 years ago | |
frontend_app_thread | 6 years ago | |
frontend_app_workspace | 6 years ago | |
frontend_lib | 6 years ago | |
functionnal_tests | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
README.md | 6 years ago | |
README_traduction.md | 6 years ago | |
backend_lib.sh | 6 years ago | |
bash_library.sh | 6 years ago | |
build_full_frontend.sh | 6 years ago | |
color.json.sample | 6 years ago | |
i18next.option.js | 6 years ago | |
install_frontend_dependencies.sh | 6 years ago | |
setup_default_backend.sh | 6 years ago |
Following the installation documentation below, you'll be able to run your own instance on your server.
Get the sources from GitHub (you need git):
git clone https://github.com/tracim/tracim_v2.git
cd tracim_v2/
see Backend README
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_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