cloxp -- a Clojure IDE for explorative and interactive development.
Run the live web version without install: cloxp.lively-next.org
Or use this install script for setting cloxp up locally.
Prerequisites are: git, java, leiningen, node.js version >=4.
- Download the latest release: https://github.com/cloxp/cloxp-install/releases/
- Open a terminal.
- Uncompress:
$ unzip cloxp-0.2.0.zip; cd cloxp-0.2.1
- Install:
$ ./install.sh
- Start:
$ ./start.sh
Cloxp should now be running at http://localhost:9001/cloxp.html.
To stop the server press Ctrl-c
.
Prerequisites are: git, java, leiningen.
- Download the latest release: https://github.com/cloxp/cloxp-install/releases/
- Uncompress the zip file, e.g. cloxp-pre-0.0.8.zip
- Open a command line on the uncompressed folder.
- Install:
$ install.cmd
- Start:
$ start.cmd
A docker setup is available: cloxp/cloxp-docker. Prerequisites: docker, a docker supported VM like virtualbox. It should work on all platforms that support docker.
On Arch Linux you might have to set the python path for installing when your default python isn't of version 2: $ PYTHON=python2.7 ./install.sh
.
All code is published under the MIT license.