PostBooks ERP On Ubuntu 7.04
PostBooks ERP On Ubuntu 7.04Version 1.0 This document describes how to set up PostBooks ERP on Ubuntu 7.04. The resulting system provides a powerful GUI-based ERP-system. Postbooks is licensed under the CPAL license (OSI-certified Common Public Attribution License). This howto is meant as a practical guide; it does not cover the theoretical backgrounds. They are treated in a lot of other documents in the web. This document comes without warranty of any kind! I want to say that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!
1 PreparationSet up a basic ubuntu 7.04 system and update it.
2 Get Postbookscd ~ wget http://mesh.dl.sourceforge.net/sourceforge/postbooks/PostBooks-2.2.0Beta3-Linux6.tar.bz2 tar xvfj PostBooks-2.2.0Beta3-Linux6.tar.bz2
3 Install PostgreSQLsudo apt-get install postgresql-8.1 postgresql-contrib-8.1
4 Configure PostgreSQLThe default configuration of PostgreSQL on Debian and Debian-based distributions requires that the system-username is the same as the postgresql-username to connect to postgresql. So we have to customize the pg_hba.conf: sudo vi /etc/postgresql/8.1/main/pg_hba.conf Near the end of the file you should see this: # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all ident sameuser # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 Change it to: # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only #local all all ident sameuser local all all trust # IPv4 local connections: #host all all 127.0.0.1/32 md5 host all all 127.0.0.1/32 trust # IPv6 local connections: #host all all ::1/128 md5 host all all ::1/128 trust Now restart Postgresql: sudo /etc/init.d/postgresql-8.1 restart
5 Prepare Postgresql For Postbookscd ~ sudo su postgres psql -U postgres -f init.sql template1
6 Create A DesktoplauncherRight click on the Desktop and choose "Create Launcher..." from the menu. In the new window choose: Type: Application
Now you can start Postbooks via double-click on the icon. Log in with the default-username "mfgadmin" and the default-password "mfgadmin". Use this settings only to test! ![]()
A detailed user-guide is also available. Click here to download it.
7 Links
|
Join the discussion.
www.seamlessenterprise.com
IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com
Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com
Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com
Red Hat Virtual Experience - a free virtual event. Dec. 9th








Recent comments
6 hours 52 min ago
12 hours 41 min ago
14 hours 32 min ago
16 hours 17 min ago
20 hours 7 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 17 hours ago