Email the Author
You can use this page to email David Chin about Installing a private PostgreSQL instance on WebFaction.
About the Book
There is no "Introduction", no "Preface", no "About the Author", nor other fluff to be found in the book.
Instead, the first page is the Overview, which reads:
This tinybooks.briefnotes.net publication explains in fair detail the following steps to install a private instance of PostgreSQL on WebFaction. The procedures are based in part on the official PostgreSQL Installation Procedure:
- Create a WebFaction custom app in order to reserve a port number which allows you to communicate with a running instance of your installed PostgreSQL.
- Update the file .bash_profile to have the PATH environment variable point at the to-be-installed PostgreSQL's bin directory.
- Copy the download link of the compressed file containing the version of PostgreSQL that you wish to install.
- Download the compressed file from Chapter 3 to WebFaction and extract its contents.
- Install PostgreSQL with configure, make & make install.
- Create and initialize a data directory to hold the PostgreSQL database storage files and logfile.
- Start up the PostgreSQL server and monitor its status.
- Create a default database named after your WebFaction username.
- Run some simple database tests.
- Learn how to shut down the database.
About the Author
I love nothing more than to write concise books on tech topics.