java/com.sap.sailing.www/release_notes_admin.html
... ...
@@ -23,6 +23,10 @@
23 23
<div class="mainContent">
24 24
<h2 class="releaseHeadline">Release Notes - Administration Console</h2>
25 25
<div class="innerContent">
26
+ <h2 class="articleSubheadline">November 2020</h2>
27
+ <ul class="bulletList">
28
+ <li>Anniversary calculation must now be turned on explicitly. Set system property <pre>-DAnniversaryRaceDeterminator.enabled=true</pre> at startup. Otherwise no anniversary is calculated.</li>
29
+ </ul>
26 30
<h2 class="articleSubheadline">October 2020</h2>
27 31
<ul class="bulletList">
28 32
<li>Fixed a regression regarding the transmission of a time-on-time/time-on-distance ranking metric
java/target/env.sh
... ...
@@ -164,6 +164,8 @@ fi
164 164
165 165
# White labeling: use -Dcom.sap.sse.debranding=true to remove branding images and text
166 166
#ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -Dcom.sap.sse.debranding=true"
167
+# Anniversary calculation:
168
+#ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -DAnniversaryRaceDeterminator.enabled=true"
167 169
ADDITIONAL_JAVA_ARGS="$JAVA_VERSION_SPECIFIC_ARGS $ADDITIONAL_JAVA_ARGS -Dpersistentcompetitors.clear=false -Drestore.tracked.races=true -Dpolardata.source.url=https://www.sapsailing.com -Dwindestimation.source.url=https://www.sapsailing.com -XX:MaxGCPauseMillis=500"
168 170
169 171
wiki/info/landscape/amazon-ec2.md
... ...
@@ -140,7 +140,13 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
140 140
</pre>
141 141
to enable white labeling.
142 142
143
-9. Find the next unused ports for the variables SERVER_PORT, TELNET_PORT and EXPEDITION_PORT. You can do this by extracting all existing variable assignments from all env.sh files within the /home/sailing/servers directory.
143
+9. Anniversary switch, uncomment this line in env.sh
144
+ <pre>
145
+ #ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -DAnniversaryRaceDeterminator.enabled=true"
146
+ </pre>
147
+ to enable anniversary calculation.
148
+
149
+10. Find the next unused ports for the variables SERVER_PORT, TELNET_PORT and EXPEDITION_PORT. You can do this by extracting all existing variable assignments from all env.sh files within the /home/sailing/servers directory.
144 150
145 151
<pre>
146 152
for i in /home/sailing/servers/*/env.sh; do cat $i | grep "^ *SERVER_PORT=" | tail -1 | tr -d "SERVER_PORT="; done | sort -n
... ...
@@ -150,7 +156,7 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
150 156
151 157
If this is the first multi instance on the server, use the values SERVER_PORT=8888, TELNET_PORT=14888, EXPEDITION_PORT=2010.
152 158
153
-10. Append the following variable assignments to your env.sh file.
159
+11. Append the following variable assignments to your env.sh file.
154 160
<pre>
155 161
SERVER_NAME=SSV
156 162
TELNET_PORT=14888
... ...
@@ -162,7 +168,7 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
162 168
DEPLOY_TO=ssv
163 169
</pre>
164 170
165
-11. Append the following description to the /home/sailing/servers/README file.
171
+12. Append the following description to the /home/sailing/servers/README file.
166 172
167 173
<pre>
168 174
# ssv (Schwartauer Segler-Verein, www.ssv-net.de, Alexander Probst, webmaster@alexprobst.de)
... ...
@@ -173,15 +179,15 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
173 179
EXPEDITION_PORT=2000
174 180
</pre>
175 181
176
-12. Start the multi instance.
182
+13. Start the multi instance.
177 183
<pre>
178 184
cd /home/sailing/servers/ssv
179 185
./start
180 186
</pre>
181 187
182
-13. Change the admin password now and create a new user with admin role.
188
+14. Change the admin password now and create a new user with admin role.
183 189
184
-14. Your multi instance is now configured and started. It can be reached over ec2-34-250-136-229.eu-west-1.compute.amazonaws.com:8888.
190
+15. Your multi instance is now configured and started. It can be reached over ec2-34-250-136-229.eu-west-1.compute.amazonaws.com:8888.
185 191
186 192
187 193
##### Reachability