Browse Source

feat: move storage deploy files to tutorial section

fix/update-miner-config
Alexander Graebe 5 years ago
parent
commit
fe17a8bacb
  1. 5
      next.config.js
  2. 8
      src/common/navigation.yaml
  3. 4
      src/pages/storage-hubs/amazon-ec2-deploy.md
  4. 12
      src/pages/storage-hubs/digital-ocean-deploy.md

5
next.config.js

@ -409,6 +409,11 @@ async function redirects() {
destination: '/storage-hubs/gaia-admin', destination: '/storage-hubs/gaia-admin',
permanent: true, permanent: true,
}, },
{
source: '/storage-hubs/amazon-s3-deploy',
destination: '/storage-hubs/amazon-ec2-deploy',
permanent: true,
},
]; ];
} }

8
src/common/navigation.yaml

@ -97,8 +97,12 @@ sections:
pages: pages:
- path: /overview - path: /overview
- path: /gaia-admin - path: /gaia-admin
- path: /digital-ocean-deploy sections:
- path: /amazon-s3-deploy - title: Tutorials
usePageTitles: true
pages:
- path: /amazon-ec2-deploy
- path: /digital-ocean-deploy
- path: /references - path: /references
usePageTitles: true usePageTitles: true
pages: pages:

4
src/pages/storage-hubs/amazon-s3-deploy.md → src/pages/storage-hubs/amazon-ec2-deploy.md

@ -1,6 +1,6 @@
--- ---
title: Configure a hub on Amazon EC2 title: Deploy on Amazon EC2
description: Learn how to run a Gaia hub on Amazon EC2. description: Learn how to run a Gaia hub on Amazon EC2
--- ---
## Introduction ## Introduction

12
src/pages/storage-hubs/digital-ocean-deploy.md

@ -1,6 +1,6 @@
--- ---
title: Configure a hub on DigitalOcean title: Deploy on DigitalOcean
description: 'Storing user data with Blockstack' description: Learn how to run a Gaia hub on DigitalOcean
--- ---
## Introduction ## Introduction
@ -228,13 +228,13 @@ A droplet console emulates the access you would have if you were sitting down wi
Welcome to DigitalOcean's One-Click Docker Droplet. Welcome to DigitalOcean's One-Click Docker Droplet.
To keep this Droplet secure, the UFW firewall is enabled. To keep this Droplet secure, the UFW firewall is enabled.
All ports are BLOCKED except 22 (SSH), 2375 (Docker) and 2376 (Docker). All ports are BLOCKED except 22 (SSH), 2375 (Docker) and 2376 (Docker).
* The Docker One-Click Quickstart guide is available at:https ://do.co/docker1804#start * The Docker One-Click Quickstart guide is available at:https ://do.co/docker1804#start
* You can SSH to this Droplet in a terminal as root: ssh root@138.68.28.100 * You can SSH to this Droplet in a terminal as root: ssh root@138.68.28.100
* Docker is installed and configured per Docker's recommendations:https://docs.docker.com/install/linux/docker-ce/ubuntu/ * Docker is installed and configured per Docker's recommendations:https://docs.docker.com/install/linux/docker-ce/ubuntu/
* Docker Compose is installed and configured per Docker's recommendations:https://docs.docker.eom/compose/install/#install-compose * Docker Compose is installed and configured per Docker's recommendations:https://docs.docker.eom/compose/install/#install-compose
For help and more information, visit http://do.co/dockerl804 For help and more information, visit http://do.co/dockerl804
To delete this message of the day: rm -rf /etc/update-motd.d/99-one-clickroot@meepers:~# To delete this message of the day: rm -rf /etc/update-motd.d/99-one-clickroot@meepers:~#
``` ```
<div class="uk-card uk-card-default uk-card-body"> <div class="uk-card uk-card-default uk-card-body">

Loading…
Cancel
Save