Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
goekay committed Oct 7, 2015
1 parent 1ce18c4 commit 2684604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Requirements & Configuration
- WebSocket/JSON: `ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`

3. Configuration is defined in [main.properties](src/main/resources/config/prod/main.properties):
- You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L5)
- You _must_ change [the host](src/main/resources/config/prod/main.properties#L14) to the correct IP address of your server
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L9-L10)
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L23-L26)
- You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L7)
- You _must_ change [the host](src/main/resources/config/prod/main.properties#L16) to the correct IP address of your server
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L11-L12)
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L25-L28)

4. The following MySQL statements can be used as database initialization (adjust according to your setup):

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.rwth.idsg</groupId>
<artifactId>steve</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<developers>
Expand Down

0 comments on commit 2684604

Please sign in to comment.