0.0.33 • Published 9 months ago

@digital-blueprint/cli v0.0.33

Weekly downloads
-
License
LGPL-2.1-or-later
Repository
gitlab
Last release
9 months ago

DBP CLI

GitLab Repository | npmjs package

This is CLI to manage DBP frontend applications.

Install apps

npx @digital-blueprint/cli@latest install-app <package-name> <destination-directory> <server-path-prefix>

  • package-name - the application that you want to install. See https://www.npmjs.com/search?q=%40digital-blueprint for a list of applications.
  • destination-directory - the local directory where the application should be installed to
  • server-path-prefix - the URL path under which the application will be reachable on the web server. e.g. / in case it is myapp.mydomain.org, or /myapp in case it is mydomain.org/myapp.

If you want to install the DBP Signature App in a new folder signature-app with a path prefix / you can call:

npx @digital-blueprint/cli@latest install-app @digital-blueprint/signature-app signature-app /

Afterwards you can point your Apache web-server to signature-app/public.

If you want to reach your web application with a path prefix like https://mydomain.com/apps/signature you can call:

npx @digital-blueprint/cli@latest install-app @digital-blueprint/signature-app /apps/signature

To install to the current directory you can simply call:

npx @digital-blueprint/cli@latest install-app @digital-blueprint/signature-app

Warning: There may be issues when you run these commands as root user, best use a non-root user, like www-data. To do this you can for example open a shell with runuser -u www-data -- bash.

Update apps

npx @digital-blueprint/cli@latest update-ap <package-name>

If you want to update the DBP Signature App in the current folder you can call:

npx @digital-blueprint/cli@latest update-app @digital-blueprint/signature-app

Warning: There may be issues when you run these commands as root user, best use a non-root user, like www-data. To do this you can for example open a shell with runuser -u www-data -- bash.

0.0.33

9 months ago

0.0.32

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.25

2 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

2 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago