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
@@ -35,10 +35,10 @@ Download and uncompress the application source code [causal-web-1.3.1](https://
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-5.3.0.jar** to the **workspace/lib** folder.
38
+
Copy the **causal-cmd-6.0.1.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.0/src/main/resources folder:
41
+
There are 4 configuration files to configure located in causal-web-1.3.1/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.0.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.1.jar** in the **/target** folder.
78
78
79
79
### Launch the Program
80
80
```java
81
-
java -jar causal-web-1.3.0.jar
81
+
java -jar causal-web-1.3.1.jar
82
82
```
83
83
To give the program 4GB of memory to run on, type the follow, using the jvm options:
84
84
```java
85
-
java -Xmx4G-jar causal-web-1.3.0.jar
85
+
java -Xmx4G-jar causal-web-1.3.1.jar
86
86
```
87
87
88
88
To launch app in the browser
89
89
```
90
90
http://localhost:[port]/ccd // default port is 8080, otherwise change to specified port
0 commit comments