Skip to content

ntrianta/ar-web-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGI Availability & Reliability API

Development

  1. Install Golang

  2. Create a new work space:

     mkdir ~/go-workspace
    
  3. Install dependencies:

     go get labix.org/v2/mgo
     go get labix.org/v2/mgo/bson
     go get code.google.com/p/gcfg
     go get github.com/argoeu/go-lru-cache
    

    or

     go get
    
  4. Build the service:

     go build
    
  5. Run the service:

     ./ar-web-api
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%