Code Monkey home page Code Monkey logo

geonode-deb's Introduction

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

To produce a .deb package which can be redistributed:

  • Install the debian packaging tools:

    apt-get install debhelper devscripts
    
  • Acquire a GeoNode tar.gz archive (by either building it from sources, or from http://dev.geonode.org/release/ ) and unpack it, so that you have a directory structure like so:

    geonode-deb/
       + debian/
       + GeoNode-{version}
    
  • Run the debuild tool to build the package:

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

Installation

As described in the GeoNode manual, you can access OpenGeo's APT repository to get pre-built GeoNode packages. However, if you want to build a package and install that instead, you can avoid the need for a repository of your own by using the following command:

dpkg -i geonode-{version}.deb

If dpkg reports an error about unmet dependencies, you can issue the following command to fetch dependencies and re-attempt the installation:

apt-get install -f

geonode-deb's People

Contributors

ingenieroariel avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.