Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 2.7 KB

INSTALLATION.md

File metadata and controls

87 lines (49 loc) · 2.7 KB

Installation Instructions

Windows

Download the latest Windows Installer (64 bit) from here

To install it, simply double click on the installer and follow the step by step installation wizard.

MacOS

Download the latest MacOS Installer (Universal - Intel and Apple Silicon) from here

As this app is distributed outside the App Store you have to follow the following instructions to setup and run it only for the first time.

You can refer to the video given below which shows the steps to install and run API Dash on macOS.

api_dash_mac_install_v1.mp4

Step 1 - After downloading api_dash_macos.dmg file, right click & open it.
Note: If you directly open it by double clicking, macOS will warn you and not allow you to open it. So, right click and open it again.

Step 2 - Click Open in the dialog box

Step 3 - Drag and drop API Dash App in the Applications folder as shown in the video

Step 4 - Now go to the Applications folder

Note: The next step has to be performed twice so that macOS adds the app to whitelist

Step 5 - Right click on API Dash App & click Open

Step 6 - Click OK

Step 7 - Once again right click on API Dash App & then click on Open

Step 8 - Now in this new dialog box click on Open to launch the API Dash App

Step 9 - The application is now ready for use

Step 10 - This process has to be followed only once and from the next time you can directly launch the API Dash App from the Launchpad.

Linux

Debian-based Linux Distributions (Debian, Ubuntu, Linux Mint, etc.)

Download the .deb file from the latest release corresponding to you CPU architecture (x64/amd64 or arm64).

cd to the Downloads folder and execute the following command to install API Dash.

sudo apt install ./apidash-<fullname>.deb

or

sudo dpkg -i apidash-<fullname>.deb

Launch API Dash via apidash command or by clicking on the API Dash app icon.

Red Hat-based Linux Distributions (Fedora, Rocky, AlmaLinux, CentOS, RHEL, etc.)

Download the .rpm file from the latest release corresponding to you CPU architecture (x86_64 or aarch64/arm64).

cd to the Downloads folder and execute the following command to install API Dash.

sudo dnf localinstall ./apidash-<fullname>.rpm

or

sudo rpm -i apidash-<fullname>.rpm

or

sudo yum localinstall ./apidash-<fullname>.rpm

Launch API Dash via apidash command or by clicking on the API Dash app icon.