-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
I've juste installed the tool
apt-get install postgresql
sudo pip3 install psycopg2
cd install
sudo su - postgres
createuser vulnmanager
psql -c "\password vulnmanager"
createdb -O vulnmanager vulnmanager
exit
Then I tried to start the web server:
cd /opt/Vulnerability-management/sbin
python3.4 webserver.py
But seems that Postgresql is not found by the server
"Unable to connect to PostgreSQL. Is it running on localhost:5432?"
netstat -an | grep "5432"
`tcp6 0 0 ::1:5432 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 13010 /var/run/postgresql/.s.PGSQL.5432
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels