File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,14 @@ Clone the source code
125
125
.. code-block :: shell
126
126
127
127
cd /opt/geonode_custom/
128
- git clone https://github.com/GeoNode/geonode-project.git -b 4.1.x
128
+ git clone https://github.com/GeoNode/geonode-project.git
129
+
130
+ This will clone the ``master `` branch. You will have to checkout the desidered branch or tag.
131
+ As an example, if you want to generate a propject for GeoNode 4.2.2 you will docker
132
+
133
+ .. code-block :: shell
134
+
135
+ git checkout -b 4.2.2
129
136
130
137
Make an instance out of the ``Django Template ``
131
138
@@ -360,7 +367,14 @@ Clone the source code
360
367
.. code-block :: shell
361
368
362
369
cd /opt/geonode_custom/
363
- git clone https://github.com/GeoNode/geonode-project.git -b 4.1.x
370
+ git clone https://github.com/GeoNode/geonode-project.git
371
+
372
+ This will clone the ``master `` branch. You will have to checkout the desidered branch or tag.
373
+ As an example, if you want to generate a propject for GeoNode 4.2.2 you will docker
374
+
375
+ .. code-block :: shell
376
+
377
+ git checkout -b 4.2.2
364
378
365
379
Make an instance out of the ``Django Template ``
366
380
Original file line number Diff line number Diff line change @@ -56,7 +56,11 @@ Let's say your project is named :guilabel:`my_geonode` perform the following ste
56
56
57
57
.. code-block :: shell
58
58
59
- git clone https://github.com/GeoNode/geonode-project.git -b 4.1.x
59
+ git clone https://github.com/GeoNode/geonode-project.git
60
+
61
+ # Checkout the desired branch. For example, 4.2.2 to generate a project for GeoNode 4.2.2
62
+
63
+ git checkout -b 4.2.2
60
64
61
65
# Ubuntu
62
66
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
You can’t perform that action at this time.
0 commit comments