-
-
Notifications
You must be signed in to change notification settings - Fork 442
Christian Samsel edited this page Oct 27, 2015
·
16 revisions
The major release 2.0.0 is backwards incompatible with existing installations, since the migration scripts are manually altered (See commit) and the checksums in the metadata table of Flyway (our DB migration tool) need to be corrected. This can be done executing the following command:
mvn initialize flyway:repair
You can easily run SteVe behind a reserve proxy by forwarding /steve/ to the respective host. The following configuration would work for NGINX:
location /steve/ {
proxy_pass http://192.168.1.100/steve/;
}
Keep in mind that OCPP-J using WebSockets might require additional configuration or depending on your proxy software, wont work at all.