Skip to content

Installation

Deva Kumar edited this page May 26, 2020 · 2 revisions

Installation

The app server is designed as a cli giving the user the following options. In all these cases the invocation of the server is as follows:

npx @sassoftware/restaf-server  --env=./override.env --docker=./Dockerfile --appenv=./appenv.js

Option 1 - recommended

Install the server as part of your application repository

npm install @sassoftware/restaf-server

Option 2

Install it globally on the server as a cli.

npm install @sassoftware/restaf-server -g

Option 3

Use the npx command without pre-installing the software. This is not a recommend approach except for quick testing.

Clone this wiki locally