Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Clojure server for bridging analysis-js and analysis-lib

Notifications You must be signed in to change notification settings

blandflakes/futility-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

futility-server

This is a server hosting the front end and analysis libraries for the futility analysis tool. It is a ring server which packages the futility-lib jar and the futility-js front-end.

Installation

Install futility-lib

For now, futility-lib is an unvended JAR, which this server picks up from a local maven repository. Check out futility-lib, and run mvn clean install.

Install futility-js

The most recent version of futility-js should be built and installed into resources/public. For more instructions, check out futility-js.

Build futility-server

$ lein uberjar

The most recent versions of futility-lib and futility-js are tracked in this repository

Usage

$ java -jar futility-server-0.1.0-standalone.jar [args]

You can optionally send a port number as the first arg in the case that the default port (9000) is already occupied.

Visit localhost:9000/futility.html.

License

Copyright © 2016 Brian Fults

Do whatever you want with this code. If it's helpful, send me a beer. If it's horrible, pretend I didn't write it, but in any case please give me credit if your work is any sort of derivation.

About

Clojure server for bridging analysis-js and analysis-lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published