From 0990892553fd186e321713f6582f05eccb4aa734 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 24 Nov 2022 23:33:52 +0100 Subject: [PATCH] Readd do link (#73) * remove DO section See https://github.com/inventree/InvenTree/pull/3957 * Revert "remove DO section" This reverts commit c2b8e9166ab0b4c8f56fe9e4c91271a5a6e11091. * add DO section again --- deploy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.md b/deploy.md index 31c5b877..2c0dd7ae 100644 --- a/deploy.md +++ b/deploy.md @@ -17,6 +17,10 @@ Refer to the [docker installation guide](https://docs.inventree.org/en/latest/st A [bare metal installation guide](https://docs.inventree.org/en/latest/start/intro/) is provided for users who are looking for a low-level or custom installation. +### Cloud + +A member of the team provides a [1-click app for InvenTree](https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014&action=deploy) on the DigitalOcean marketplace. + ### Other Options The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).