<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>khax.net &#187; accounting</title>
	<atom:link href="http://blog.khax.net/tag/accounting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.khax.net</link>
	<description>Adventures in Ubuntu systems administration</description>
	<lastBuildDate>Thu, 08 Jul 2010 02:01:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.khax.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6ccca40b5ab19d33d91882e4d8f9a9c4?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>khax.net &#187; accounting</title>
		<link>http://blog.khax.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.khax.net/osd.xml" title="khax.net" />
	<atom:link rel='hub' href='http://blog.khax.net/?pushpress=hub'/>
		<item>
		<title>PostBooks install tutorial for Ubuntu Linux 7.10</title>
		<link>http://blog.khax.net/2009/02/08/postbooks-install-tutorial-for-ubuntu-linux-710/</link>
		<comments>http://blog.khax.net/2009/02/08/postbooks-install-tutorial-for-ubuntu-linux-710/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 22:26:20 +0000</pubDate>
		<dc:creator>agentk</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[erp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postbooks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu-7.10]]></category>

		<guid isPermaLink="false">http://blog.khax.net/?p=45</guid>
		<description><![CDATA[PostBooks is an excellent cross-platform commercial open source ERP / accounting software suite. These are my old instructions from installing PostBooks in Ubuntu-7.10. This document will give you setup instructions for installing PostBooks from scratch. Ie, no previous install of postgresql or PostBooks on the system. You will need to read between the lines if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.khax.net&amp;blog=6484387&amp;post=45&amp;subd=khax&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PostBooks is an excellent cross-platform commercial open source ERP / accounting software suite. These are my old instructions from installing PostBooks in Ubuntu-7.10.</p>
<p>This document will give you setup instructions for installing PostBooks from scratch. Ie, no previous install of postgresql or PostBooks on the system. You will need to read between the lines if your install does not fit that description.<span id="more-45"></span></p>
<h3>Download PostBooks</h3>
<p>Download the postbooks init and postbooks-empty (or quickstart/demo) to /tmp. You can find the latest files <a href="http://sourceforge.net/project/showfiles.php?group_id=196195&amp;package_id=240538" target="_blank">here</a>. Ie:</p>
<pre>wget -P /tmp http://downloads.sourceforge.net/postbooks/init-2.3.0beta1.sql?use_mirror=optusnet  \

http://downloads.sourceforge.net/postbooks/postbooks_empty-2.3.0beta1.backup?use_mirror=optusnet</pre>
<h3>Install PostgreSQL</h3>
<pre>sudo apt-get install postgresql postgresql-contrib</pre>
<p>At this time I also install openssh-server mc and vim. If your more comfortable using an editor other than vim, just replace any mention of vim with your preference.</p>
<h3>Create mfgadmin</h3>
<p>Now to create the mfgadmin user in postgresql. The default mfgadmin password is mfgadmin. Please change this upon first connecting with the PostBooks client.</p>
<pre>sudo -u postgres psql -U postgres -f /tmp/init-2.3.0alpha1.sql template1</pre>
<h3>Create a company</h3>
<p>Now we create an &#8216;company&#8217; database. You could create a few databases here if needed, using</p>
<pre>sudo -u postgres createdb -h localhost -U mfgadmin mfg</pre>
<h3>Restore PostBooks to the company</h3>
<pre>sudo -u postgres pg_restore -h localhost -U mfgadmin -d mfg /tmp/postbooks_empty-2.3.0alpha1.backup -v</pre>
<h3>Allow network access to postgresql</h3>
<p>to the following files add the indicated lines:</p>
<pre>sudo vim /etc/postgresql/8.2/main/pg_hba.conf
host all all 172.16.80.0/24 md5</pre>
<pre>sudo vim /etc/postgresql/8.2/main/postgresql.conf
listen_addresses = '*'</pre>
<p>And now restart postgresql</p>
<pre>sudo /etc/init.d/postgresql-8.2 restart</pre>
<h3>Finished</h3>
<p>You should now be able to open the PostBooks client application and connect to the &#8216;mfg&#8217; database with the username and password mfgadmin/mfgadmin</p>
<p>If you want to create another company just go back to the Create a company step and replace <strong>mfg </strong>with your desired company database name.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/khax.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/khax.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/khax.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.khax.net&amp;blog=6484387&amp;post=45&amp;subd=khax&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.khax.net/2009/02/08/postbooks-install-tutorial-for-ubuntu-linux-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">agentk</media:title>
		</media:content>
	</item>
	</channel>
</rss>