Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
[ref. GeoNode/geonode#6388] Error when installing core GeoNode into v…
Browse files Browse the repository at this point in the history
…irtual environment
  • Loading branch information
afabiani committed Aug 31, 2020
1 parent 0dc1ee3 commit 446ae1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ RUN pip install pip==20.1.1 \

RUN pip install --upgrade -e .

# Install "geonode" deps
RUN cd /usr/src; git clone https://github.com/GeoNode/geonode.git -b master
RUN cd /usr/src/geonode; pip install --upgrade -r requirements.txt; pip install --upgrade -e .

# Install "geonode-contribs" apps
RUN cd /usr/src; git clone https://github.com/GeoNode/geonode-contribs.git -b master
# Install logstash and centralized dashboard dependencies
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
# GeoNode
# from Pypi:
#GeoNode==3.0
-e git+https://github.com/GeoNode/geonode.git#egg=GeoNode
setuptools>=49.2.0

0 comments on commit 446ae1d

Please sign in to comment.