Skip to content

Dyalog/ride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69087b8 · Jan 24, 2017
Nov 11, 2016
Nov 29, 2016
Jan 24, 2017
Nov 4, 2016
Jan 20, 2017
Jul 15, 2016
Jan 23, 2017
Jan 5, 2017
Dec 12, 2016
Jul 31, 2015
Jun 2, 2016
Feb 4, 2015
Jan 17, 2017
Jan 17, 2017
Mar 1, 2016
Jan 13, 2017
Jan 5, 2017
Apr 23, 2015
Jun 28, 2016
Jun 28, 2016
Jan 11, 2017
Oct 11, 2016
Dec 14, 2016
Jan 4, 2017
Dec 12, 2016
Jan 5, 2017
Nov 15, 2016
Nov 4, 2016
Aug 23, 2016
Jan 12, 2017

Repository files navigation

                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.