Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
97926989
Commit
97926989
authored
4 years ago
by
Romain CREY
Browse files
Options
Downloads
Plain Diff
get cozy-app-dev-with-app.sh
parents
4f72b5b6
00b6eeab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!15
Merge Dev to Master
,
!11
Features/us406 welcome modal
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/cozy-app-dev-with-app.sh
+30
-30
30 additions, 30 deletions
docker/cozy-app-dev-with-app.sh
with
30 additions
and
30 deletions
docker/cozy-app-dev-with-app.sh
+
30
−
30
View file @
97926989
...
...
@@ -189,36 +189,36 @@ do_create_instances() {
}
do_install_app
()
{
echo
"Installing apps (home, collect..)"
if
cozy-stack apps
ls
|
grep
'home'
;
then
echo
"Removing home..."
cozy-stack apps uninstall home
fi
if
cozy-stack apps
ls
|
grep
'collect'
;
then
echo
"Removing collect..."
cozy-stack apps uninstall collect
fi
echo
"Installing home, collect, store..."
cozy-stack apps
install
home
cozy-stack apps
install
collect
echo
"App succesfully installed"
echo
"Installing konnectors"
if
cozy-stack konnectors
ls
|
grep
'enedis'
;
then
echo
"Removing enedis..."
cozy-stack konnectors uninstall enedis
fi
if
cozy-stack konnectors
ls
|
grep
'grdf'
;
then
echo
"Removing grdf..."
cozy-stack konnectors uninstall grdf
fi
if
cozy-stack konnectors
ls
|
grep
'egl'
;
then
echo
"Removing egl..."
cozy-stack konnectors uninstall egl
fi
cozy-stack konnectors
install
enedis
file:///data/cozy_konnectors
/enedis-konnector
-
build
cozy-stack konnectors
install
grdf
file:///data/cozy_konnectors
/grdf-konnector
-
build
cozy-stack konnectors
install
egl
file:///data/cozy_konnectors
/egl-konnector
-
build
echo
"Installing apps (home, collect..)"
if
cozy-stack apps
ls
|
grep
'home'
;
then
echo
"Removing home..."
cozy-stack apps uninstall home
fi
if
cozy-stack apps
ls
|
grep
'collect'
;
then
echo
"Removing collect..."
cozy-stack apps uninstall collect
fi
echo
"Installing home, collect, store..."
cozy-stack apps
install
home
cozy-stack apps
install
collect
echo
"App succesfully installed"
echo
"Installing konnectors"
if
cozy-stack konnectors
ls
|
grep
'enedis'
;
then
echo
"Removing
konnector
enedis..."
cozy-stack konnectors uninstall enedis
fi
if
cozy-stack konnectors
ls
|
grep
'grdf'
;
then
echo
"Removing
konnector
grdf..."
cozy-stack konnectors uninstall grdf
fi
if
cozy-stack konnectors
ls
|
grep
'egl'
;
then
echo
"Removing
konnector
egl..."
cozy-stack konnectors uninstall egl
fi
cozy-stack konnectors
install
enedis
git://forge.grandlyon.com/web-et-numerique/llle_project
/enedis-konnector
.git#
build
cozy-stack konnectors
install
grdf
git://forge.grandlyon.com/web-et-numerique/llle_project
/grdf-konnector
.git#
build
cozy-stack konnectors
install
egl
git://forge.grandlyon.com/web-et-numerique/llle_project
/egl-konnector
.git#
build
}
wait_for
()
{
...
...
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