Skip to content

rbe/odisee26

Repository files navigation

Odisee®

www.odisee.org
Make Your Documents Smile.

Documentation

See Odisee.adoc

Building

Steps to setup environment

  1. Optional: Configure HTTP proxy (see below)

  2. Execute following build tasks:

    ./gradlew build

Proxy

Docker

Put proxy settings into /.env file:

HTTP_PROXY=http://proxy.example.com:8888
HTTPS_PROXY=http://proxy.example.com:8888
NON_PROXY=localhost,example.com
Gradle

Put proxy settings into Gradle’s global configuration $HOME/.gradle/gradle.properties:

systemProp.http.proxyHost=proxy.example.com
systemProp.http.proxyPort=8888
systemProp.http.nonProxyHosts=localhost|127.0.0.1|example.com
systemProp.https.proxyHost=proxy.example.com
systemProp.https.proxyPort=8888
systemProp.https.nonProxyHosts=localhost|127.0.0.1|example.com

Copyright © 2011-2019 art of coding UG (haftungsbeschränkt).
Copyright © 2005-2010 Informationssysteme Ralf Bensmann.

Nutzung unterliegt Lizenzbedingungen. Use is subject to license terms.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-Apache2.0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published