[Live-demo] [OSGeo] #1367: QGis 2.4 by pkg gives error
OSGeo
trac_osgeo at osgeo.org
Fri Jul 25 09:28:54 PDT 2014
#1367: QGis 2.4 by pkg gives error
-----------------------+----------------------------------------------------
Reporter: darkblueb | Owner: live-demo@…
Type: defect | Status: new
Priority: normal | Milestone: OSGeoLive8.0
Component: LiveDVD | Keywords: qgis
-----------------------+----------------------------------------------------
Comment(by kalxas):
Short description of how this is done for future reference (works on
14.04):
1. Install Ruby Gems:
# sudo apt-get install ruby ruby-dev
2. Install FPM
# gem install fpm
3. Install QGIS from OSGeoLive ppa
4. Move default plugins out of the default path:
# mkdir -p /usr/share/qgis/python/default_plugins
# mv /usr/share/qgis/python/plugins/*
/usr/share/qgis/python/default_plugins/
5. Open QGIS and install wanted plugins
6. Move the new plugins to the default folder
# mv ~/.qgis2/python/plugins/* /usr/share/qgis/python/plugins/
# chown -R root:root /usr/share/qgis/python/plugins
7. Create DEB using FPM:
# cd ~
# sudo su
# fpm -s dir -t deb -a all -n qgis-osgeolive-plugins -v 8.0
--iteration 1 \
-d qgis -m "<gcpp.kalxas at gmail.com>" /usr/share/qgis/python/plugins
The deb is then available in ~/
8. Upload to download.osgeo.org and update the qgis installation script.
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1367#comment:6>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list