Giter Site home page Giter Site logo

gatekeeper's Introduction

Gatekeeper

Welcome to the Gatekeeper module istallation guide. This package is written in Go programming language. It is a simple, lightweight authentication, authorization tool.

Installation (Manual)

Step 1: Install Go runtime

Please follow the download and install instrictions located here: https://golang.org/doc/install. Also you need to prepare your environment for optimal Go experience. Please read and follow the helpful instructions found here: https://golang.org/doc/code.html

Step 2: Installing Gatekeeper

After you have cloned the source code in the proper source directory structure as specified in the guides mentioned above, installing Gatekeeper is very easy. Simply follow these steps -

  1. From inside the source folder where you copied the Gatekeeper files, simply run go get
  2. Then run go install
  3. If you followed the environment setup instructions, you should be able to launch Gatekeeper by simply typing auth-utilsfrom any place.
  4. Alternatively, from within the source folder where Gatekeeper code files were copied into, do go run *.go to launch the m-service.
The service will start at port 8000 if you did not change in the configuration file.

Installation (Automated)

The installation script included has been tested on Ubuntu 14.04-03 64 bit release.
  1. Make the script executable: chmod +x install.sh
  2. Run it, sit back and relax: ./install.sh

API and Usage Guide

Please see the T-Nova internal wiki page for API example snippets, T-Nova Gatekeeper Public API document will be made available very soon.

Word of caution

This is a v0 release, the code is under active development with features being added rapidly.

Use gatekeeper.cfg to control program parameters such as ports, log and database files, etc.

Credits

Development Team

gatekeeper's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.