Skip to content
Snippets Groups Projects
Commit 253427f6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge pull request #283 from doverosx/patch-1

Adjust some of the DB stuff
parents fe1bb890 83bbf48f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -87,11 +87,14 @@ Check this with `service postgresql status`.
Set up the database:
 
```
# Log in to Postgres user account
su - pgsql
# Initialize First start of PG DB
service postgresql initdb
 
# Initialise Postgres db
initdb /usr/local/pgsql/data
service postgresql start
# Log in to Postgres user account
su - pgsql
 
# Connect to Postgres database
psql -d template1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment