Skip to content

Commit

Permalink
Add notes on starting postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
triangle-man committed Jan 24, 2020
1 parent c2659da commit 2e317f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions admin/iter1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Iteration One

Possible summary outputs.

Focussing on: OSM and REPD data (FiT, and machine vision to follow).

## Summaries



## Ideas for matching

12 changes: 12 additions & 0 deletions database/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Notes on setting up the database

To run postgres as a background service and restart at login:
```bash
brew services start postgresql
```

To start now:
```bash
pg_ctl -D /usr/local/var/postgres start
```

0 comments on commit 2e317f2

Please sign in to comment.