Actions

Installation using a command line interface (CLI)/fr: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 June 2018

  • curprev 13:3913:39, 25 June 2018Mbr talk contribs 2,246 bytes −19 Created page with "aura pour sortie : <pre> /var/www/limesurvey/installer/sql/create-mysql.sql </pre> et la base de données sera alors créée ensuite."
  • curprev 13:3813:38, 25 June 2018Mbr talk contribs 2,265 bytes 0 Created page with "== Exemple == <source lang="bash"> cd /var/www/limesurvey/application/commands php console.php install limeadmin pwd123 Admin admin@mydomain.com </source>"
  • curprev 13:3713:37, 25 June 2018Mbr talk contribs 2,265 bytes +78 Created page with "* Le nom complet et la mot de passe sont entre guillemets s'ils contiennent des espaces ou bien d'autres caractères spéciaux; * les autres paramètres, tels que le nom de la..."
  • curprev 13:3313:33, 25 June 2018Mbr talk contribs 2,187 bytes +1 Created page with "== Syntaxe == <pre> php console.php <Admin User Name> <Admin User Password> <Full Name> <EMail ID> </pre>"
  • curprev 13:3313:33, 25 June 2018Mbr talk contribs 2,186 bytes +3 Created page with "Pour avoir l'aide individuelle de chaque commande tapez : console.php help <command-name> </pre>"
  • curprev 13:3213:32, 25 June 2018Mbr talk contribs 2,183 bytes +5 Created page with "Les commandes suivantes sont disponibles : - install - message - migrate - plugin - resetpassword - shell - webapp"
  • curprev 13:3213:32, 25 June 2018Mbr talk contribs 2,178 bytes +8 Created page with "<source lang="bash"> cd /var/www/limesurvey/application/commands php console.php </source> Ce qui aura en sortie : <pre> Yii command runner (based on Yii v1.1.14) Usage: conso..."
  • curprev 11:1111:11, 25 June 2018Mbr talk contribs 2,170 bytes +22 Created page with "== Utilisation == Pour ces exemples d'illustration, nous considérerons que le répertoire '''WEBROOT''' sera '''/var/www/limesurvey'''."
  • curprev 10:3910:39, 25 June 2018Mbr talk contribs 2,148 bytes +30 Created page with "== Les pré-requis == * PHP CLI doit être disponible; * '''WEBROOT/application/config/config.php''' doit être accessible et alimenté par le processus d'installation automat..."
  • curprev 10:3410:34, 25 June 2018Mbr talk contribs 2,118 bytes +37 Created page with "== Introduction == Pour des installations automatisées (pour des images de machines virtuelles par exemple), nous pouvons, depuis LS v2.x, utiliser l'interface en ligne de co..."
  • curprev 10:3110:31, 25 June 2018Mbr talk contribs 2,081 bytes +2,081 Created page with "Installation en ligne de commande (CLI)"