File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22
33sudo : required
4-
5- addons :
6- apt :
7- packages :
8- - python-dev
9- - libgdal1-dev
4+ dist : trusty
105
116python :
127 - " 2.7"
138
149before_install :
10+ - sudo add-apt-repository ppa:ubuntugis/ppa -y
1511 - sudo apt-get -qq update
12+ - sudo apt-get install python-dev libgdal1-dev gdal-bin
1613
1714install :
1815 - export CPLUS_INCLUDE_PATH=/usr/include/gdal
1916 - export C_INCLUDE_PATH=/usr/include/gdal
2017 - pip install -r dev-requirements.txt
2118 - pip install -e .
2219 - git clone -b 2.4.x https://github.com/GeoNode/geonode.git
23- - cp local_settings.py geonode/geonode/.
20+ - cp local_settings.py.template geonode/geonode/local_settings.py
2421 - pip install -e geonode
2522
2623script :
Original file line number Diff line number Diff line change 1+ from django.conf import settings
2+
3+ INSTALLED_APPS = settings.INSTALLED_APPS + (
4+ 'dataqs',
5+ )
Original file line number Diff line number Diff line change 4242 'pymongo' ,
4343 'numpy' ,
4444 'rasterio==0.31.0' ,
45- 'gdal==1.10 '
45+ 'gdal==1.11.2 '
4646 ]
4747)
You can’t perform that action at this time.
0 commit comments