java/com.sap.sailing.www/release_notes_admin.html
... ...
@@ -20,7 +20,10 @@
20 20
<div class="contentWrapper">
21 21
<div class="mainContent">
22 22
<h2 class="releaseHeadline">Release Notes - Administration Console</h2>
23
- <div class="innerContent">
23
+ <div class="innerContent"><h2 class="articleSubheadline">February 2020</h2>
24
+ <ul class="bulletList">
25
+ <li>White label: Removal of SAP logos and brand related text from home page and racing panels. Use system property <pre>-Dcom.sap.sailing.debranding=true</pre>
26
+ </ul>
24 27
<h2 class="articleSubheadline">February 2020</h2>
25 28
<ul class="bulletList">
26 29
<li>The "Local Server" tab now refreshes automatically when it comes into view.</li>
wiki/info/landscape/amazon-ec2.md
... ...
@@ -179,7 +179,13 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
179 179
# JAVA_HOME=/opt/jdk1.8.0_20
180 180
</pre>
181 181
182
-8. 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.
182
+8. White label switch, uncomment this line in env.sh
183
+ <pre>
184
+ #ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -Dcom.sap.sailing.debranding=true"
185
+ </pre>
186
+ to enable white labeling.
187
+
188
+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.
183 189
184 190
<pre>
185 191
for i in /home/sailing/servers/*/env.sh; do cat $i | grep "^ *SERVER_PORT=" | tail -1 | tr -d "SERVER_PORT="; done | sort -n
... ...
@@ -189,7 +195,7 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
189 195
190 196
If this is the first multi instance on the server, use the values SERVER_PORT=8888, TELNET_PORT=14888, EXPEDITION_PORT=2010.
191 197
192
-9. Append the following variable assignments to your env.sh file.
198
+10. Append the following variable assignments to your env.sh file.
193 199
<pre>
194 200
SERVER_NAME=SSV
195 201
TELNET_PORT=14888
... ...
@@ -201,7 +207,7 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
201 207
DEPLOY_TO=ssv
202 208
</pre>
203 209
204
-10. Append the following description to the /home/sailing/servers/README file.
210
+11. Append the following description to the /home/sailing/servers/README file.
205 211
206 212
<pre>
207 213
# ssv (Schwartauer Segler-Verein, www.ssv-net.de, Alexander Probst, webmaster@alexprobst.de)
... ...
@@ -212,15 +218,15 @@ To set up a multi instance for a server with name "SSV", subdomain "ssv.sapsaili
212 218
EXPEDITION_PORT=2000
213 219
</pre>
214 220
215
-11. Start the multi instance.
221
+12. Start the multi instance.
216 222
<pre>
217 223
cd /home/sailing/servers/ssv
218 224
./start
219 225
</pre>
220 226
221
-12. Change the admin password now and create a new user with admin role.
227
+13. Change the admin password now and create a new user with admin role.
222 228
223
-13. 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.
229
+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.
224 230
225 231
226 232
##### Reachability