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
|







Recent comments
4 hours 19 min ago
5 hours 12 min ago
5 hours 16 min ago
7 hours 8 min ago
9 hours 19 min ago
10 hours 5 min ago
10 hours 21 min ago
13 hours 19 min ago
14 hours 51 min ago
17 hours 8 min ago