Skip to content

paqato/zendesk-app

Repository files navigation

PAQATO Zendesk App

Dev Setup

./build.sh
cp settings.json.dist settings.json

Build

./build.sh

Run Zendesk Server

yarn start

Debug

Ruby Show Version

To show the current Ruby version run the following command inside the docker container:

ruby -v

Ruby Available Versions

Run the following command inside the docker container:

rbenv install --list

Ruby Installed Versions

Run the following command inside the docker container:

rbenv versions

Ruby Change Version

Run the following command inside the docker container:

rbenv global <version>

ZAT Show Version

Run the following command inside the docker container:

zat -v