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
[](https://github.com/RWTH-i5-IDSG/steve/actions/workflows/main.yml)
3
+
[](https://github.com/steve-community/steve/actions/workflows/main.yml)
4
4
5
5
6
6
# Introduction
7
7
8
-
SteVe started its life at the RWTH Aachen University in 2013.
8
+
SteVe started its life at the RWTH Aachen University [in 2013](https://github.com/steve-community/steve/issues/827).
9
9
The name is derived from _Steckdosenverwaltung_ in German (in English: socket administration).
10
10
The aim of SteVe is to support the deployment and popularity of electric mobility, so it is easy to install and to use.
11
11
It provides basic functions for the administration of charge points, user data, and RFID cards for user authentication and was tested successfully in operation.
@@ -26,14 +26,14 @@ Electric charge points using the following OCPP versions are supported:
@@ -76,14 +76,14 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
76
76
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L17-L18)
77
77
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L32-L35)
78
78
79
-
For advanced configuration please see the [Configuration wiki](https://github.com/RWTH-i5-IDSG/steve/wiki/Configuration)
79
+
For advanced configuration please see the [Configuration wiki](https://github.com/steve-community/steve/wiki/Configuration)
80
80
81
81
4. Build SteVe:
82
82
83
83
To compile SteVe simply use Maven. A runnable `jar` file containing the application and configuration will be created in the subdirectory `steve/target`.
84
84
85
85
```
86
-
# mvn package
86
+
# ./mvnw package
87
87
```
88
88
89
89
5. Run SteVe:
@@ -122,11 +122,11 @@ To access this publicaly, you'll also have to setup an ingress using something l
122
122
123
123
# Ubuntu
124
124
125
-
You'll find a tutorial how to prepare Ubuntu for SteVe here: https://github.com/RWTH-i5-IDSG/steve/wiki/Prepare-Ubuntu-VM-for-SteVe
125
+
You'll find a tutorial how to prepare Ubuntu for SteVe here: https://github.com/steve-community/steve/wiki/Prepare-Ubuntu-VM-for-SteVe
126
126
127
127
# AWS
128
128
129
-
You'll find a tutorial how to setup SteVe in AWS using Lightsail here: https://github.com/RWTH-i5-IDSG/steve/wiki/Create-SteVe-Instance-in-AWS-Lightsail
129
+
You'll find a tutorial how to setup SteVe in AWS using Lightsail here: https://github.com/steve-community/steve/wiki/Create-SteVe-Instance-in-AWS-Lightsail
130
130
131
131
# First Steps
132
132
@@ -168,7 +168,7 @@ If you are in the EU and offer vehicle charging to other people using SteVe, kee
168
168
169
169
Are you having issues?
170
170
-----
171
-
See the [FAQ](https://github.com/RWTH-i5-IDSG/steve/wiki/FAQ)
171
+
See the [FAQ](https://github.com/steve-community/steve/wiki/FAQ)
0 commit comments