-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Deva Kumar edited this page May 26, 2020
·
2 revisions
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
Install the server as part of your application repository
npm install @sassoftware/restaf-server
Install it globally on the server as a cli.
npm install @sassoftware/restaf-server -g
Use the npx command without pre-installing the software. This is not a recommend approach except for quick testing.