Skip to content

Commit 74a56f9

Browse files
committed
polish
1 parent 8730211 commit 74a56f9

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ Schematics is a cloud based Infrastructure as Code runner with cloud based state
8585

8686
The link above should have opened a schematics workspace in the create dialog with the github repository pre-configured and terraform 1.4 selected. Change the **Workspace name**, **Resource group**, and **Location** as desired. This will be the resource group of the workspace. The resource group of the resources created will be configured in schematics. Click **Create**.
8787

88-
88+
## Provision as a Deployable Architecture
89+
In the IBM Cloud create a private catalog and then add a product to the catalog.
90+
- Product type: Deployable architecture
91+
- Deliver method: Terraform
92+
- Public repository: Open the [releases](https://github.com/powellquiring/nodejs-MEAN-stack/releases) and right click on the source.code.tar.gz file and paste in the string. Example: https://github.com/powellquiring/nodejs-MEAN-stack/archive/refs/tags/1.0.3.tar.gz
93+
- Variation: Standard
94+
- Rest of the values are pretty clear
8995

9096

9197
## Contribute

ibm_catalog.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "nodejs-MEAN-stack",
55
"label": "nodejs MEAN stack",
66
"product_kind": "solution",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"tags": [
99
"MEAN-stack",
1010
"Technology"
@@ -16,7 +16,7 @@
1616
],
1717
"short_description": "MEAN stack using Code Engine and Mongodb",
1818
"long_description": "A demonstration deployable architecture based on the MEAN stack. Leverages Code Engine to host the application and Mongodb for the database.",
19-
"offering_docs_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack",
19+
"offering_docs_url": "https://github.com/powellquiring/nodejs-MEAN-stack",
2020
"support_details": "This is a demonstration and no official support is given.",
2121
"flavors": [
2222
{
@@ -26,7 +26,20 @@
2626
"licenses": [
2727
{
2828
"name": "Apache License 2.0",
29-
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/LICENSE.md"
29+
"url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/LICENSE.md"
30+
}
31+
],
32+
"configuration": [
33+
{
34+
"key": "prefix",
35+
"required": false,
36+
"description": "prefix string for all resources if not provided mean-stack-RANDOM string is generated"
37+
},
38+
{
39+
"key": "use_default_resource_group",
40+
"type": "bool",
41+
"required": false,
42+
"description": "if true use the account default resource group if false mean-stack-RANDOM string is used to create a new resource group"
3043
}
3144
],
3245
"outputs": [
@@ -69,13 +82,13 @@
6982
]
7083
}
7184
],
72-
"release_notes_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/CHANGELOG.md",
85+
"release_notes_url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/CHANGELOG.md",
7386
"architecture": {
7487
"diagrams": [
7588
{
7689
"diagram": {
7790
"caption": "Architecture diagram",
78-
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/ReadME-Images/Architecture.svg",
91+
"url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/ReadME-Images/Architecture.svg",
7992
"metadata": []
8093
},
8194
"description": "MEAN stack."

0 commit comments

Comments
 (0)