Skip to content

themiszamani/argo-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 and bzr library

  2. Create a new work space:

     mkdir ~/go-workspace
     export GOPATH=~/go-workspace
    

You may add the last export line into the ~/.bashrc or the ~/.bash_profile file to have GOPATH environment variable properly setup upon every login.

  1. Get the latest version and all dependencies:

     go get github.com/ARGOeu/argo-web-api
    
  2. To build the service use the following command:

     go build
    
  3. To run the service use the following command:

     ./argo-web-api
    

For a list of options use the following command:

    ./ar-web-api -h
  1. To run the unit-tests:

     go test ./...
    
  2. To generate and serve godoc (@port 6060)

     godoc -http=:6060
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%