Index ¦ Archives ¦ Atom > Tag: PostgreSQL

Simple postgres basics

This is another one of those things I've done all this several times before, but need to keep looking up the documentation.

To login to PostgreSQL after a fresh installation1 you need to change to the postgres user and run psql (no password needed, it uses Peer Authentication)

sudo …

Setting up Gogs on Debian Jessie with Apache2 and PostgreSQL

These are my notes from setting up Gogs on Debian 8 Jessie with Apache2 and PostgreSQL.

This guide assumes you have a fresh copy of Debian Jessie and it's up to date sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove.

Firewall

On my server access to all ports except …

Creative Commons License
Content on this site is licensed under a Creative Commons Attribution 4.0 International License.
Built using Pelican. Based on a theme by Giulio Fidente on github.