You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
--health | --dry-run | -H this will run health check for nginx-light, permissions etc.
--local | -L (to deploy on local with an internal call to ./build
--build-path to use local compressed file to extract and use
--build-url if supplied it will use provided url instead of default github release url
--build-version to install specific version of gui instead of default mentioned
--keep-build should allow to keep the compressed file
default ./deploy run if no option provided it should check health, fix them including required installs, copy/get build artifacts and start the gui (nginx here with default nginx conf)
./deploy
should have options like:
--health | --dry-run | -H
this will run health check for nginx-light, permissions etc.--local | -L
(to deploy on local with an internal call to ./build--build-path
to use local compressed file to extract and use--build-url
if supplied it will use provided url instead of default github release url--build-version
to install specific version of gui instead of default mentioned--keep-build
should allow to keep the compressed filedefault
./deploy
run if no option provided it should check health, fix them including required installs, copy/get build artifacts and start the gui (nginx here with default nginx conf)should work on:
The text was updated successfully, but these errors were encountered: