Skip to content

Commit 2b57335

Browse files
committed
Testing HTML Tables with JazzHub
1 parent 896499b commit 2b57335

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@ If you want to use Eclipse to work on it, there are two ways you can get the sou
5050
## Deploying the App to BlueMix and Binding the PostgreSQL Service##
5151

5252
In order to deploy your app on BlueMix, it has to be wrapped in a WAR file. You can export the project from Eclipse to a WAR file, or download the WAR file for this sample here: https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases. In the terminal, go in the directory of the app.
53+
0. Test
54+
<table>
55+
<thead>
56+
<tr>
57+
<th><em>usage:</em></th>
58+
<th><code>$ cf login [-a API_URL] [-o ORG] [-s SPACE]</code></th>
59+
</tr>
60+
</thead>
61+
<tbody>
62+
<tr>
63+
<td><em>example:</em></td>
64+
<td><code>$ cf login -a https://api.ng.bluemix.net</code></td>
65+
</tr>
66+
</tbody>
67+
</table>
5368

5469
1. Login to Bluemix.
5570

0 commit comments

Comments
 (0)