That said, in order to continue your installation you can do the following:

cd /var/www/geonode/wsgi/geonode
source bin/activate
pip install -U Django==1.2

Ariel

On Sat, Aug 20, 2011 at 8:51 AM, Ariel Nunez <[email protected]> wrote:
> Martin,
>
> New ubuntu packages will be produced before mid september with what
> will hopefully become 1.1.
>
> In the meantime, it is very easy to create Ubuntu packages yourself
> based on the latest beta release ( I have tested it with Ubuntu
> 11.04):
>
> sudo apt-get update
> sudo apt-get install -y git-core debhelper devscripts
> git clone git://github.com/GFDRR/geonode-deb.git
> cd geonode-deb
> wget http://dev.geonode.org/release/GeoNode-1.1-beta2.tar.gz
> tar zxvf GeoNode-1.1-beta2.tar.gz
> debuild --no-lintian -us -uc
> # the next command will give you an error because of missing
> dependencies, do not worry and carry on with the last step)
> sudo dpkg -i ../geonode_1.1.beta+2_all.deb
> sudo apt-get install -f
>
>
> Ariel.
>

Reply via email to