Skip to content

Commit

Permalink
installation
Browse files Browse the repository at this point in the history
  • Loading branch information
marrerom committed Feb 13, 2018
1 parent dfddbf9 commit 59fed94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WebContent/WEB-INF/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ MONGOPORT = 27017

MONGODB = irep

MONGOUSER = irepuser
MONGOUSER = apone

MONGOUSERPWD = 0000
MONGOUSERPWD = 922362096

RABBITHOST = localhost

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Download or clone the project APONE from [github](https://github.com/marrerom/AP
Generate the WAR file to deploy in Tomcat. You can do this easily with Maven, by writing the following command in the project folder:

```bash
mvn clean install
mvn clean install mvn install -DskipTests
```
It will generate the WAR file in the *target* folder of the project.
It will generate the WAR file in the *target* folder of the project. Make sure you skip the tests (-DskipTest) to generate the WAR file, as they requires the WAR file already deployed in a server in order to test the functionality.

## 6. Deploy the platform

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>IREPlatform</groupId>
<artifactId>IREPlatform</artifactId>
<groupId>APONE</groupId>
<artifactId>APONE</artifactId>
<packaging>war</packaging>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit 59fed94

Please sign in to comment.