Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
cellframe
prod_build_cellframe-dashboard
Commits
8e8165b0
Commit
8e8165b0
authored
3 years ago
by
Aleksandr Vodianov
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix 5181
parent
c6831919
No related branches found
Branches containing commit
No related tags found
2 merge requests
!23
add kelvin-testnet
,
!19
Hotfix 5181
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
+2
-2
2 additions, 2 deletions
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
mac/essentials/create_configs.sh
+4
-1
4 additions, 1 deletion
mac/essentials/create_configs.sh
with
6 additions
and
3 deletions
mac/essentials/Cellframe-Dashboard-pkginstall/postinstall
+
2
−
2
View file @
8e8165b0
...
...
@@ -51,8 +51,8 @@ sudo chmod 644 /Applications/"$APP_NAME".app/Contents/Resources/$SERVICE.plist
sudo chown
$USER
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$NODE
.plist
sudo chmod
644 /Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$NODE
.plist
sudo
-u
$USER
ln
-sf
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$SERVICE
.plist /Users/
$USER
/Library/LaunchAgents/
$SERVICE
.plist
sudo
-u
$USER
ln
-sf
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$NODE
.plist /Users/
$USER
/Library/LaunchAgents/
$NODE
.plist
sudo ln
-sf
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$SERVICE
.plist /Users/
$USER
/Library/LaunchAgents/
$SERVICE
.plist
sudo ln
-sf
/Applications/
"
$APP_NAME
"
.app/Contents/Resources/
$NODE
.plist /Users/
$USER
/Library/LaunchAgents/
$NODE
.plist
sudo
-u
$USER
launchctl load
-w
/Users/
$USER
/Library/LaunchAgents/
$NODE
.plist
sudo
-u
$USER
launchctl load
-w
/Users/
$USER
/Library/LaunchAgents/
$SERVICE
.plist
...
...
This diff is collapsed.
Click to expand it.
mac/essentials/create_configs.sh
+
4
−
1
View file @
8e8165b0
...
...
@@ -17,6 +17,9 @@ export DAP_SERVER_PORT=8089
export
DAP_CORE_T_ENABLED
=
true
export
DAP_CORE_T_ROLE
=
full
# Kelvin testnet
export
DAP_KELVIN_TESTNET_ENABLED
=
true
export
DAP_KELVIN_TESTNET_ROLE
=
full
echo
"Init configs with prefix "
$DAP_PREFIX
/Applications/Cellframe-Dashboard.app/Contents/Resources/create_configs_from_tpl.sh
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