docs
InstallFeaturesUser guidesDevelopment
Install
Demo
Support

Install Jeyser CRM in minutes !

Jeyser could be frightening to install. It is not ! With only basics computer science knowledge and 5 commands, you can safely deploy it on your server, https included.


If you have no server management skills, please read Environment page for some basics about it. Don't be afraid, it's easy.

TL;DR

Server requirements: 1vCPU, 2Go RAM, 10 Go disk space.

Connect to your server and run the Jeyser installation script

   # Create a directory for jeyser
   mkdir -p /var/www
   cd /var/www
   # clone Jeyser code source
   git clone https://github.com/n7consulting/Incipio.git
   cd Incipio
   # get the latest release number on https://github.com/n7consulting/Incipio/releases
   git checkout v3.1.0
   # run the docker installer
   chmod u+x install/initial-setup_ubuntu16.sh
   ./install/initial-setup_ubuntu16.sh

For more details, read below.

Server requirements

To run Jeyser you need a VPS (virtual private server) matching at least the following requirements :

  • 1 vCPU
  • 2 GB of RAM
  • 10 Go of hard disk space

We strongly advocates for Ubuntu 20.04 (Ubuntu 18.04 is also supposed to work, Ubuntu 16.04 is likely to work as well) as your server Operating System because our automatic install scripts are only tested on Ubuntu.

Such server cost between 3 and 7 euros per month.

At N7 Consulting we use an OVH VPS SSD1 at 3€/month and it works very well.

In addition of your VPS, you will also need a subdomain pointing on your server ip. More information in the Environment setup guide.

Install Jeyser using the Docker install

Introduction

Docker is a virtualization software that isolates applications into containers. Don't panic if you don't understand that definition. As for Jeyser, we use Docker to ship a standard environment.


Using the docker install has many benefits : Automatic install, automatic and free SSL certificate (https), already configured server and software. It is the best for non tech people.

In the following steps, we assume that your server will be used to run only Jeyser. If it is not the case, please refer to the FAQ

We can't make installation easier than that. Feel free to ask for help if you need some.

Install script

Once a subdomain is pointing on your server ip and you connected to your server:

  1. copy paste the lines of the Jeyser installation script (see above) in your console
  2. Answer the subdomain and contact email question
  3. In case of questions during installation (such as figure below) choose the first or second option and validate with "Enter"
Choices during upgrade

That's all ! Jeyser is now installing itself. Don't be afraid, it can take some time. At the end of the installation process, if go to the configured subdomain (first connection can take several seconds) you should have a working login page. Connect with the credentials admin/admin and don't forget to change them right after your first login.

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

Install Jeyser CRM in minutes !

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