Last active
August 23, 2016 09:37
-
-
Save jj0hns0n/47fb3e803693fba2761ba10fb60bb807 to your computer and use it in GitHub Desktop.
GeoNode Developers Workshop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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