Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

readme.md

File metadata and controls

19 lines (14 loc) · 1.18 KB
                RIDE                                             RIDE
┌────────────┐protocol┌───────────┐     ┌───────┐HTTPS ┌──────┐protocol┌───────────┐
│Electron app├────────┤interpreter│     │browser├──────┤srv.js├────────┤interpreter│
└────────────┘   :4502└───────────┘     └───────┘ :8443└──────┘   :4502└───────────┘

     as a desktop application                          in a browser

install Git and NodeJS v6.6.0

git clone https://github.com/dyalog/ride --depth=1
cd ride
npm i         # download dependencies
npm start     # start RIDE (without building native apps)
node mk dist  # build native apps under _/ride${version}/

(# starts a comment)

Dyalog customers can download a pre-built installable RIDE from MyDyalog under the Downloads > RIDE menu.