~georgeyk/stoq/cezar-all

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Installing Stoq
===================

To install Stoq, just type:

  python setup.py install

This will install Stoq in the same directory as you have Python 
installed in. On most Unix systems this means /usr. However, if you
don't have write access to this directory or if you simply want to
install Stoq in another directory, type the following:

  python setup.py install --prefix DIRECTORY

Where DIRECTORY is the directory you want to install it to.

Building from SVN
=================

This requires PyGTK, PySerial and pyPgSQL installed and a working
postgresql database.

Download http://www.stoq.com.br/stoq-setup-environ.sh
chmod +x stoq-setup-environ.sh
./stoq-setup-environ.sh
Copy the environment variables
cd stoq/stoq
bin/stoq