Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.02 KB

readme.md

File metadata and controls

58 lines (44 loc) · 2.02 KB

DC2F CMS

UI based on vaadin

Building project

This project is build with maven (you need to have maven installed to build it).

To build just execute

mvn package

this will generate a war file in dc2f-vaadin/target/ that can be deployed to your tomcat.

Setup Development Environment

This project was developed with Eclipse, therefore this is the prefered development platform.

Things you need on top of Eclipse Luna:

Please set your workspace encoding to UTF-8 if you are on windows.

With "Import" > "Existing Maven Projects" import the following projects from the checked out project

  • dc2f
  • dc2f-dstore
  • dc2f-vaadin
  • dc2f-api

Tomcat 8 Target Runtime

If you don't have an existing tomcat 8 target runtime please add it:

  1. In Eclipse open Window > Preferences
  2. Select Server > Runtime Environments
  3. Click add
  4. Select tomcat 8
  5. In the next dialog point it to the correct installation directory or install a new tomcat 8
  6. Finish adding the target runtime by closing the dialogs with "OK"

Tomcat 8 Server

  • Open the server view with Window > Show View > Other ...
    • Select Server > Server
  • Create a new Tomcat 8 server
    • Rightclick into server view
      • New > Server
    • Select Tomcat v8.0 Server
    • Click Next
    • Select dc2f-vaadin(DC2F) and click "Add >"
    • Click fFinish
  • Now you can rightlick the server and start it

DC2F now should be available at localhost:8080

Build Status

Codeship Status for dc2f/DC2F-CMS-V