Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
strudelv2_spa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
strudelv2_spa
Commits
31431f9f
Commit
31431f9f
authored
2 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
missed some bits
parent
aa93c000
No related branches found
No related tags found
3 merge requests
!112
Add a feature for notifications when opening a new tab for the application....
,
!110
Dev
,
!107
Test
Pipeline
#39372
canceled
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
angular.json
+40
-0
40 additions, 0 deletions
angular.json
install_gerp.sh
+1
-1
1 addition, 1 deletion
install_gerp.sh
install_mlerp.sh
+1
-1
1 addition, 1 deletion
install_mlerp.sh
with
42 additions
and
2 deletions
angular.json
+
40
−
0
View file @
31431f9f
...
...
@@ -87,6 +87,46 @@
"input"
:
"src/deployments/mlerp/assets/config"
,
"output"
:
"assets/config"
,
"glob"
:
"*.json"
},
{
"input"
:
"src/deployments/mlerp/assets/favicons"
,
"output"
:
"assets/favicons"
,
"glob"
:
"*.json"
}
]
},
"gerp"
:
{
"budgets"
:
[
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"6kb"
}
],
"fileReplacements"
:
[
{
"replace"
:
"src/environments/environment.ts"
,
"with"
:
"src/environments/environment.gerp.ts"
}
],
"optimization"
:
true
,
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
"namedChunks"
:
false
,
"extractLicenses"
:
true
,
"vendorChunk"
:
false
,
"buildOptimizer"
:
true
,
"assets"
:
[
"src/assets"
,
{
"input"
:
"src/deployments/gerp/assets/config"
,
"output"
:
"assets/config"
,
"glob"
:
"*.json"
},
{
"input"
:
"src/deployments/gerp/assets/favicons"
,
"output"
:
"assets/favicons"
,
"glob"
:
"*.json"
}
]
},
...
...
This diff is collapsed.
Click to expand it.
install_gerp.sh
+
1
−
1
View file @
31431f9f
mkdir
-p
/opt/strudel2/spa/gerp
cp
gerp.conf /etc/nginx/snippets
cp
-r
dist/
*
/opt/strudel2/spa/gerp
cp
-r
dist/assets/favicon
*
/opt/strudel2/spa/gerp
cp
-r
dist/assets/favicon
s/
*
/opt/strudel2/spa/gerp
echo
"you must include /etc/nginx/snippets/gerp.conf in your nginx site config manually"
This diff is collapsed.
Click to expand it.
install_mlerp.sh
+
1
−
1
View file @
31431f9f
mkdir
-p
/opt/strudel2/spa/mlerp
cp
mlerp.conf /etc/nginx/snippets
cp
-r
dist/
*
/opt/strudel2/spa/mlerp
cp
-r
dist/assets/favicon
*
/opt/strudel2/spa/mlerp
cp
-r
dist/assets/favicon
s/
*
/opt/strudel2/spa/mlerp
echo
"you must include /etc/nginx/snippets/mlerp.conf in your nginx site config manually"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment