Skip to content

Commit 2a271ed

Browse files
committed
blog page for 2.8 release
1 parent 8279730 commit 2a271ed

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: base
3+
category: blog
4+
title: GeoNode 2.8
5+
image: "/static/img/GeoNode-2.6-Released.png"
6+
---
7+
<section class="feature-detail">
8+
<div class="container">
9+
<div class="row">
10+
<div class="span7">
11+
<h1>GeoNode 2.8 Released</h1>
12+
<article class="article1">
13+
<img src="/static/img/GeoNode-2.6-Released.png" width="auto" height="auto" alt=""/>
14+
<p>
15+
The GeoNode dev team is proud to announce the release of GeoNode 2.8 stable!
16+
</p>
17+
<p>GeoNode 2.8 ships a lot of new features:
18+
<ul>
19+
<li>Group Moderation and Resources Pubblication workflow</li>
20+
<li>SLD Upload for Layers</li>
21+
<li>Thumbnails Upload for Documents</li>
22+
<li>Vectorial Layers Download Filter</li>
23+
<li>Enhanced WMS capabilities</li>
24+
<li>Improved Metadata Editor Wizard</li>
25+
<li>Improved Remote Services package</li>
26+
<li>Monitoring Plugin for Administrators</li>
27+
<li>Async Upload and Notifications with External Broker</li>
28+
<li>Unoconv Renderer for Document Thumbnails</li>
29+
<li>Improvements to Docker and Docker Compose scripts for geonode and geonode-project deployments</li>
30+
<li>Improvements to the integration with QGIS Server</li>
31+
<li>Updated to Django 1.8+</li>
32+
<li>Updated to GeoServer 2.12.2</li>
33+
<li>Updated PyCSW to 2.0.2</li>
34+
<li>Updated Notifications to Pinax 4.1.0</li>
35+
<li>Updated Celery to 4.1.0</li>
36+
<li>Updated OAuth2 Security Framework to 2.1.0</li>
37+
</ul>
38+
</p>
39+
<p>and a lot of fixes and code refactoring from 2.6 Release.
40+
</p>
41+
<h2>Don't upgrade before backing up your data!</h2>
42+
<p>There are a lot of internal changes from version 2.6 to 2.8</p>
43+
<p>The recommended upgrade path is to set up a new server from scratch and migrate the data to it.</p>
44+
45+
<h2>Installation Instructions</h2>
46+
47+
<p>The automatic installer is available for Ubuntu 16.04 Xenial.</p>
48+
49+
<p>
50+
<code>sudo add-apt-repository ppa:geonode/stable</code><br>
51+
<code>sudo apt-get update</code><br>
52+
<code>sudo apt-get install geonode</code>
53+
</p>
54+
55+
<p>Then set the IP address and create a superuser.</p>
56+
57+
<code>geonode createsuperuser</code><br>
58+
<code>sudo geonode-updateip 127.0.0.1</code>
59+
60+
<p>For further information, please take a look at <a href="http://docs.geonode.org/en/latest/tutorials/install_and_admin/quick_install.html#ubuntu-standard-deployment">Quick GeoNode Install</a></p>
61+
62+
<p>The manual installation is possible for any OS following this guide <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html#geonode-install">GeoNode Install</a></p>
63+
64+
<p>After your GeoNode is set up, don't forget to read the <a href="http://docs.geonode.org/en/latest/#for-administrators" target="_blank">admin docs</a> to personalize it and tweak it for better performance.</p>
65+
66+
<h2>Getting support</h2>
67+
68+
<p>You can report any issues or feature requests in our <a href="https://github.com/GeoNode/geonode/issues">Issue Tracker in Github</a>.</p>
69+
70+
<p>And a big thank you to all the developers and contributors for the big effort. See you in our <a href="http://lists.osgeo.org/pipermail/geonode-users/" target="_blank">Users mailing list</a></p>
71+
72+
</article>
73+
</div>
74+
</div>
75+
</div>
76+
</section>
77+
{% include footer.html %}

0 commit comments

Comments
 (0)