The Serverless MEF.DEV platform provides accelerated development, hosting, and application management capabilities for independent developers and teams based on the IoC Container Composition through an agile development process based on continuous integration principles. It has a user-friendly interface that simplifies the process of developing integration applications with a good level of service agreement and based on enterprise-approved standards for authorization, authentication, managed deployment with standardized approaches to monitoring and SOX controls.
The script checks for installed Docker Engine and docker compose, if the components are missing, the script will install them
- git clone https://github.com/mef-dev/docker.git
- cd docker
- sudo sh install-project.sh
- git clone https://github.com/mef-dev/docker.git
- cd docker
- sudo docker-compose up -d
- http://localhost:81 The APP is web frontend (GUI) element of serverless MEF.DEV openAPI platform.
- http://localhost:82 The API is a backend stateless element of serverless MEF.DEV openAPI platform.
- http://localhost:83 The AUTODOC is a backend statefull element of serverless MEF.DEV openAPI platform.
- http://localhost:84 The SERVICEHOST is a backend statefull element of serverless MEF.DEV openAPI platform.
- http://localhost:85 PlantUML is an open-source tool allowing users to create diagrams from a plain text language.
- mssql - localhost:1433
- sudo docker-compose down -v
