Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.22 KB

install.adoc

File metadata and controls

25 lines (21 loc) · 1.22 KB

Jason Installation

  1. Install Java 17

  2. Install Visual Sudio Code

  3. [windows] Install a terminal & shell tool like GitBash

  4. Install Jason:

    Unix and Windows

    Download a Jason release from here (download the file named jason-bin-…​..zip) and decompress it. The zip file contains documentation, examples, and a sub-directory bin with the file jason. It is a unix executable file, if not, change its properties with chmod +x jason. Finally, adds the directory bin in your machine PATH so that the command jason can be executed in a terminal.

    Linux

    You can use apt-get to install Jason (details here):

    echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list
    sudo apt update
    sudo apt install jason-cli

To test the installation, run the command jason --version in a terminal. The output should be as follows:

Jason CLI 3.2