Install notes for PC-BSD :

As root: ADD to root ~/.cshrc:
echo setenv PACKAGEROOT 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/ >> ~/.cshrc
echo setenv PACKAGESITE 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/ >> 
~/.cshrc

restart console

DATABASE - postgres:
pkg_add -r postgresql84-server
echo postgresql_enable="YES" >> /etc/rc.conf
/usr/local/etc/rc.d/postgresql initdb
/usr/local/etc/rc.d/postgresql start
echo [.... vp is the user name...]
createuser -U pgsql -d vp
psql -U pgsql -d postgres -c "CREATE DATABASE vp OWNER vp;"


Tryton:

easy_install psycopg2
easy_install relatorio
easy_install pywebdav
easy_install python-ldap
easy_install python-devel
easy_install python-dateutil
easy_install BeautifulSoup
easy_install vobject
easy_install pytz

cd /usr/ports/net/py-ldap2/ && make install clean

pkg_add -r mercurial


--------- Run as user:

hg clone https://hgnested.googlecode.com/hg/ hgnested
cd hgnested
su
python ./setup.py install
exit

cd ~/tryton-dist
echo '[extensions]' > ~/.hgrc
echo hgnested= >> ~/.hgrc

mkdir ~/tryton-dist
cd ~/tryton-dist
hg clone http://hg.tryton.org/tryton/

cd ~/tryton-dist
mkdir trytond
hg nclone http://hg.tryton.org/trytond/



-- 
[email protected] mailing list

Reply via email to