-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EXPERIMENT: create & deploy a new Application #26. Replace references…
… to self-deployment applicationDeploymentLibrary by references to Admin application configuration adminConfigurationDeploymentLibrary
- Loading branch information
1 parent
098dfea
commit 84bbbdc
Showing
30 changed files
with
325 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...admin_data/25d935e7-9e93-42c2-aade-0472b883492b/1acc4342-8180-445b-9766-7cb91e55ca6c.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"uuid": "1acc4342-8180-445b-9766-7cb91e55ca6c", | ||
"parentName":"Application", | ||
"parentUuid":"25d935e7-9e93-42c2-aade-0472b883492b", | ||
"name":"Test1", | ||
"defaultLabel": "The Test1 application.", | ||
"description": "The model and data of the Test1 application." | ||
} |
24 changes: 24 additions & 0 deletions
24
...admin_data/7959d814-400c-4e80-988f-a00fe582ab98/15e2004a-e7a0-4b9e-8acd-6d3500a6c9ad.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"uuid":"15e2004a-e7a0-4b9e-8acd-6d3500a6c9ad", | ||
"parentName":"Deployment", | ||
"parentUuid":"7959d814-400c-4e80-988f-a00fe582ab98", | ||
"type":"singleNode", | ||
"name":"Test1ApplicationFilesystemDeployment", | ||
"defaultLabel":"Test1ApplicationFilesystemDeployment", | ||
"application":"1acc4342-8180-445b-9766-7cb91e55ca6c", | ||
"description": "The default Filesystem Deployment for Application Test1", | ||
"configuration": { | ||
"admin": { | ||
"emulatedServerType": "filesystem", | ||
"directory":"../miroir-core/src/assets/admin" | ||
}, | ||
"model": { | ||
"emulatedServerType": "filesystem", | ||
"directory":"../miroir-core/src/assets/test1_model" | ||
}, | ||
"data": { | ||
"emulatedServerType": "filesystem", | ||
"directory":"../miroir-core/src/assets/test1_data" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.