Documentation
Installation
Installer
A PHP installer is available. Ask it to the Nectil team, together with your Installation codes (login + password). Once you have that :
- Unzip the archive at the root of your webserver.
- Call the installed PHP script from a navigator. e.g. http://localhost/install_nectil.php
- If your environment needs some adjustements to have Nectil installed, the installer will provide the proper instructions
- Once the environment looks ready, a formular lets you enter the informations necessary to install Nectil.
- Fill the formular with :
- your installation codes (the two first fields)
- the database access codes (3th and 4th fields)
- the path for the PHP executable (not mandatory)
- Press the “Install” button and see the progress of the installation.
- Once installed a Nectil logo appears proposing you to enter the Nectil environment.
- Your password accesses are the following :
- any@nectil.com
- the installation password
Manual installation
- Créer une base de donnée nommée "backoffice" avec les tables nécessaires à nectil (fichier backoffice.sql).
- Installer le répertoire Kernel à la racine du répertoire web publié (Kernel.zip).
- Créer un répertoire Files vide (avec permission 0777).
- Changer le mot de passe et l'utilisateur pour la base de donnée, dans le fichier Kernel/common/db_config.inc.php.
- Créer un répertoire Public vide où vous mettrez vos fichiers php publiés.