Hi, That worked. Thanks! But now I have another question. When I set the GEONODE_CLIENT_LOCATION entry in my local_settings.py to http://mydomain.com:8000/ I get a 20 identical errors in firebug:
P.prototype is undefined F.prototype = P.prototype; Class.js (line 102) There is no network errors and all script files are successfully fetched by the browser. But the most interesting thing is that if I build the "geonode-client" with "ant zip" and use it in the working geonode there is no any errors. What's wrong? On Thu, Apr 21, 2011 at 5:26 PM, Andreas Hocevar <[email protected]>wrote: > Hey, > > looks like you forgot to do > > git submodule init > git submodule update > > after checking out from git. > > Andreas. > > On Apr 21, 2011, at 09:30 , Dmitriy Tyugaev wrote: > > > Hello, > > > > I tried to deploy "geonode-client" project as written in the > instructions: > > > > $ git clone git://github.com/GeoNode/geonode-client.git geonode-client > > $ cd geonode-client > > $ ant init > > $ ant debug > > > > but got an error at the fourth step "ant debug". Look please: > > > > debug: > > [java] 0 [main] INFO ringo.webapp.daemon - init > > [java] Error: failed to list directory > /tmp/geonode-client/app/static/externals/PrintPreview/lib (fs.js#482) > > [java] at fs.js:482 (list) > > [java] at fs.js:233 (listTree) > > [java] at buildkit/assets.js:9 (anonymous) > > [java] at buildkit/merge.js:79 (anonymous) > > [java] at autoloader.js:94 (anonymous) > > [java] at config.js:14 > > [java] at ringo/webapp/daemon.js:61 (init) > > [java] at ringo/webapp.js:265 (main) > > [java] at /tmp/geonode-client/app/main.js:6 > > > > [java] Java Result: 255 > > > > Tell me please how it can be solved? > > Thanks for the help. > > > > -- > > Dmitriy Tyugaev > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > >
