Skip to content

Commit

Permalink
reference github actions assets in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thefinn93 committed Jul 11, 2023
1 parent 887b549 commit 6cbe32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/frontend-asset-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
build-frontend-assets:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y podman
- name: Check out repository code
uses: actions/checkout@v3
- run: ./build-frontend.sh
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ location /ws {
* ensure `mod_curl` is loaded (add to `/etc/freeswitch/autoload_configs/modules.conf.xml`)
* to install dependencies: `composer install`
* as with most FusionPBX apps, must run schema and menu upgrade after installation.
* Build frontend: `./build-frontend.sh` uses podman to transpile the frontend javascript in a container, and produces files at `js/`.
This can be done remotely then copied into place. Must be re-run on updates.
* Install frontend assets to `js/`. There area two ways to get them:
* run `./build-frontend.sh` on a system with podman installed.
* download the files from the latest GitHub Actions build

## Current limitations
* Contacts are displayed to users who don't have contact_read_* permissions
Expand Down

0 comments on commit 6cbe32d

Please sign in to comment.