Next: Creating the trip Database, Previous: PostgreSQL Setup, Up: PostgreSQL Setup [Contents]
Create a user for the application, with minimal rights, entering the password to be used by the trip system user, when prompted by the createuser utility:
trip
createuser
$ sudo -v $ sudo -u postgres createuser -P trip