- Create and Explore Bluemix:
- Go to Bluemix (https://console.ng.bluemix.net) and create an account
- Click “Categories”, scroll down to the Watson section, and click on “Personality Insights”
- Under “App”, check “Leave Unbound” and then click “Create”
- Read through the page and then click “Demo”
- Experiment with the Personality Insight
- Go to the Eclipse website (https://eclipse.org/downloads/) and download Eclipse for your computer
- Create a folder to store everything you need for this project
- Download the Cloud Foundry Command Line tool
- Download at https://github.com/cloudfoundry/cli#downloads
- Once downloaded, open the download and follow the steps to install
- Download the WebSphere Liberty Profile:
- Download the Liberty Profile runtime at https://developer.ibm.com/wasdev/downloads/liberty-profile-using-non-eclipse-environments/
- Copy and paste each line into Terminal and press Enter
- java -jar wlp-developers-8.5.0.0.jar (accept the user agreement)
- cd wlp
- chmod u+x bin/server
- ./bin/server create MyInstance
- ./bin/server start MyInstance
- Open Eclipse
- Go to the Eclipse Marketplace (under help)
- Search “Liberty” and install IBM Websphere Application Server V8.5 Liberty Profile Developer Tools
- In Eclipse, go to preferences
- Click the drop down arrow for server and click on “runtime environment”
- Click on “Add” and select “WebSphere Application 8.5 Liberty Profile”
- Still in Eclipse, go to the Java EE view (under drop down menu in top right to the right of the “Quick Access” search bar)
- Click on “Server” at the bottom, right click on “WebSphere Application Server Liberty Profile” and click “Start”
- This should take you to “Console” and four lines of code will appear
- Go to Github.com and create an account
- Download Git OSX at http://www.git-scm.com/download/mac
- Download Homebrew
- Go to http://brew.sh and copy and paste the top statement into terminal (ruby -e…)
- Download Gradle
- Download at https://gradle.org/downloads/ (Binary only distribution)
- In Terminal, write "Brew Install Gradle"
- Download the Java SE Development Kit 8
- In Preferences, search “JRE”, click on Installed JRE and make sure to check the box of the Java SE Development Kit 8
Wednesday, May 13, 2015
Day 1: Getting Set Up
On the first day of this project, a lot of setup is needed. We need to download many different things and create various different accounts on different websites to get ready for our project. This is a long and tedious process: it may take hours to download everything you need (it took me 2 hours but hopefully I can steer you in the right direction and shorten the time it takes!). Below are the steps you should take to get prepared for the project.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment