Logo Khaganat
Traductions de cette page?:

Cette page est noté comme étant en brouillon. Votre participation pour l'améliorer est requise !

Ceci est une ancienne révision du document !


Movim

Test VM Xen Buster

Note, je n'ai pas réussi à faire fonctionner dans une VM derrière la VM proxy mais sur VM direct oui

Dépendance

apt install composer php-fpm php-curl php-mbstring php-imagick php-gd php-pgsql php-xml git nginx-full sudo postgresql postgresql-contrib curl

Movim Préparation

cd /var/www/
git clone https://github.com/movim/movim.git
cd movim/
curl -sS https://getcomposer.org/installer | php
mkdir log && mkdir cache && mkdir public/cache

Database

sudo -u postgres createuser -P movim_user
sudo -u postgres createdb -O movim_user movim_db
  
cd movim/config/
cp db.example.inc.php db.inc.php 

Droits

chown www-data movim && chown www-data movim/public && chmod u+rwx movim

Installation

sudo -s -u www-data
php composer.phar install
php composer.phar movim:migrate

Nginx

Daemon

sudo -s -u www-data
php daemon.php start --url={public url of your pod} --port={port used by the daemon} 
CC Attribution-Share Alike 4.0 International Driven by DokuWiki
fr/movim.1572795089.txt.gz · Dernière modification : 2021/12/03 19:18 (modification externe)

Licences Mentions légales Accueil du site Contact