Hi Ariel, Please, do you have any command to run or a suggestion to do in order to test that all done correctly ?
many thanks Adam > Date: Sat, 20 Aug 2011 08:55:26 +0900 > From: [email protected] > Subject: Re: [geonode] Genode in Ubuntu 11.04 > To: [email protected] > > 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. > >
