Make sure you can build the node.js client from source code (i.e. you can successfully complete the Quickstart section of the README file).
- Make sure you have
dpkg,jqandfakerootinstalled (otherwise, install them withapt). - Run
yarn. - Run
yarn build. - Run
PACKAGING=1 yarn --production. - Then run
./packaging/build-package.sh deb. - The deb package will be located in the
dist/directory.
Note: creating deb packages only has been tested extensively on Ubuntu and Debian.
- Make sure you have
rpm-buildinstalled (otherwise, install it withyumordnf). - Run
yarn - Run
yarn build. - Run
PACKAGING=1 yarn --production. - Then run
./packaging/build-package.sh rpm. - The RPM package will be located in the
dist/directory.
Note: creating RPM packages only has been tested extensively on Fedora.