Skip to content

Install tutorial

caracciolo edited this page Sep 23, 2014 · 4 revisions

To setup the development environment follow these steps:

  • make sure that you installed JDK
  • install Eclipse for J2EE (link)
    • alternatively you can also try out Netbeans
  • install MySql database + frontend (e.g. phpmyadmin)
    • the easiest way is to opt for an installer like XAMPP. Once installed, lunch the application, start the mysql service and apache, browse to: http://localhost/phpmyadmin .
    • our skeleton app connects to the DB using the default port and user "root" (without password).
  • download the skeleton project

git clone https://github.com/ese-unibe-ch/ese2014-wiki.git

  • import the skeleton project in eclipse (Import -> Maven -> Existing maven projects)
  • build the project (right click -> run as -> maven build .. -> goals="jetty:stop jetty:run" -> run)
  • open your browser at: http://localhost:8080/Skeleton/
Clone this wiki locally