-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
33 lines (22 loc) · 788 Bytes
/
README
File metadata and controls
33 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Some sample Clojure code while I work through Paul Wilmott - Introduces Quantitative Finace.
Getting Started
---------------
cd clj
lein deps
LEIN_SNAPSHOTS_IN_RELEASE=true lein jar
java -cp fmath-0.0.1.jar:lib/* fmath.core
Then in your browser navigate to: http://127.0.0.1:8080/
Packaging (Uses Fabric)
-----------------------
See: clj/FABRIC.md
Side Note: Installing Fabric (min 1.0.1)
----------------------------------------
I carried out these steps on my development box. The host
server doesn't need to have Fabric installed.
Note: the script require at least version 1.0.0 (0.9.0 will
not work.
sudo apt-get install python-dev pip
sudo pip install --upgrade fabric
Resources
---------
* http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html