docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support

Jeyser Fluor released

Migration

That new version has no big database changes. You just have to add a new parameter on configuration dashboard :

# 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.1.0
docker-compose stop
docker-compose rm web
docker-compose build web
sudo rm -rf var/cache
docker-compose up -d
docker-compose exec web php bin/console doctrine:migrations:execute 20170614232630

We also advise you to replace the old docker-compose config file by a new one. To do so, execute :

# go to your installation folder
cd /var/www/Incipio
docker-compose stop
# Create a copy of the current configuration (just in case)
cp docker-compose.yml docker-compose.save.yml
# Copy the expected version
cp docker-compose.yml.dist docker-compose.yml
# Edit the parameters
sed -i "s/SYMFONY_ENV: dev/SYMFONY_ENV: prod/g" docker-compose.yml
sed -i "s/restart: \"no\"/restart: always/g" docker-compose.yml

# In the following lines, replace $subdomain & $email by the values that were already set in your file.
# example : sed -i "s/REPLACE_WITH_YOUR_HOST/dsi@n7consulting.fr/g" docker-compose.yml
sed -i "s/REPLACE_WITH_YOUR_HOST/$subdomain/g" docker-compose.yml
sed -i "s/REPLACE_WITH_YOUR_EMAIL/$email/g" docker-compose.yml

# relaunch
docker-compose up -d

Changelog

  • Fix bug on composer installation
  • Bump to PHP 7.1 as minimal supported version
  • Add a restart always option for production container (will help many junior-entreprises)
  • Largely improve UI and fix bug on Mission management
  • Improve UI on doctype selection
  • Add validators on several entities
  • Improve BA (Bulletin d'Adhésion) doctype
  • Make CI works
  • Remove unused methods, functions and fix typo mmy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries

{% include links.html %}

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

Jeyser CRM PhosphorusJeyser Oxygen 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