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
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ Simply upload a line-separated file of text (e.g. tweets), and it will add each
11
11
This tutorial is intended to deploy a pre-compiled warfile through the command line. If you would like to
12
12
use Eclipse and modify the source code, see [development](#development).
13
13
14
+
Give it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.
15
+
16
+
[](https://hub.jazz.net/code/cfui/bluemix/deploy.html?Repository=https://github.com/ibmjstart/bluemix-java-postgresql-uploader.git)
17
+
18
+
Note it will take a minute or so to start up.
19
+
14
20
## Prerequisites ##
15
21
16
22
Before we begin, we first need to install the [**cf**](https://github.com/cloudfoundry/cli/releases) command line tool that will be used to upload and manage your application. If you've previously installed an older version of the cf tool, make sure you are now using v6 of cf by passing it the -v flag:
@@ -29,14 +35,12 @@ From the command line, navigate to the directory of the app and run the followin
|*example:*|`$ cf login -a https://api.ng.bluemix.net`|
36
41
37
42
2. Create an instance of the ElephantSQL service, giving it a unique name in the last argument. The application is written to assume that the service instance name will begin with "elephantsql".
38
43
39
-
40
44
|*usage:*|`$ cf create-service SERVICE PLAN SERVICE_INSTANCE`|
0 commit comments