Skip to content

Create a weather station inside a Martha using a RaspberryPi

License

Notifications You must be signed in to change notification settings

thsis/Tempus-Fungit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FungusDB

Create a weather station inside a Martha using a RaspberryPi

First Time Database Setup

Create new user

First connect to default postgres user:

sudo -u posgres psql

Then add first real user:

CREATE USER XXX WITH PASSWORD 'YYY';

Create new database:

CREATE DATABASE ZZZ;

Add priviledges to user:

GRANT ALL PRIVILEGES ON DATABASE ZZZ TO XXX;

About

Create a weather station inside a Martha using a RaspberryPi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published