README.md 298 Bytes
Newer Older
Vishal Kadam committed
1 2 3
# DGC Metadata

## Instructions
Vishal Kadam committed
4 5 6 7 8 9

### Prerequisite
1. Nodejs (http://nodejs.org/download/)
2. ```npm install -g grunt-cli```

### Setup:
Vishal Kadam committed
10 11

```
rohitmpr committed
12 13
git clone https://github.com/hortonworks/dgi-metadata-ui.git
cd dgi-metadata-ui
Vishal Kadam committed
14 15 16 17
npm install
grunt server
```
Server will start at: 
Vishal Kadam committed
18
<http://localhost:3020/>