Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simplicitesoftware/docker
- Owner: simplicitesoftware
- Created: 2014-12-16T10:36:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T11:53:13.000Z (2 days ago)
- Last Synced: 2024-11-06T12:40:50.301Z (2 days ago)
- Topics: docker, low-code, simplicite
- Language: Shell
- Homepage: https://www.simplicite.io
- Size: 36 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Simplicité Software](https://platform.simplicite.io/logos/logo250-grey.png)
* * *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)