PostBooksHowTo

Differences between revisions 1 and 2
Revision 1 as of 2015-02-19 18:34:39
Size: 1121
Editor: adsl-156-34
Comment:
Revision 2 as of 2015-02-19 18:36:09
Size: 1204
Editor: adsl-156-34
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 8: Line 7:
 * https://launchpad.net/ubuntu/+source/postbooks-schema-quickstart (Recommended)
 * https://launchpad.net/ubuntu/+source/postbooks-schema-empty
 * [[https://launchpad.net/ubuntu/+source/postbooks-schema-quickstart|postbooks-schema-quickstart]] (Recommended)
 * [[https://launchpad.net/ubuntu/+source/postbooks-schema-empty|postbooks-schema-empty]]
Line 11: Line 10:
 * https://launchpad.net/ubuntu/+source/postbooks-schema-demo  * [[https://launchpad.net/ubuntu/+source/postbooks-schema-demo|postbooks-schema-demo]]

Install the PostgreSQL server and database schema

Even if you have multiple users, you only need to install the PostgreSQL server on one machine.

Choose one of the schema packages and install with apt-get

  • postbooks-schema-quickstart (Recommended)

  • postbooks-schema-empty

    • requires a lot of manual data entry to get started, but useful if you already have a lot of things like chart of accounts in a CSV file and you want to customize everything
  • postbooks-schema-demo

    • contains sample data, use this to explore the features of PostBooks before making any commitment to use it with your own business data

Follow the instructions in the /usr/share/doc/postbooks-schema-quickstart/README.Debian file to load the schema into your database server.

Install the PostBooks GUI

` apt-get install postbooks `

Run it for the first time

See this page on the upstream web site to start configuring it.

PostBooksHowTo (last edited 2015-04-03 18:33:36 by wsip-184-179-17-76)