Skip to content

Quick Start Guide for Developers

Yao-Yi Chiang edited this page Feb 21, 2014 · 2 revisions

#Quick Start Guide for Developers 7/5/2013

  1. Download Web-Karma from GitHub
  2. Go to your local folder where you saved the Web-Karma folder that you just downloaded, and test if you can run Karma locally on your machine using the command "mvn jetty:run"
  3. Start your Eclipse and add a new project "Web-Karma"
  4. Move your Web-Karma folder (the folder you downloaded from GitHub in step 1) to the folder of your Eclipse workspace (i.e., replace the folder you created in step 3)
  5. Refresh your Eclipse Package Explorer (restart Eclipse if the Web-Karma package does not show up in your Package Explorer after the refresh)
  6. Setup your “Debug Configuration” and “Run Configuration” as follows:

image

image

  1. Done. You can start to debug/run Karma in Eclipse using the configurations you set in step 6