Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/do276archive
DO276 Solution Files
https://github.com/giannisalinetti/do276archive
Last synced: 11 days ago
JSON representation
DO276 Solution Files
- Host: GitHub
- URL: https://github.com/giannisalinetti/do276archive
- Owner: giannisalinetti
- Created: 2016-09-07T11:55:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T17:04:16.000Z (almost 9 years ago)
- Last Synced: 2024-10-28T06:50:49.139Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DO276
DO276 Solution FilesThe source in this repository creates:
* Docker images for each application environment
* To Do List application for each language/frameworkFolders:
* `apps` - source code for the To Do List application using different runtimes. `runtime` folders, such as `jee` " are "combo" apps to run outside containers and accessing a local mysql database. `runtime_api` such as `jee-api` are just the HTTP API implementations, accessed by the AngularJS front end at `html5` and designed to run as three containers: one for the AngularJS front end, other for the HTTP API back end, and the third one for the mysql database.
* `deploy` - scripts and other supporting files to run each version of the application inside containers, using either docker links and kubernetes. Also included are Dockerfiles to derive applicaton images from the runtime images on the images folder.
* `dev` - UNMAINTAINED GUI developer workstation.
* `docs` - application and lab design documentation (probably not 100% accurate by now)
* `host` - vagrant box to run the application both inside and outside containers
* `images` - Dockerfiles and support files to build specific runtime images using RHEL7 and the SCL.