Skip to content

Commit

Permalink
Add vim text editor, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Pini committed Jun 28, 2019
1 parent 13663b9 commit 9d833bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/install/project/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ First, we are going to install all the **system packages** needed for the GeoNod
# Install Packages for Virtual environment management
sudo apt install -y virtualenv virtualenvwrapper
# Install text editor
sudo apt install -y vim
Geonode Project Installation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -96,7 +99,7 @@ Inside the project structure is possible to extend, replace or modify all geonod

.. note:: You can call your geonode project whatever you like following the naming conventions for python packages (generally lower case with underscores (_). In the examples below, replace ``my_geonode`` with whatever you would like to name your project.

See also the `README <https://github.com/GeoNode/geonode-project/blob/master/README.rst>`_ fiel on geonode-project repository
See also the `README <https://github.com/GeoNode/geonode-project/blob/master/README.rst>`_ file on geonode-project repository

First of all we need to prepare a new Python Virtual Environment

Expand Down Expand Up @@ -180,7 +183,7 @@ Sign-in with::
user: admin
password: admin

From now on, everything already said for GeoNode Core (plese refer to the section :ref:`configure_dbs_core` and following), applies to a
From now on, everything already said for GeoNode Core (please refer to the section :ref:`configure_dbs_core` and following), applies to a
GeoNode Project.

**Be careful** to use the **new** paths and names everywhere:
Expand Down
4 changes: 2 additions & 2 deletions docs/install/spc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
SPCGeoNode
==========

Overiview
=========
Overview
========

SPCgeonode is a setup for Geonode deployment at SPC. It makes it easy to deploy a production ready Geonode. The setup aims for simplicity over flexibility, so that it will only apply for typical small scale Geonode installations.

Expand Down

0 comments on commit 9d833bd

Please sign in to comment.