added headers

pull/18/head
lucadelu 2018-03-22 18:03:38 +01:00
parent 60a053f2f4
commit 70297e475e
5 changed files with 90 additions and 21 deletions

View File

@ -1,13 +1,25 @@
#!/bin/sh
#########################
##
## deegree start script
## for OSGeoLiveDVD 2011
##
## author: Johannes Wilden
##
## Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider
#########################
#############################################################################
#
# Purpose: This script is used to start deegree
# Author: Johannes Wilden
# Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider
#
#############################################################################
# Copyright (c) 2011-2018 Open Source Geospatial Foundation (OSGeo)
#
# Licensed under the GNU LGPL.
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License,
# or any later version. This library is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details, either
# in the "LICENSE.LGPL.txt" file distributed with this software or at
# web page "http://www.fsf.org/licenses/lgpl.html".
#############################################################################
DEEGREE_WORKSPACE_ROOT="/usr/local/share/deegree"
export DEEGREE_WORKSPACE_ROOT

View File

@ -1,13 +1,25 @@
#!/bin/sh
#########################
##
## deegree stop script
## for OSGeoLiveDVD 2011
##
## author: Johannes Wilden
##
## Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider
#########################
#############################################################################
#
# Purpose: This script is used to stop deegree
# Author: Johannes Wilden
# Credits: Judit Mays, Johannes Kuepper, Danilo Bretschneider
#
#############################################################################
# Copyright (c) 2011-2018 Open Source Geospatial Foundation (OSGeo)
#
# Licensed under the GNU LGPL.
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License,
# or any later version. This library is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details, either
# in the "LICENSE.LGPL.txt" file distributed with this software or at
# web page "http://www.fsf.org/licenses/lgpl.html".
#############################################################################
## stop tomcat (and deegree webapps):
## kill the deegree-tomcat process

View File

@ -1,4 +1,25 @@
#!/usr/bin/env bash
#############################################################################
#
# Purpose: This script is used to stop geonetwork
#
#############################################################################
# Copyright (c) 2009-2018 Open Source Geospatial Foundation (OSGeo)
#
# Licensed under the GNU LGPL.
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License,
# or any later version. This library is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details, either
# in the "LICENSE.LGPL.txt" file distributed with this software or at
# web page "http://www.fsf.org/licenses/lgpl.html".
#############################################################################
export JAVA_HOME="/usr/lib/jvm/default-java"
export JETTY_HOME=../jetty
export JETTY_FOREGROUND=0

View File

@ -1,4 +1,26 @@
#!/usr/bin/env bash
#############################################################################
#
# Purpose: This script is used to startup geonetwork
#
#############################################################################
# Copyright (c) 2009-2018 Open Source Geospatial Foundation (OSGeo)
#
# Licensed under the GNU LGPL.
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License,
# or any later version. This library is distributed in the hope that
# it will be useful, but WITHOUT ANY WARRANTY, without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details, either
# in the "LICENSE.LGPL.txt" file distributed with this software or at
# web page "http://www.fsf.org/licenses/lgpl.html".
#############################################################################
export JAVA_HOME="/usr/lib/jvm/default-java"
export JETTY_HOME=../jetty
export JETTY_FOREGROUND=0

View File

@ -1,10 +1,12 @@
#!/bin/sh
#
# install_nbextension.sh
#############################################################################
#
# Purpose: This script will install CesiumWidgets
# Author: Massimo Di Stefano on 07/12/09
#
#############################################################################
# Created by Massimo Di Stefano on 07/12/09.
# Copyright (c) 2010-2016 Open Source Geospatial Foundation (OSGeo)
# Copyright (c) 2010-2018 Open Source Geospatial Foundation (OSGeo)
#
# Licensed under the GNU LGPL version >= 2.1.
#