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.


  1. Create and Explore Bluemix:
    1. Go to Bluemix (https://console.ng.bluemix.net) and create an account
    2. Click “Categories”, scroll down to the Watson section, and click on “Personality Insights”
    3. Under “App”, check “Leave Unbound” and then click “Create”
    4. Read through the page and then click “Demo”
    5. Experiment with the Personality Insight
  2. Go to the Eclipse website (https://eclipse.org/downloads/) and download Eclipse for your computer
  3. Create a folder to store everything you need for this project
  4. Download the Cloud Foundry Command Line tool
    1. Once downloaded, open the download and follow the steps to install
  5. Download the WebSphere Liberty Profile:
    1. Copy and paste each line into Terminal and press Enter
      1. java -jar wlp-developers-8.5.0.0.jar (accept the user agreement)
      2. cd wlp
      3. chmod u+x bin/server
      4. ./bin/server create MyInstance
      5. ./bin/server start MyInstance
    2. Open Eclipse
    3. Go to the Eclipse Marketplace (under help)
    4. Search “Liberty” and install IBM Websphere Application Server V8.5 Liberty Profile Developer Tools
    5. In Eclipse, go to preferences
    6. Click the drop down arrow for server and click on “runtime environment”
    7. Click on “Add” and select “WebSphere Application 8.5 Liberty Profile”
    8. 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)
    9. Click on “Server” at the bottom, right click on “WebSphere Application Server Liberty Profile” and click “Start”
    10. This should take you to “Console” and four lines of code will appear
  6. Go to Github.com and create an account
  7. Download Homebrew
    1. Go to http://brew.sh and copy and paste the top statement into terminal (ruby -e…)
  8. Download Gradle
    1. Download at https://gradle.org/downloads/ (Binary only distribution)
    2. In Terminal, write "Brew Install Gradle"
  9. Download the Java SE Development Kit 8
    1. In Preferences, search “JRE”, click on Installed JRE and make sure to check the box of the Java SE Development Kit 8

No comments:

Post a Comment