Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-11-12 12:00:00 +0300
committerGitHub <noreply@github.com>2021-11-12 12:00:00 +0300
commitd96a45cf219351b6d9cee9b0580ebfc61a8597c9 (patch)
tree6d2c3161a357c90a17cd95f5ea3d39fd758fca57
parent0e06c4f3d5e4747fffac998f7d9e1ecb28a99d89 (diff)
update link (#1563)
@jospoortvliet it's broken atm. Please merge asap.
-rw-r--r--install-instructions-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index fa1ff978..8d074ebe 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -114,7 +114,7 @@
<h5><?php echo $l->t('Virtual Machine image');?></h5>
<p><?php echo $l->t('The Nextcloud VM is designed to be an easy way for less technical home users to get Nextcloud up and running or to test it out. It builds on Ubuntu Linux and makes configuration easy.');?></p>
<p><a class="button button--blue" href="https://download.nextcloud.com/vm/Official-Nextcloud-VM.zip" target="_blank"><?php echo $l->t('Download the VM');?></a></p>
- <p><a class="hyperlink" href="https://github.com/nextcloud/vm/tree/official" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
+ <p><a class="hyperlink" href="https://github.com/nextcloud/vm/tree/official-basic-vm" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
<p><?php echo $l->t('If you are looking for a more extensive virtual machine with many scripts to easily set up advanced functionality, ');?><a class="hyperlink" href="https://www.hanssonit.se/nextcloud-vm/" target="_blank"><?php echo $l->t('get the full-version VM from Hansson IT.');?></a> <?php echo $l->t('Note that Nextcloud GmbH does not offer support for this Virtual Machine image, but you can purchase support from Hansson IT.');?></p>
<p><?php echo $l->t('For small businesses, Nextcloud GmbH maintains a free appliance built on the Univention Corporate Server (UCS) with easy graphical setup and web-based administration. It includes user management via LDAP as well as optional online office integration. ');?><a class="hyperlink" href="https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/" target="_blank"><?php echo $l->t('Get the SME/Enterprise appliance.');?></a></p>
</div>