Installing Tiny ERP on Ubuntu
----------------------------------

Which release do you want?

------------------
Desktop Edition
------------------

------------------------------------------------------
Option 1 - Ubuntu Edition: Ubuntu 7.04 desktop
------------------------------------------------------

Download URL: http://releases.ubuntu.com/feisty/ubuntu-7.04-desktop-i386.iso
Computer Platform: i386
Download Location: http://releases.ubuntu.com/

--------------------------------------------------------
Option 2 - Ubuntu Edition: Ubuntu 6.06.1 desktop
--------------------------------------------------------
Download URL: http://releases.ubuntu.com/dapper/ubuntu-6.06.1-desktop-i386.iso
Computer Platform: i386
Download Location: http://releases.ubuntu.com/

----------------
Server Edition
----------------

----------------------------------------------------
Option 3 - Ubuntu Edition: Ubuntu 7.04 server
----------------------------------------------------

Download URL: http://releases.ubuntu.com/feisty/ubuntu-7.04-server-i386.iso
Computer Platform: i386
Download Location: http://releases.ubuntu.com/

-------------------------------------------------------
Option 4 - Ubuntu Edition: Ubuntu 6.06.1 server
-------------------------------------------------------

Download URL: http://releases.ubuntu.com/dapper/ubuntu-6.06.1-server-i386.iso
Computer Platform: i386
Download Location: http://releases.ubuntu.com/

>> Once the Ubuntu Installation is complete.
1) vi /etc/apt/sources.list
2) Then add these below two lines at the last.

deb http://fr.archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu breezy universe multiverse

>> Go to shell command just copy & paste the below line and press "Enter"
sudo apt-get update
sudo aptitude install kubuntu-desktop (ignore this step if you are Linux Guru)

>> Go to shell command and install these below packages, just copy & paste on 
>> your shell command line one at a time and press "Enter". For the rest of the 
>> packages same step is applicable.
sudo apt-get install python2.4-xml
sudo apt-get install python2.4-libxml2 
sudo apt-get install python2.4-libxslt1 
sudo apt-get install python2.4-psycopg 
sudo apt-get install python2.4-imaging 
sudo apt-get install python2.4-pyparsing
sudo apt-get install python2.4-reportlab
sudo apt-get install graphviz

>> Go to shell command just copy & paste the below line and press "Enter"
sudo apt-get install postgresql-8.1

How to run Tiny ?
--------------------
>> Got to http://www.tinyerp.com/download/stable/source/
>> Download the below packages
1) tinyerp-client-4.0.3.tar.gz 
2) tinyerp-server-4.0.3.tar.gz 

3) sFTP/SSH to your newly installed ubuntu box
4) Upload them into a directory /root/tinyERP

Untar the followings under the same directory (/root/tinyERP) just by running 
the below command
5) tar -zxvf tinyerp-client-4.0.3.tar.gz 
6) tar -zxvf tinyerp-server-4.0.3.tar.gz 

7) chown -R potgres tinyerp-client-4.0.3
8) chown -R postgres tinyerp-server-4.0.3.tar.gz 

9) Become as postgres user by typing, sudo su postgres

10) then go to tinyerp-server-4.0.3/bin/
11) run, ./tinyerp-server.py -d terp -r postgres -w postgres

12) then go to tinyerp-client-4.0.3/bin/
13) run, ./tinyerp-client.py
14) Do not forget step 10 - 13 after each reboot.

Did I miss out anything? if yes please correct me.

Thanks

HAVE FUN!!!
Shankar





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to