diff --git a/README.md b/README.md
index e69de29..9588538 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,77 @@
+
+
+ Copyright © 2015-2016 [Open Baton](http://openbaton.org).
+ Licensed under [Apache v2 License](http://www.apache.org/licenses/LICENSE-2.0).
+
+# Dashboard
+Dashboard is a component of the Openbaton NFVO, which adds the Web GUI to it. It works as web pages provided by the inbuilt server of the NFVO.
+
+# Technical Requirements
+1. NFVO
+2. Webbrowser capable of interpeting HTML, Javascript and CSS
+
+# How to install Dashboard
+
+The project iself does not require any installation. However, if you want to change the component inside your NFVO, you will need to copy the contents into the dashboard subfolder inside the NFVO folder or edit the one that you have already. After this, recompile NFVO in order for it to be built with the updated version.
+
+# How to use Dashboard
+
+In order to learn about GUI, please, refer to the [documentation][openbaton-doc-GUI]
+
+
+# How to extend Dashboard
+
+You can add the pages to the GUI by simply adding them to the static resources folder of the component.
+
+# Issue tracker
+
+Issues and bug reports should be posted to the GitHub Issue Tracker of this project
+
+# What is Open Baton?
+
+OpenBaton is an open source project providing a comprehensive implementation of the ETSI Management and Orchestration (MANO) specification.
+
+Open Baton is a ETSI NFV MANO compliant framework. Open Baton was part of the OpenSDNCore (www.opensdncore.org) project started almost three years ago by Fraunhofer FOKUS with the objective of providing a compliant implementation of the ETSI NFV specification.
+
+Open Baton is easily extensible. It integrates with OpenStack, and provides a plugin mechanism for supporting additional VIM types. It supports Network Service management either using a generic VNFM or interoperating with VNF-specific VNFM. It uses different mechanisms (REST or PUB/SUB) for interoperating with the VNFMs. It integrates with additional components for the runtime management of a Network Service. For instance, it provides autoscaling and fault management based on monitoring information coming from the the monitoring system available at the NFVI level.
+
+# Source Code and documentation
+
+The Source Code of the other Open Baton projects can be found [here][openbaton-github] and the documentation can be found [here][openbaton-doc] .
+
+# News and Website
+
+Check the [Open Baton Website][openbaton]
+Follow us on Twitter @[openbaton][openbaton-twitter].
+
+# Licensing and distribution
+Copyright [2015-2016] Open Baton project
+
+Licensed under the Apache License, Version 2.0 (the "License");
+
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+# Support
+The Open Baton project provides community support through the Open Baton Public Mailing List and through StackOverflow using the tags openbaton.
+
+# Supported by
+
+
+[fokus-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png
+[openbaton]: http://openbaton.org
+[openbaton-doc]: http://openbaton.org/documentation
+[openbaton-doc-GUI]: http://openbaton.github.io/documentation/nfvo-how-to-use-gui/
+[openbaton-github]: http://github.org/openbaton
+[openbaton-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/openBaton.png
+[openbaton-mail]: mailto:users@openbaton.org
+[openbaton-twitter]: https://twitter.com/openbaton
+[tub-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png
diff --git a/src/main/java/org/openbaton/nfvo/gui/WebConfig.java b/src/main/java/org/openbaton/nfvo/gui/WebConfig.java
index 9182038..2b7e999 100644
--- a/src/main/java/org/openbaton/nfvo/gui/WebConfig.java
+++ b/src/main/java/org/openbaton/nfvo/gui/WebConfig.java
@@ -2,9 +2,5 @@
import org.springframework.stereotype.Controller;
-
@Controller
-class WebConfig {
-
-
-}
+class WebConfig {}
diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 56b2dfc..d9a46dd 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -54,4 +54,4 @@