How to install GoogleCloudPlatform/microservices-demo. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
GoogleCloudPlatform/microservices-demo Installation Guide
How to install GoogleCloudPlatform/microservices-demo. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for GoogleCloudPlatform/microservices-demo. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i GoogleCloudPlatform/microservices-demoor
Install via npx
npx @hexmos/ipm i GoogleCloudPlatform/microservices-demoPrerequisites
Google Cloud Platform
serviceKubernetes Engine (GKE)
serviceDocker
system_toolkubectl
system_toolgit
system_toolgcloud
system_toolPython 3.8 or later
languageVersion: >=3.8
Node.js 14 or later
languageVersion: >=14
Go 1.18 or later
languageVersion: >=1.18
Redis
system_packageMemorystore (redis)
system_packageHelm
build_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
GKE Cluster Deployment
git clone https://github.com/GoogleCloudPlatform/microservices-demo.git
cd microservices-demo/
export PROJECT_ID=<PROJECT_ID>
export REGION=us-central1
kubectl apply -f ./release/kubernetes-manifests.yaml
kubectl get podsGKE Cluster Deployment (Terraform)
kubectl apply -f ./release/kubernetes-manifests.yaml
kubectl get podsKubernetes Deployment
kubectl apply -f ./release/kubernetes-manifests.yamlPost Installation Steps
- Open your browser and navigate to http://localhost:3000 to access the Online Boutique frontend.
- To start using the application, you can run `npm start` in your terminal.
