/turing_ide

Integrated Development Environment for WPI's turing clusters

Primary LanguageCMIT LicenseMIT

turing_ide

Integrated Development Environment for WPI's turing clusters

Theia IDE

Installation

Takes 10 mins so get a cup of coffee!

# Clone the repository
git clone https://github.com/kingspp/turing_ide --recursive

# Install IDE
sh install.sh

# Start IDE
sh start.sh 3000

# On your localmachine
ssh -N -f -L localhost:3000:localhost:3000 <username>@turing.wpi.edu