Skip to content

Commit

Permalink
removed windows binary from docs
Browse files Browse the repository at this point in the history
danger message for apt, removed windows from quick start
  • Loading branch information
t-book committed Jan 2, 2019
1 parent 09fc2df commit ccaa7f4
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 293 deletions.
4 changes: 0 additions & 4 deletions docs/tutorials/install_and_admin/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ At the end of this section you will be able to setup from scratch the whole GeoN
geonode_install/index
setup_on_centos/index
network_conf_issues
win_bin_install/win_binary_installer
geonode_update/index

:ref:`quick_installation`
Expand All @@ -54,9 +53,6 @@ At the end of this section you will be able to setup from scratch the whole GeoN

Packaging for automatic installation are provided for Ubuntu, so, the only option for installing GeoNode on a CentOS platform is installing it from source.

:ref:`win_binary_installer`
Install GeoNode on Windows through the binary installer.

:ref:`network_configuration_issues`
This section will guide the user through the steps necessary to understand and possibly solve any of the most common configuration issues on communication between Django and GeoServer.

Expand Down
75 changes: 5 additions & 70 deletions docs/tutorials/install_and_admin/quick_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ For deployment of GeoNode on a single server, the following are the *bare minimu
Linux
=====

.. danger::
Installing by apt is outdated. Please consider using docker or installing by source as explained under: GeoNode (v2.8) installation on Ubuntu 16.04

Ubuntu (standard deployment)
----------------------------

Expand Down Expand Up @@ -162,76 +165,8 @@ On a production environment, remember to refresh also the "static_root" folder::

python manage.py collectstatic --clear -i site-packages* -i .components* -i node_modules* --noinput

Windows, OSX and others
=======================


Windows
-------

It is now available an automatic installer for Windows systems which configures GeoNode with PostgreSQL DB and few sample layers on a few steps.
See detailed instructions and steps of the GeoNode Windows Installer at section :ref:`win_binary_installer`.

If you have different needs or just want to configure the GeoNode environment manually, please continue reading the guide below.

To install in Windows it is assumed you're familiar with python development and virtualenv on Windows and that you're familiar with the windows command prompt. You will need the follow prerequisites installed:

* Java JDK
* Python 2.7.9
* Earlier versions of python require you to install distutils (easy_install) - http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
* ant (bin directory must be on system PATH)
* maven2 (bin directory must be on system PATH)
* git

Install and configure from the windows command prompt, if you don't already have python virtualenv installed, then do it now::

easy_install virtualenv

Create virtualenv and activate it::

cd <Directory to install the virtualenv & geonode into>
virtualenv <name of virtualenv folder>
virtualenv <name of virtualenv folder>\scripts\activate

Clone GeoNode::

git clone https://github.com/GeoNode/geonode.git

cd geonode

Install Python native dependencies, this command will look for and install binary distributions (pip install will attempt to build and fail)::

pip install paver
paver win_install_deps



Install GeoNode in the local virtualenv::

pip install -e . --upgrade --no-cache

You have two options to set up the GEOS and GDAL libraries. Either create an environment variable
or add the variables to your local_settings.py file as below.

GEOS_LIBRARY_PATH="C:/path/to/geos_c.dll"
GDAL_LIBRARY_PATH="C:/path/to/gdal111.dll"

The GEOS and GDAL libraries can be found in your <virtualenv directory>\Lib\site-packages\GDAL-1.11.0-py2.7-win32.egg\osgeo\ folder.


Setup GeoServer::

paver setup

Start the servers. You have the option to set the JAVA_HOME environment variable or use the --java_path.::

paver start --java_path="C:\path\to\java\java.exe"

or if you set your JAVA_HOME environment variables (e.g. JAVA_HOME="C:\Program Files\Java\jdk1.7.0_75\")::

paver start

Once the package is installed, please consult :ref:`custom_install` to learn how to create an account for the admin user and tweak the settings to get more performance.
OSX and others
==============

OSX
---
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

0 comments on commit ccaa7f4

Please sign in to comment.