on ubuntu 12.10 with all prerequisites ran:
python setup_edifice.py --create_template
output:
Initializing postgres with a basic PostGIS template using the postgres superuser.
db_names is ['postgres', 'template0']
EDIFICE_DB is edifice
createdb -U postgres -h localhost -T template0 -E UTF8 base_postgis
Password:
thanks.