-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
32 lines (21 loc) · 939 Bytes
/
README.txt
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
***** NOTE ******
This version is now deprecated. Please use the one at:
https://github.com/varunratnakar/wings
*****************
This repository contains the source for the Wings Project (http://www.wings-workflows.org/)
It Contains:
Wings Core Framework
--------------------
- wings.war: Wings Tomcat Servlet
- WingsCore/: Java Source code for the Wings Reasoner.
Compile (ant jar) to get wings.jar
- OntologyAPI/: Dependency for Wings Core.
Compile (ant jar) to get kbapi.jar
Note: Replace wings.jar and kbapi.jar in wings.war to get a new Wings Tomcat Servlet
Wings Workflow Portal
---------------------
- WorkflowPortal/: PHP/Javascript Source code for the Workflow Portal.
Compile (./install) to get ModX package
Note: Workflow Portal requires modx (www.modx.com) to be installed
For more details on Installation, please refer to:
http://www.wings-workflows.org/documentation (Installation Guides Section)