File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 3
3
Alice is a REST and web front-end to http://www.rabbitmq.com
4
4
5
5
== Starting
6
- To start Alice, type
7
- ./start.sh
8
-
9
- This will compile the necessary components, if they are not already compiled and then start
10
- the alice REST server.
11
6
12
- You'll need to make sure that rabbitmq is running locally by running:
13
- sudo rabbitmq-server
14
-
15
- Finally, if you want to use wonderland (https://github.com/auser/wonderland/tree/master), type:
16
- make wonderland
17
-
18
- This will grab the latest wonderland source and install it in your web/ directory
7
+ To start Alice, type
8
+ ./start.sh
9
+
10
+ This will compile the necessary components, if they are not already compiled and then start
11
+ the alice REST server.
12
+
13
+ You'll need to make sure that rabbitmq is running locally by running:
14
+ sudo rabbitmq-server
15
+
16
+ Finally, if you want to use wonderland (https://github.com/auser/wonderland/tree/master), type:
17
+ make wonderland
18
+
19
+ This will grab the latest wonderland source and install it in your web/ directory
19
20
20
21
== Extending
21
22
You can’t perform that action at this time.
0 commit comments