The instance management server for elektra-web, built using
express. It accesses the API of multiple
elektrad
instances and provides an API to manage instances.
- first, install libelektra with the
yajl
plugin - now run
npm install
npm start
to run in verbose mode (full logs):
npm run start:verbose
to run in development mode (full logs & running from source):
npm run start:dev
By default, webd
serves its API and the elektra-web client on
http://localhost:33334
If you want to use the webd
in combination with the client in development
mode, start the client via npm run start:dev
, it will also start webd
.
- API documentation: https://elektrawebd.docs.apiary.io/
- API blueprint: webd.apib