Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
32929f7f
Commit
32929f7f
authored
3 years ago
by
Anders Lindh Olsson
Browse files
Options
Downloads
Patches
Plain Diff
Add usage instructions in FAQ
parent
28b28d2d
No related branches found
No related tags found
1 merge request
!62
ICSHWI-7716: Initial help text
Pipeline
#93155
passed
3 years ago
Stage: build
Stage: lint
Stage: test
Stage: package
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/help/HelpView.js
+7
-1
7 additions, 1 deletion
src/views/help/HelpView.js
with
7 additions
and
1 deletion
src/views/help/HelpView.js
+
7
−
1
View file @
32929f7f
...
...
@@ -43,10 +43,16 @@ export function HelpView() {
<
h5
>
What
do
I
need
to
do
before
deploying
an
IOC
with
this
system
?
<
/h5
>
<
ul
>
<
li
>
Have
an
intended
host
(
virtual
or
physical
)
which
is
registered
in
CSEntry
as
an
IOC
host
(
checkbox
during
creation
).
<
/li
>
<
li
>
Have
an
IOC
registered
in
CCDB
.
<
/li
>
<
li
>
Have
an
IOC
repository
with
public
visibility
in
the
iocs
group
on
ESS
Gitlab
.
<
/li
>
<
li
>
Have
an
IOC
registered
in
CCDB
.
<
/li
>
<
/ul
>
<
h5
>
How
do
I
deploy
my
IOC
?
<
/h5
>
You
first
have
to
register
the
IOC
in
the
system
,
and
then
you
go
to
deploy
a
specific
version
of
that
IOC
to
a
specific
target
host
.
<
h5
>
Why
do
I
first
need
to
register
the
IOC
,
and
then
deploy
(
as
a
separate
step
)?
<
/h5
>
This
deployment
tool
is
only
a
part
of
the
CCDB
toolchain
.
Normally
,
IOC
Factory
would
create
your
IOC
,
but
since
this
is
a
beta
programme
that
focuses
only
on
deployment
,
you
have
the
option
of
deploying
non
-
IOC
Factory
created
IOCs
.
<
h5
>
What
does
the
deployment
system
do
?
Is
there
something
I
need
to
be
aware
of
?
<
/h5
>
The
deployment
system
will
set
up
your
host
machine
to
run
only
the
IOCs
defined
in
this
tool
,
and
will
configure
all
necessary
services
to
do
so
.
This
means
that
it
might
interfer
with
other
(
already
running
)
processes
on
the
machine
,
which
is
why
we
recommend
starting
from
blank
(
formatted
)
machines
.
...
...
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