Skip to content

Commit

Permalink
Improve packaging doc to include webui
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffesquivels committed Feb 16, 2021
1 parent 7f4ec27 commit ac75c46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/linux-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ Make sure you can build the `node.js` client from source code (i.e. you can succ

1. Make sure you have `dpkg`, `jq` and `fakeroot` installed (otherwise, install them with `apt`).
2. Run `PACKAGING=1 yarn`.
3. Then run `yarn run build-deb`.
4. The deb package will be located in the `dist/` directory.
3. Run `PACKAGING=1 yarn build`.
4. Then run `yarn run build-deb`.
5. The deb package will be located in the `dist/` directory.

Note: creating deb packages only has been tested extensively on Ubuntu and Debian.

#### Fedora/CentOS/RHEL (RPM package format)

1. Make sure you have `rpm-build` installed (otherwise, install it with `yum` or `dnf`).
2. Run `PACKAGING=1 yarn`
3. Then run `yarn run build-rpm`.
4. The RPM package will be located in the `dist/` directory.
3. Run `PACKAGING=1 yarn build`.
4. Then run `yarn run build-rpm`.
5. The RPM package will be located in the `dist/` directory.

Note: creating RPM packages only has been tested extensively on Fedora.

0 comments on commit ac75c46

Please sign in to comment.