<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I got confused about setting up a new Geonode/Django project using Docker.
<br>
<br>
Can you address me to the latest recommended procedure? <br>
<br>
I found different instructions on Geonode and geonode-project pages on GitHub<br>
<a href="https://github.com/GeoNode/geonode" target="_blank">https://github.com/GeoNode/geonode</a>
<br>
<a href="https://github.com/GeoNode/geonode-project/tree/master" target="_blank">https://github.com/GeoNode/geonode-project/tree/master</a>
<br>
<br>
I think I should rely on geonode-project procedure, but I don't understand the first command:<br>
<font size="2" face="Tahoma"><br>
<i>docker run -v `pwd`:/usr/src/app geonode/django:geonode django-admin.py startproject --template=https://github.com/GeoNode/geonode-project/archive/docker.zip -e py,rst,json,yml my_geonode</i><br>
<br>
I mean: why running <i>geonode/django:geonode</i> image, while having a Dockerfile containig reference to
</font><i>terranodo/django:geonode</i>?<br>
<br>
Furthermore, the requirements.txt file in geonode-project contains geonode repository (where I'm supposed to tag my branch of choice), while the same file from the Docker image wants to install geonode 2.6.3.<br>
<br>
Is there anything not updated, or I just don't understand (sorry, I'm new to Docker)?<br>
<br>
By the way, I already tried using geonode-project (from master) and I got an error during setup:<br>
<br>
<i>ImportError: No module named geonode.settings<br>
<br>
</i>Thank you very much,<br>
<br>
Stefano<br>
<i></i><br>
<br>
</div>
</body>
</html>