summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-02-17docs: Actualize deployment guideFabian Mastenbroek
This change updates the deployment guide for the recent change of the simulator runner which now communicates via the API instead of directly with the Mongo database. See 6752b6d50faab447b3edc13bddf14f53401392f1 for more information.
2021-09-28build: Increase Java requirement to version 11Fabian Mastenbroek
This change updates the Gradle configuration to target Java 11 (instead of Java 8) as the lowest denominator when building OpenDC. Since the project has not yet been adopted by (many) other applications, we should not restrict the project to such an old Java version.
2021-05-18docs: Add instructions on configuring Auth0 for OpenDCFabian Mastenbroek
This change updates the deployment guide to include instructions on configuring Auth0 for OpenDC. This process should not be much more difficult than creating the Google Application.
2021-05-10docs: Add missing student thesesFabian Mastenbroek
2021-05-10docs: Update deployment guideFabian Mastenbroek
2021-05-10docs: Add link to Jacob Burley's BSc thesisFabian Mastenbroek
2021-05-10docs: Fix reference to OpenDC component overviewFabian Mastenbroek
This change fixes the invalid reference to the image of the OpenDC component overview.
2021-05-09ui: Update screenshots of OpenDC user-interfaceFabian Mastenbroek
2021-05-03docs: Add document on OpenDC publicationsFabian Mastenbroek
2021-05-03docs: Add document for toolchain setupFabian Mastenbroek
2021-05-03docs: Revamp project documentationFabian Mastenbroek
This change updates the project documentation by moving most of the documentation to the docs directory.