Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbredel authored Jul 20, 2016
1 parent db521a6 commit 063c79d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gatekeeper GUI designed to cover the needs of the two user groups, service developers and platform administrators in supporting the process of DevOps in SONATA. Gatekeeper GUI is an API management and visualization tool that on one hand enables SONATA developers to manage their services throughout their whole lifecycle, while on the other hand offer Service Platform administrator the ability to provision, monitor and monetize platform resourcess.

### Development
## Development
To contribute to the development of the SONATA gui you have to fork the repository, commit new code and create pull requests.

### Dependencies
Expand All @@ -25,7 +25,7 @@ To contribute to the development of the SONATA gui you have to fork the reposito
* grunt 0.4.5 (MIT)


### Installation
## Installation

Build Docker container image
```
Expand All @@ -37,10 +37,11 @@ Run Docker container
sudo docker run -d -p 80:80 -e "MON_URL=sp.int2.sonata-nfv.eu:8000" -e "GK_URL=sp.int.sonata-nfv.eu:32001" -e "LOGS_URL=logs.sonata-nfv.eu:12900" sonata-gui
```

### License
## License
SONATA gui is published under Apache 2.0 license. Please see the LICENSE file for more details.

###Lead Developers
---
#### Lead Developers
The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests.

* Panos Trakadas (trakadasp)
Expand Down

0 comments on commit 063c79d

Please sign in to comment.