kla587 / Internet-System-Dev

0 stars 0 forks source link

Difficulty connecting with DoSocs DB #30

Open kla587 opened 8 years ago

kla587 commented 8 years ago

Been having trouble getting the relationships into the DoSocs database. Have tried uninstalling and reinstalling DoSocs and playing around with the configurations. Going to try to use another database to see if I can get connected.

kla587 commented 8 years ago

Tried to install postgres.

$ sudo -u postgres psql psql (9.3.9) Type "help" for help.

postgres=# create role spdx with login password 'spdx'; CREATE ROLE postgres=# create database spdx with owner spdx; CREATE DATABASE

Was able to connect but not able to get relationships into database.