Nouveau fichier
This commit is contained in:
parent
9bddf4067b
commit
15d315fdd3
11
prepare-install.sh
Normal file
11
prepare-install.sh
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user