docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support

Jeyser Oxygen released

Migration

Update from a docker installation

# go to your installation folder
cd /var/www/Incipio
git pull  # if that step fails, reach us out on the gitter chat
git checkout v2.0.0
docker-compose stop
docker-compose rm web traefik
docker-compose build web
sudo rm -rf var/cache
docker-compose up -d
# add commentary to each member
docker-compose exec web php bin/console doctrine:migrations:execute 20170421211323
# add a new option to the list
docker-compose exec web php bin/console doctrine:migrations:execute 20170603140214
docker-compose restart web

Update from a 1.11 installation

Reach us out on our gitter, we will help you.

Changelog

Since 1.11 and November 2016 , many major changes occured. You can find them in former changelog. in a word :

  • Use of docker and docker-compose for a 5 command line installation
  • Update from Symfony 2.8 to 3.3
  • Make Jeyser configurable from the web UI, no need to modify parameters.yml anymore
  • Add samples doctypes, improve usability and UI
  • many cool stuff (cf other release notes)

Since v2.0.0-beta3 release we have :

  • Largely improved UI for member edition
  • Updated docker-compose to version 2
  • Added a new option to allow several naming conventions : numero for M-Gate & friends, or nom for N7 Consulting & friends
  • Updated to latest Symfony version (3.3)
  • Add 2017 tax values
  • Added validation on several objects to reduce the 500 error probability
  • Fixed some bugs and improved UI on several points (BV, Numero in suivi module for M-Gate & friends, vuCa ...)
  • Updated traefik docker image from camembert to morbier
  • Add a commentary on each member
  • Improved code quality and performances (slightly)
  • Moved docker-compose.yml to version 2

{% include links.html %}

You can also help us improving the documentation of this page.

Jeyser Fluor releasedOxygen Beta 3 released

Install & update Jeyser

  • Environment
    • Web server
      • Hosting provider
      • Domain name
      • Connect to your new server
        • Windows
      • Pointing a subdomain to an IP address guides
  • Install Jeyser CRM in minutes !
    • TL;DR
    • Server requirements
    • Install Jeyser using the Docker install
      • Introduction
      • Install script
  • Update Jeyser
    • Notifications are send when a new version is available
    • Update quickly
    • Advanced: Semantic versionning
  • Help for SSH connection
    • On Windows
  • Use a different email sender

Features (french)

  • Documentation français
  • Gestion associative
  • Suivi de projet
  • Prospection
  • Relations humaines
  • Trésorerie
    • Factures
    • BV
    • Notes de frais
    • Suivi
    • Administration
  • Formations
  • Indicateurs
  • Documents types
    • Paramètres
    • balises spécifiques
    • filtres
    • Avertissement
  • Documents types - FAQ
    • Formats de documents
    • Utilisation du publipostage
    • Dépannage
  • Administration
    • Gestion des documents types
    • Postes et filières
    • Roles et utilisateurs
    • Importation de données externes
    • Paramètres
  • Règlement général sur la protection des données
    • Exigences
    • Application
      • Données personnelles
      • Suppression des données
      • Export des données
    • Avertissement

User guides

  • User guides
  • Just After install
  • Add your own user guide

Technical details

  • Development
  • Jeyser CRM
  • FAQ
  • Contributing
  • Local development
    • 1 - Install Docker
    • 2 - Clone Jeyser repository
    • 3 - Prepare dist files
    • 4 - Build images and start containers
    • 5 - Prepare database
    • 6 - Login
    • 7- Develop
  • Docker Architecture
    • Docker infrastructure
  • Backup & restore
    • A word on backup & restore
      • Why backing up ?
      • Shall I do backups all by myself ?
    • Database backup & restore
    • Uploaded documents backup & restore
    • Notes
  • Demo data
    • Load data
    • Details

News

  • News
  • Jeyser CRM Sulfur
    • Changelog
  • Phosphorus patch 2
    • Migration
    • Changelog
  • Phosphorus patch 1
    • Migration
    • Changelog
  • Jeyser CRM Phosphorus
    • Migration
    • Changelog
  • Jeyser Fluor released
    • Migration
    • Changelog
  • Jeyser Oxygen released
    • Migration
      • Update from a docker installation
      • Update from a 1.11 installation
    • Changelog
  • Oxygen Beta 3 released
    • Migrations
      • from a docker installation
    • Changelog

Content Copyright © 2020 Jeyser CRM

Design (MIT) largely inspired on API Platform

Home
docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support