Skip to content

Clojure IDE for explorative and interactive development.

License

Notifications You must be signed in to change notification settings

hkjels/cloxp-install

 
 

Repository files navigation

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 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.0
  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.

About

Clojure IDE for explorative and interactive development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 98.0%
  • JavaScript 1.5%
  • Other 0.5%