Whilelse is a software development system currently under development that aims to simplify programming by representing code as a graph instead of plain text and providing an efficient keyboard-centric editor.
The easiest way to get started is the online demo. It has a step-by-step guide.
Install the following:
- Ruby 2.2.0+
- Node.js
- supervisord (requires Python)
- nginx
Install dependencies (Bundler / npm):
./bin/setup
Start supervisord, which will start all components:
./bin/run
Open:
http://localhost:8888/
See acceptance/README.md.
There is a script that can set up everything on a clean Ubuntu 15.10.
Make sure you have SSH key authentication set up:
ssh root@myserver "lsb_release -d"
# => Description: Ubuntu 15.10
Create a deploy/config.local file:
deployhost=myserver
deploydir=/srv/whilelse
Run: ./deploy/setup.