[GeoNode] docuemnt for GeoNode install
- From:
- Adam Mar
- Date:
- 2011-08-14 @ 00:18
Dear all,
Please, is there any tutorial or document which explains, step by step,
how to install GeoNode in Windows 7 or in Ubuntu-11.04 ?
I'm
a windows user, I freshly installed Ubuntu-11.04 through VM Virtualbox
and tried to follow the official document
(http://docs.geonode.org/1.0.1/getting-started.html). When I run "paver
build" command (the third step), I get the following errors :
--------------------------------------------------------------------------
Requirement
already satisfied (use --upgrade to upgrade): PIL in
/usr/lib/python2.7/dist-packages/PIL (from -r shared/core-libs.txt (line
1))
Downloading/unpacking psycopg2 (from -r shared/py-base-libs.txt (line 6))
Running setup.py egg_info for package psycopg2
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
Complete output from command python setup.py egg_info:
running egg_info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in ./pip-log.txt
----------------------------------------------------------------------------------------------
Any help is welcome
Thank you.
Adam