[Osace-users] Unicornscan - installation - part deux
Status: Beta
Brought to you by:
jeneral
|
From: <Big...@gm...> - 2011-07-22 00:14:22
|
Well after lots of experimenting I have got Unicornscan installed and portgresql installed. The part where I am a bit lost is in the README.database where it talks about setting up the database and its users. #begin semi-example $ createdb -U scan_user dbname $ psql -U scan_user dbname < src/output_modules/database/pgsql_schema.sql I assume the commands above begining with "$" are to be runs as the postgres user from the command shell - or is there a easier way? I did this and have a db called scan, with a bunch of tables. I have also edited postgresql.conf to open port 7175 - but I am still getting a error after starting a scan: Main [Error pgsqldb.c.117] Postgresql connection fails: FATAL: role "scan" does not exist HELP! Thanks -Al |