Skip to content

Commit

Permalink
Readme updates to mention Bluemix Eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rvennam committed Jun 30, 2015
1 parent 29c61b7 commit 84ffe54
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Talent Manager

To Use
Three ways to deploy this application
1) Click the button below

[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy)
================================================================================

2) Download the source, compile the source using ant and push to Bluemix
```
git clone
cd talent-manager
ant
cf create-service cloudantNoSQLDB Shared talent-manager-db
cf create-service personality_insights "IBM Watson Personality Insights Monthly Plan" personality-insights-talent-manager
cf push myappname
cf push aUniqueAppName
```

Replace myapp name with the name of your app (ex. talent-manager)
Replace aUniqueAppName with the name of your app (ex. talent-manager123)

or click the button below

[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy)
3) Import and deploy to Bluemix using [Eclipse for Java EE](http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr1) with the [Bluemix plugin](https://marketplace.eclipse.org/content/ibm-eclipse-tools-bluemix).


#Architecture Diagram
Expand Down

0 comments on commit 84ffe54

Please sign in to comment.