From 15d315fdd31219b93d2aa6fbe3341d08e9c311cb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 22 Jul 2004 13:15:32 +0000 Subject: [PATCH] Nouveau fichier --- prepare-install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 prepare-install.sh diff --git a/prepare-install.sh b/prepare-install.sh new file mode 100644 index 00000000000..e9fe7b83d19 --- /dev/null +++ b/prepare-install.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# +# Prepare l'installation web de Dolibarr +# +mkdir documents +chown www-data documents +mkdir htdocs/document +chown www-data htdocs/document +touch htdocs/conf/conf.php +chown www-data htdocs/conf/conf.php