Documented log db creation
This commit is contained in:
parent
82183e4452
commit
2f9dec1a5a
1 changed files with 4 additions and 3 deletions
|
|
@ -273,9 +273,10 @@
|
|||
· Se connecter en tant que postgres et taper les commandes
|
||||
|
||||
|
||||
createuser -d -P dany phpcompta
|
||||
createdb -O phpcompta phpcompta
|
||||
|
||||
createuser -h localhost -d -P postgres phpcompta
|
||||
createdb -h localhost -O phpcompta phpcompta
|
||||
createdb -h localhost -O phpcompta log
|
||||
psql -h localhost -U phpcompta -f sql/log/log.sql log
|
||||
|
||||
|
||||
· Décompacter le package dans le répertoire de votre choix, et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue