~ubuntu-branches/ubuntu/wily/postbooks-schema-empty/wily

« back to all changes in this revision

Viewing changes to README_Databases.txt

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-10-18 20:30:26 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20141018203026-5vbr6j49upaqybz9
Tags: upstream-4.7.0
ImportĀ upstreamĀ versionĀ 4.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PostBooks Databases Overview
2
 
xTuple ERP
3
 
====================================
4
 
Last Updated: August 9, 2010
5
 
 
6
 
 
7
 
Thank you for your interest in PostBooks, an OSI-certified open
8
 
source application from xTuple. This file provides a brief overview
9
 
of the steps required to manually prepare your PostgreSQL server
10
 
to run a PostBooks database.
11
 
 
12
 
Of course, the easiest way to get started is to use the xTuple all-
13
 
in-one installer. The xTuple installer is available for Windows,
14
 
Mac, and Linux. You can download the installer from the
15
 
PostBooks-installers directory on the PostBooks SourceForge page. The
16
 
all-in-one installer will install both the xTuple client and the
17
 
xTuple databases--as well as other tools you can use for database
18
 
administration. Using the installer is the easiest way to ensure
19
 
your xTuple installation will work for you "out of the box."
20
 
 
21
 
For more advanced users who prefer not to use the PostBooks installer,
22
 
the following steps will get you started:
23
 
 
24
 
1. Install and configure PostgreSQL. (For more information, see the
25
 
INSTALL.txt file.)
26
 
 
27
 
2. Run the 'init.sql' script to create the user 'admin' and the
28
 
group 'xtrole'. (For more information, see the INSTALL.txt file.)
29
 
 
30
 
3. Create a new PostgreSQL Database and then restore the xTuple
31
 
Database schema into it. There are several starter schema to choose
32
 
from, including the following:
33
 
 
34
 
* empty.backup - This is an empty database with no data
35
 
 
36
 
* quickstart.backup - This database contains a basic Chart of
37
 
Accounts and also the Account Assignments required to run the full
38
 
range of transactions
39
 
 
40
 
* demo.backup - This database (if available) contains a suite of
41
 
sample data built on top of the 'quickstart' database
42
 
 
43
 
To learn more about loading the xTuple Database schema, please see
44
 
the INSTALL.txt file.
45
 
 
46
 
4. Once a database has been loaded, simply connect to it using your
47
 
PostBooks client application.
 
 
b'\\ No newline at end of file'