Skip to content
Snippets Groups Projects
Commit 83bbf48f authored by doverosx's avatar doverosx
Browse files

Adjust some of the DB stuff

Replicated on Fresh FreeBSD 10 install
parent fe1bb890
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