Installation#
This section provides detailed information on how to install for development purposes. We will also provide a more detailed guide on how to operate the oeplatform for production use cases in the future. The guide covers the full oeplatform software and its infrastructure which is composed of the website, various databases, a lookup service and the ontop-vkg service (see Infrastructure). You will find two main options to install everything:
- A docker based deployment setup for local deployment (and soon for production deployment setups)
- A "manual" step by step installation guide for the oeplatform-website and its main features. The guide is mainly for development and documents the details of the installation.
Production deployments without containerization solutions like docker tend to be very specific and depend on your infrastructure.
You will also find information on which further setup steps which should which either help with some common issues and help with writing well formatted and quality checked code to get started with contributing to developments on the oeplatform.
Guides#
Installation for development purposes#
Automated Docker based installation guide for development
Details on the database infrastructure setup
Next steps to get started with development#
Good practice and guidelines to participate in the development of the oeplatform
Understand the nodejs integration and asset bundler for optimized javascript app deployments