File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,16 +44,17 @@ To host DataSpread locally you can either use one of the pre-build war files, av
4444* [ PostgreSQL] [ posrgres ] >= 9.5
4545* [ PostgreSQL JDBC driver] [ jdbc ] - 9.4.1208
4646* [ Apache Tomcat] [ tomcat ] >= 8.5.4
47+ * [ Apache Maven] [ maven ] >= 3.5.0
4748
4849
4950### Building Instructions (To generate a war file)
5051
51521 . Clone the DataSpread repository. Alternatively, you can download the source as a zip or tar.gz.
5253
53- 2 . Use Ant to build the ` war ` file using the following command. After the build completes the war is available at ` out/artifacts/DataSpread_war ` .
54+ 2 . Use maven to build the ` war ` file using the following command. After the build completes the war is available at ` webapp/target/DataSpread.war ` .
5455
5556 ```
56- ant
57+ mvn clean install
5758 ```
5859
5960### Deploying DataSpread locally.
109110[ postgressite ] : https://www.postgresql.org/
110111[ warlink ] : https://github.com/dataspread/releases/releases
111112[ dataspread-github ] : http://dataspread.github.io
112- [ dataspread-site ] : http://data-people.cs.illinois.edu/dataspread.pdf
113+ [ dataspread-site ] : http://data-people.cs.illinois.edu/dataspread.pdf
114+ [ maven ] : https://maven.apache.org/install.html
115+
You can’t perform that action at this time.
0 commit comments