Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.97 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.97 KB

Website of Eclipse Dirigible (dirigible.io)

Eclipse Dirigible is a High-Productivity Application Platform providing development tools and runtime environment. The main project goal of the platform is to provide all required capabilities needed to develop and run an end-to-end vertical scenario in the Cloud for the shortest time ever.

Website address: www.dirigible.io.

ReadMe-Animation

Features:

  • Database Management
  • Server-side Development
  • Client-side Development
  • Integration Services
  • Mobile Apps Development
  • Built-in DevOps

Learn about these features and many more here.

User Guide

The latest documentation is available here.

There is also a list of samples that you can experiment with and reuse in order to get to know the features and APIs provided by Eclipse Dirigible. For more information, go to the samples page.

Contributing

These fine people contribute to the project on a daily basis.

Join us today!

1. Create an issue and describe your idea.
2. Fork the repository.
3. Work in your branch and why not publish it.
4. Commit the changes.
5. Create a pull request.
6. See your changes come to life!

Setup

docker pull squidfunk/mkdocs-material

Run on localhost:

docker run --rm -it -p 8000:8000 -v $PWD/docs-api:/docs squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v $PWD/docs-help:/docs squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v $PWD/docs-samples:/docs squidfunk/mkdocs-material

License:

Eclipse Dirigible is under the [Eclipse Public License - v 2.0] (https://www.eclipse.org/legal/epl-v20.html).