Skip to content

Instantly share code, notes, and snippets.

@jj0hns0n
Last active August 23, 2016 09:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jj0hns0n/47fb3e803693fba2761ba10fb60bb807 to your computer and use it in GitHub Desktop.
Save jj0hns0n/47fb3e803693fba2761ba10fb60bb807 to your computer and use it in GitHub Desktop.
GeoNode Developers Workshop
http://docs.geonode.org/en/master/tutorials/overview_and_ref/reference_doc/architecture.html
workon geonode_live
cd geonode_live
python manage.py updatelayers
python manage.py loaddata ../geonode/geonode/base/fixtures/initial_data.json
leafpad ../geonode/geonode/settings.py
PUBLIC_LOCATION='http://localhost/geoserver'
sudo supervisorctl restart geonode
python manage.py importlayers -k natural_earth -t "Natural Earth" ~/data/natural_earth2/*.shp
gdal_translate -outsize 10% 10% -of png foss4g-logo_07.png foss4g-logo_07_resized.png
.jumbotron {
min-height: 350px;
position: relative;
background: url("../img/bonn.jpg") no-repeat center center;
width: 100%;
height: 100%;
background-size: 100% 100%;
color: #fff;
padding: 40px 0 60px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
margin-top: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment