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:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-11-30 16:40:41 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-11-30 16:40:41 +0300
commit75e5712f308f731445cf2defed3da518e32fe110 (patch)
tree49c49c9b2197c82d907061c152d8625aff0620f1 /install-instructions-server.php
parentff8af1389a269efe3aa3f3e723a5b9248ddccaae (diff)
add AIO to install page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'install-instructions-server.php')
-rw-r--r--install-instructions-server.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index 8d074ebe..3af63d98 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -120,13 +120,18 @@
</div>
</div>
<div class="row">
- <div class="col-md-6">
+ <div class="col-md-4">
<h5><?php echo $l->t('Docker image');?></h5>
<p><?php echo $l->t('Several Nextcloud community members maintain a Docker image. It supports a wide range of architectures, releases, various webservers, databases and more.');?></p>
<p><a class="button button--blue" href="https://hub.docker.com/_/nextcloud/" target="_blank"><?php echo $l->t('Get Docker image');?></a></p>
<p><a class="hyperlink" href="https://github.com/nextcloud/docker" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
</div>
- <div class="col-md-6">
+ <div class="col-md-4">
+ <h5><?php echo $l->t('Docker all-in-one image');?></h5>
+ <p><?php echo $l->t('Nextcloud GmbH maintains an easy all-in-one Docker image. It does not support the wide range of options of the community image, but is easy to install and maintain.');?></p>
+ <p><a class="button button--blue" href="https://hub.docker.com/r/nextcloud/all-in-one" target="_blank"><?php echo $l->t('Get Docker image');?></a></p>
+ </div>
+ <div class="col-md-4">
<h5><?php echo $l->t('Snap package');?></h5>
<p><a class="hyperlink" href="https://canonical.com">Canonical</a><?php echo $l->t(' and the Nextcloud community maintain a Nextcloud Snap, including release channels and quick and easy deployment for easy home use.');?></p>
<p><a class="button button--blue" href="https://snapcraft.io/nextcloud" target="_blank"><?php echo $l->t('Get Snap package');?></a></p>