...
This documentation expects the user to know or have read the How to Setup UI Environment documentation.
Info |
---|
The |
Configuring Environment
The stripes-cli
project can be installed locally but in general the stripes should be used via yarn
.
...
Note | ||
---|---|---|
UI-Workflow may need to be executed using a 2.7 or 2.8 version of stripes.
|
...
The following is an example on what is used to ensure ui-workflow
is working in the Scratch environment.
Code Block | ||
---|---|---|
| ||
# stripes okapi login diku_admin --okapi https://folio-dev-aggies-okapi.ci.folio.org --tenant diku # stripes mod add --okapi https://folio-dev-aggies-okapi.ci.folio.org --user diku_admin --tenant diku # stripes mod enable --okapi https://folio-dev-aggies-okapi.ci.folio.org --user diku_admin --tenant diku # stripes app perms | stripes perm assign --okapi https://folio-dev-aggies-okapi.ci.folio.org --user diku_admin --tenant diku |
Info | |||||
---|---|---|---|---|---|
The
|