We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de78cee commit a28fb18Copy full SHA for a28fb18
docs/content/deployment/gcloud-deployment.md
@@ -5,12 +5,15 @@ The following are the instructions to deploy the angular-fullstack app to Google
5
## 1. Google Cloud SDK
6
Download and install [Google Cloud SDK](https://cloud.google.com/sdk/)
7
## 2. Create GCP Project
8
- `gcloud projects create PROJECT_ID`
+ ```bash
9
+ gcloud projects create PROJECT_ID
10
+ ```
11
## 3. Enable Billing
- `gcloud alpha billing projects link my-project \
- --billing-account 0X0X0X-0X0X0X-0X0X0X`
12
-
13
- ## Create a MongoDB database
+ gcloud alpha billing projects link my-project \
14
+ --billing-account 0X0X0X-0X0X0X-0X0X0X
15
16
+ ## 4. Create a MongoDB database
17
Create a MongoDB instance and obtain the uri and credentials
18
19
# Deployment Setup
0 commit comments