cloxp / cloxp-install

Clojure IDE for explorative and interactive development.
MIT License
67 stars 3 forks source link

cloxp-install

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.

Installation

Mac OS and Linux

Prerequisites are: git, java, leiningen, node.js version >=4.

  1. Download the latest release: https://github.com/cloxp/cloxp-install/releases/
  2. Open a terminal.
  3. Uncompress: $ unzip cloxp-0.2.0.zip; cd cloxp-0.2.1
  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.