Skip to content

Commit

Permalink
[Docs] Updating installation instructions for GeoNode Project
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 2, 2019
1 parent 5cdaddf commit 0a505d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/install/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Since geonode needs a large number of different python libraries and packages, i
.. code-block:: shell
# Create the GeoNode Virtual Environment (first time only)
mkvirtualenv --no-site-packages geonode
virtualenv geonode
At this point your command prompt shows a ``(geonode)`` prefix, this indicates that your virtualenv is active.

Expand Down
10 changes: 6 additions & 4 deletions docs/install/project/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ Make an instance out of the ``Django Template``
.. code-block:: shell
mkvirtualenv my_geonode
pip install Django==1.11.24
django-admin startproject --template=./geonode-project -e py,rst,json,yml,ini,env,sample -n Dockerfile my_geonode
pip install Django==1.11.25
django-admin startproject --template=./geonode-project -e py,sh,md,rst,json,yml,ini,env,sample -n monitoring-cron -n Dockerfile my_geonode
# Install the Python packages
cd /opt/geonode_custom/my_geonode
Expand Down Expand Up @@ -227,8 +228,9 @@ Make an instance out of the ``Django Template``
.. code-block:: shell
mkvirtualenv my_geonode
pip install Django==1.11.24
django-admin startproject --template=./geonode-project -e py,rst,json,yml,ini,env,sample -n Dockerfile my_geonode
pip install Django==1.11.25
django-admin startproject --template=./geonode-project -e py,sh,md,rst,json,yml,ini,env,sample -n monitoring-cron -n Dockerfile my_geonode
cd /opt/geonode_custom/my_geonode
Modify the code and the templates and rebuild the Docker Containers
Expand Down

0 comments on commit 0a505d2

Please sign in to comment.