Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
Service Desk
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
Adham Hashibon
force-bdss
Commits
8ec57205
Commit
8ec57205
authored
6 years ago
by
Stefano Borini
Browse files
Options
Downloads
Patches
Plain Diff
Added the install step to the CI, instead of having it in the build env
parent
d4e0ebdc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!180
Added the install step to the CI package, instead of having it in the build-env
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/__main__.py
+5
-0
5 additions, 0 deletions
ci/__main__.py
doc/source/installation.rst
+5
-1
5 additions, 1 deletion
doc/source/installation.rst
with
10 additions
and
1 deletion
ci/__main__.py
+
5
−
0
View file @
8ec57205
...
...
@@ -62,6 +62,11 @@ def build_env(python_version):
"
edm
"
,
"
run
"
,
"
-e
"
,
env_name
,
"
--
"
,
"
pip
"
,
"
install
"
]
+
PIP_DEPS
)
@cli.command
(
help
=
"
Install the BDSS in the execution environment
"
)
@python_version_option
def
install
(
python_version
):
env_name
=
get_env_name
(
python_version
)
check_call
([
"
edm
"
,
"
run
"
,
"
-e
"
,
env_name
,
"
--
"
,
"
pip
"
,
"
install
"
,
"
-e
"
,
"
.
"
])
...
...
This diff is collapsed.
Click to expand it.
doc/source/installation.rst
+
5
−
1
View file @
8ec57205
...
...
@@ -7,7 +7,7 @@ git repositories::
git clone https://github.com/force-h2020/force-wfmanager
git clone https://github.com/force-h2020/force-bdss-plugin-enthought-example
The last repository is optional, but recommended if you want to practice
The last repository is optional, but recommended if you want to practice
writing plugins.
Next, download EDM package manager, and create a bootstrap environment::
...
...
@@ -26,6 +26,10 @@ following command::
This will create another edm environment called ``force-py27``.
To install the BDSS::
python -m ci install
To install the workflow manager::
pushd force-wfmanager
...
...
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