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
No related tags found
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() {
...
@@ -189,36 +189,36 @@ do_create_instances() {
}
}
do_install_app
()
{
do_install_app
()
{
echo
"Installing apps (home, collect..)"
echo
"Installing apps (home, collect..)"
if
cozy-stack apps
ls
|
grep
'home'
;
then
if
cozy-stack apps
ls
|
grep
'home'
;
then
echo
"Removing home..."
echo
"Removing home..."
cozy-stack apps uninstall home
cozy-stack apps uninstall home
fi
fi
if
cozy-stack apps
ls
|
grep
'collect'
;
then
if
cozy-stack apps
ls
|
grep
'collect'
;
then
echo
"Removing collect..."
echo
"Removing collect..."
cozy-stack apps uninstall collect
cozy-stack apps uninstall collect
fi
fi
echo
"Installing home, collect, store..."
echo
"Installing home, collect, store..."
cozy-stack apps
install
home
cozy-stack apps
install
home
cozy-stack apps
install
collect
cozy-stack apps
install
collect
echo
"App succesfully installed"
echo
"App succesfully installed"
echo
"Installing konnectors"
echo
"Installing konnectors"
if
cozy-stack konnectors
ls
|
grep
'enedis'
;
then
if
cozy-stack konnectors
ls
|
grep
'enedis'
;
then
echo
"Removing enedis..."
echo
"Removing
konnector
enedis..."
cozy-stack konnectors uninstall enedis
cozy-stack konnectors uninstall enedis
fi
fi
if
cozy-stack konnectors
ls
|
grep
'grdf'
;
then
if
cozy-stack konnectors
ls
|
grep
'grdf'
;
then
echo
"Removing grdf..."
echo
"Removing
konnector
grdf..."
cozy-stack konnectors uninstall grdf
cozy-stack konnectors uninstall grdf
fi
fi
if
cozy-stack konnectors
ls
|
grep
'egl'
;
then
if
cozy-stack konnectors
ls
|
grep
'egl'
;
then
echo
"Removing egl..."
echo
"Removing
konnector
egl..."
cozy-stack konnectors uninstall egl
cozy-stack konnectors uninstall egl
fi
fi
cozy-stack konnectors
install
enedis
file:///data/cozy_konnectors
/enedis-konnector
-
build
cozy-stack konnectors
install
enedis
git://forge.grandlyon.com/web-et-numerique/llle_project
/enedis-konnector
.git#
build
cozy-stack konnectors
install
grdf
file:///data/cozy_konnectors
/grdf-konnector
-
build
cozy-stack konnectors
install
grdf
git://forge.grandlyon.com/web-et-numerique/llle_project
/grdf-konnector
.git#
build
cozy-stack konnectors
install
egl
file:///data/cozy_konnectors
/egl-konnector
-
build
cozy-stack konnectors
install
egl
git://forge.grandlyon.com/web-et-numerique/llle_project
/egl-konnector
.git#
build
}
}
wait_for
()
{
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