packaging - Geode/vagrant_imio_geonode GitHub Wiki

Debian packaging scripts for GeoNode

This repository contains the scripts used to build the .deb (Ubuntu) package for GeoNode. If you are interested in modifying GeoNode itself you may find http://github.com/GeoNode/geonode more relevant.

Building

Fast way ->

  • sudo apt-get -y install debhelper devscripts git-buildpackage
  • paver deb

Custom way -> To produce a .deb package which can be redistributed:

The result look like this: geonode-deb/ + debian/ + GeoNode-{version}.tar.gz

  • Run the debuild tool to build the package::

    debuild -uc -us -A

  • geonode-{version}.deb will be produced in the parent directory (one level above the directory where you cloned this project).

⚠️ **GitHub.com Fallback** ⚠️