Skip to content

samply/lens-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run ./test.bash <app> to locally run one of the supported Lens-based applications, an instance of Spot, and a Beam proxy.

Application Testing URL
ccp-explorer http://localhost:4123/
bbmri-sample-locator http://localhost:4124/search/

Add the flag -local-lens to replace the application's @samply/lens dependency with your local Lens repository. Run npx vite build --watch --emptyOutDir false in the Lens repository to automatically reload the application when you make changes to Lens.

Add the flag -dockerfile to use the Dockerfile in the application repository.

Configuration

Configure the following options in .env:

# your beam site id, e.g. dev-tim
SITE_ID=
# directory with your beam private key and the beam root certificates, see below for details
PKI_DIR=$HOME/pki
# directory that contains your application repositories
PROJECT_DIR=$HOME/projects
# defaults to <PROJECT_DIR>/lens
LENS_DIR=

You can optionally override options per application in .env.<app>:

# defaults to <PKI_DIR>/<BROKER_ID>/<SITE_ID>.priv.pem
PRIVKEY_FILE=
# defaults to <PKI_DIR>/<BROKER_ID>/root.crt.pem
ROOT_CRT_FILE=
# defaults to <PROJECT_DIR>/<app>
APP_DIR=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages