[Live-demo] [OSGeo] #1168: Configure GeoNode to use postgis and fix permission problems
OSGeo
trac_osgeo at osgeo.org
Mon Jul 29 14:33:37 PDT 2013
#1168: Configure GeoNode to use postgis and fix permission problems
----------------------------+-----------------------------------------------
Reporter: ingenieroariel | Owner: live-demo@…
Type: task | Status: reopened
Priority: major | Milestone: OSGeoLive7.0
Component: LiveDVD | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment(by kalxas):
Launchers confirmed to work in build 10513
Actually we now use curl in geonode-start.sh to detect if GeoServer is up,
something that Cartaro could now use in their script too.
{{{
#!/bin/bash
STAT=\`curl -s "http://localhost:8082/geoserver/ows" | grep 8082\`
if [ "\$STAT" = "" ]; then
$GEOSERVER_PATH/bin/startup.sh &
(sleep 2; echo "25"; sleep 2; echo "50"; sleep 2; echo "75"; sleep 2;
echo "100") | zenity --progress --auto-close --text "GeoNode is starting
GeoServer"
fi
firefox http://geonode/
}}}
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1168#comment:6>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list