File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -55,35 +55,36 @@ a simple web ui is included for exploring configuration
55
55
56
56
![ ui] ( http://i.imgur.com/dlRTXUD.png )
57
57
58
- ### build
58
+ ### running
59
59
60
- building oroboros requires java7+ and leiningen
60
+ if you have [ docker ] ( https://docker.io ) installed::
61
61
62
62
~~~ sh
63
- lein do clean, ring uberjar
63
+ docker run -v $PWD /examples:/etc/oroboros/configs -p 8080:80 egghead/oroboros
64
64
~~~
65
65
66
- ### run
66
+ Or just grab a copy of the jar and run it in your config directory.
67
67
68
- Once built, there are a few different ways to run oroboros in your environment.
68
+ ### development
69
69
70
- using [ fig ] ( http://www.fig.sh/ ) for development:
70
+ building oroboros requires java7+ and leiningen
71
71
72
72
~~~ sh
73
- fig up
73
+ lein do clean, ring uberjar
74
74
~~~
75
75
76
- using [ docker] ( https://docker.io ) for deployment:
76
+ Once built, there are a few different ways to run oroboros in your environment.
77
+
78
+ using [ fig] ( http://www.fig.sh/ ) for development:
77
79
78
80
~~~ sh
79
- docker run -v $PWD /examples:/etc/oroboros/configs -p 8080:80 egghead/oroboros
81
+ fig up
80
82
~~~
81
83
82
- or just run the jar in some config dir :
84
+ using [ lein ] ( http://leiningen.org/ ) :
83
85
84
86
~~~ sh
85
- cd examples
86
- java -jar ../target/oroboros-0.1.0-SNAPSHOT-standalone.jar
87
+ lein trampoline ring server-headless
87
88
~~~
88
89
89
90
Once you have the server started, play around with editing the configs, or create some of your own.
Original file line number Diff line number Diff line change 1
- (defproject oroboros " 0.1.0-SNAPSHOT "
1
+ (defproject oroboros " 0.1.0"
2
2
:description " FIXME: write description"
3
3
:url " http://example.com/FIXME"
4
4
:min-lein-version " 2.0.0"
You can’t perform that action at this time.
0 commit comments