Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A detailed explanation of NetLogger installation procedure can be found here:

http://acs.lbl.gov/NetLogger-releases/doc/trunk/manual.html#python_installImage Removed

Note: I am doing python install, to keep things simple and to avoid security problems at slac.

...

From source forge I got the direct link to Mysql.

$  /usr/bin/wget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz?use_mirror=hivelocityImage Removed

$  gunzip MySQL-python-1.2.3c1.tar.gz

...

$  python setup.py install

...

PostgresSQL Interface to Python

For installing Postgre I used easy_install. However on running :

...

I downloaded Netlogger version 4.01

$  wget http://pypi.python.org/packages/source/n/netlogger/netlogger-4.1.0.tar.gz#md5=6fc16362d2d677e58746bf00f320bea0Image Removed

$  gunzip netlogger-4.1.0.tar.gz

...