Skip to content

Commit b01fefc

Browse files
committed
Update README.md
Added deployment info
1 parent b454912 commit b01fefc

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22
This is the server side for [SP7-Ritmare/EDI-NG_client](https://github.com/SP7-Ritmare/EDI-NG_client).
33

44
It's a [Spring](http://spring.io) Boot application configured to package as a WAR file, so as to allow deployment to, e.g., [Tomcat](http://tomcat.apache.org).
5+
In order to deploy to Tomcat, you need to place the WAR file in Tomcat's webapps directory, or upload it via the Tomcat manager application.
56

67
[Binary WAR file](https://github.com/SP7-Ritmare/EDI-NG_server/releases/download/v1.0/edi.war) is available via the "releases" tab.
7-
88
The WAR has been tested on Tomcat 7.
99

10+
> You will probably not need the pre-packaged WAR, anyway, because it points to our own installation of the PostgreSQL database.
11+
> You should edit your copy (https://github.com/SP7-Ritmare/EDI-NG_server/blob/master/EDI-T/src/main/resources/application.properties) file and change the spring.datasource.* entries to point to your own PostgreSQL installation.
12+
> **Warning**: deploying the WAR file will create all necessary tables, but it WILL NOT create the database.
13+
14+
If you want to build the latest release from sources, you can user [Apache Maven](https://maven.apache.org/index.html) (Apache License v2.0). In the EDI-T directory, simply run:
15+
```bash
16+
mvn package
17+
```
18+
This will create your WAR file in the target directory, ready for deployment.
19+
20+
# Dependencies
21+
All dependencies are listed in the *pom.xml* file.
22+
23+
# Local files
24+
Third-party libraries are included in the distribution:
25+
[Postgres JDBC driver](https://jdbc.postgresql.org/index.html), BSD License
26+
[Saxon XSLT and XQuery Processor](http://saxon.sourceforge.net/#F9.7HE) Home Edition, Mozilla Public License version 1.0
27+
1028
# Copyright information
1129

1230
Copyright (C) 2013:

0 commit comments

Comments
 (0)