Mercurial > dive4elements > river
comparison flys-backend/README @ 3807:d73c43798a99 pre2.6-2011-11-04
merged flys-backend/pre2.6-2011-11-04
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:51 +0200 |
parents | 324e12ab7a05 |
children | 90142c839fe5 |
comparison
equal
deleted
inserted
replaced
3806:881fcd01e056 | 3807:d73c43798a99 |
---|---|
1 For the artifact database | |
2 # su - postgres | |
3 $ createuser --no-createrole --no-superuser --pwprompt --no-createdb artifacts | |
4 $ createdb --encoding=UTF-8 --owner artifacts artifactsdb | |
5 | |
6 For the flys database | |
7 | |
8 # su - postgres | |
9 $ createuser --no-createrole --no-superuser --pwprompt --no-createdb flys | |
10 $ createdb --encoding=UTF-8 --owner flys flystest1 |