Installing postgres
root# aptitude install postgresql
Setting up a user and a database
root# adduser --disabled-password --gecos='Master Chef,,,,' masterchef root# su - postgres postgres$ createuser -S -D -R masterchef postgres$ createdb -O masterchef dinnerparty
connecting to the database
masterchef$ psql dinnerparty
Last modified
15 years ago
Last modified on Dec 3, 2010, 7:32:03 PM
Note:
See TracWiki
for help on using the wiki.