Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplicitesoftware/docker

Docker image builder for Simplicite
https://github.com/simplicitesoftware/docker

docker low-code simplicite

Last synced: about 14 hours ago
JSON representation

Docker image builder for Simplicite

Awesome Lists containing this project

README

        

![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
* * *

Author
 License

Using Simplicité® server image
=========================================

Introduction
------------

This repository contains the scripts used to **build** [Docker](http://www.docker.com) images that contains a pre-configured
[Tomcat](http://tomcat.apache.org) server on which can be run a [Simplicité®](http://www.simplicitesoftware.com)
low code platform instance.

The images built using these tools are **available on [our private registry](https://registry.simplicite.io)**:

- Public **server** images (not containing the Simplicité platform)
- Private **platform** images (containing the Simplicité platform)

It also contains other scripts and examples for building/running other Simplicité®-related images.

Usage
-----

- See [this document](https://docs.simplicite.io/lesson/docs/operation/docker-tutorial) for a basic tutorial.
- See [this document](https://docs.simplicite.io/lesson/docs/operation/docker) for more details and advanced usages.

Licenses
--------

Copyright 2014-2024 Simplicité Software

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 [here](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.

Third party components
----------------------

The base server images are based on the official CentOS, AdoptOpenJDK and Apline images and their standard additional packages.
They also contain the following additional components:

- Apache Tomcat released under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0) with:
- the MySQL connector/J JDBC driver released under [LGPL license](https://www.gnu.org/licenses/lgpl-3.0.en.html)
- the PostgreSQL JDBC driver released under [a custom BSD style license](https://jdbc.postgresql.org/about/license.html)