org.rksm/cloxp-installer

Installer for cloxp.


License
MIT

Documentation

cloxp-install

Install script for cloxp -- a Clojure IDE for explorative and interactive development.

Installation

Mac OS and Linux

Prerequisites are: git, java, leiningen, node.js + npm.

  1. Download the latest release: https://github.com/cloxp/cloxp-install/releases/
  2. Open a terminal.
  3. Uncompress: $ unzip cloxp-pre-0.0.8.zip; cd cloxp-pre-0.0.8
  4. Install: $ ./install.sh
  5. Start: $ ./start.sh

Cloxp should now be running at http://localhost:9001/cloxp.html.

To stop the server press Ctrl-c.

Windows

Prerequisites are: git, java, leiningen.

  1. Download the latest release: https://github.com/cloxp/cloxp-install/releases/
  2. Uncompress the zip file, e.g. cloxp-pre-0.0.8.zip
  3. Open a command line on the uncompressed folder.
  4. Install: $ install.cmd
  5. Start: $ start.cmd

Docker

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.

Install notes

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.

LICENSE

All code is published under the MIT license.