Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

NationalMuseumofDenmark/support-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Platform

...

Usage

...

Install

Requires gcloud installed to deploy containers to GKE.

gcloud config set account 'ACCOUNT'
gcloud config set project 'PROJECT'
gcloud config set compute/zone 'ZONE'
gcloud config set container/cluster 'GKE_CLUSTER'
gcloud container clusters get-credentials 'GKE_CLUSTER'

make

Adding MariaDB for development

For the MariaDB container to work (which is discourage in production), you need a Kubernetes PersistentVolume backed by a Google Cloud Persistent Disk.

gcloud compute disks create --size 200GB livezilla-mariadb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published