Skip to content

Installation

Deva Kumar edited this page Apr 27, 2022 · 2 revisions

Installation

Installing the server

Install the server as part of your application repository

npm install @sassoftware/viya-appserverjs

Starting the app server

The app server is designed as a cli. Use npx as follows:

npx @sassoftware/viya-appserverjs  --env=./override.env --docker=./Dockerfile --appenv=./appenv.js
Clone this wiki locally