You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install the dependencies, go to the top directory of each project and do a maven install by typing **mvn install**.
25
25
26
26
#### Application
27
-
Download and uncompress the application source code [causal-web-1.3.1](https://github.com/bd2kccd/causal-web/releases/tag/v1.3.1). To compile and build the application, go to the directory **causal-web-1.3.1** and type **mvn package**.
27
+
Download and uncompress the application source code [causal-web-1.3.4](https://github.com/bd2kccd/causal-web/releases/tag/v1.3.4). To compile and build the application, go to the directory **causal-web-1.3.4** and type **mvn package**.
### Setup the directory structure and copy libraries
35
35
First, you need to create a workspace for the application to work in. Create a directory called **workspace**, for an example ***/home/tuser/workspace***.
36
36
Inside the workspace directory, create another folder called **lib**, for example ***/home/tuser/workspace/lib***.
37
37
38
-
Copy the **causal-cmd-6.0.1.jar** to the **workspace/lib** folder.
38
+
Copy the **causal-cmd-0.1.2-jar-with-dependencies.jar** to the **workspace/lib** folder.
39
39
40
40
### Configure
41
-
There are 4 configuration files to configure located in causal-web-1.3.1/src/main/resources folder:
41
+
There are 4 configuration files to configure located in causal-web-1.3.4/src/main/resources folder:
Make sure you set **ccd.server.workspace=/home/tuser/workspace** and **ccd.folder.lib=lib** in the **ccd.properties** file.
75
75
76
76
## Compile the Program
77
-
Go to the **causal-web** directory and run the command **mvn clean package**. This will create a jar file called **causal-web-1.3.1.jar** in the **/target** folder.
77
+
Go to the **causal-web** directory and run the command **mvn clean package**. This will create a jar file called **causal-web-1.3.4.jar** in the **/target** folder.
78
78
79
79
### Launch the Program
80
80
```java
81
-
java -jar causal-web-1.3.1.jar
81
+
java -jar causal-web-1.3.4.jar
82
82
```
83
83
To give the program 4GB of memory to run on, type the follow, using the jvm options:
0 commit comments