GithubHelp home page GithubHelp logo

isabella232 / meter-plugin-developer-guide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boundary/meter-plugin-developer-guide

0.0 0.0 0.0 1.42 MB

Documentation on how to development and deploy Boundary metric plugins

License: Apache License 2.0

Makefile 100.00%

meter-plugin-developer-guide's Introduction

TrueSight Pulse Meter Plugin Development Guide

Documentation on how to develop and deploy TrueSight Pulse meter plugins.

The latest published version of the TrueSight Meter Plugin Developer Guide is located at http://boundary.github.io/meter-plugin-developer-guide

Contributing To The Documentation

You an contrubute TrueSight Plugin Development Guide by cloning the respository, installing the required tool set, modifing/updating pages, and then submit a pull request.

Prerequisites

  • Git version 1.7.x or later
  • Either Python 2.7.10 or later, Python 3.3 or later
  • Python virtual environment package 13.1.2 or later
  • Familiarity with Markdown

Fork and Clone the GitHub Repository

  1. Visit http://github.com/boundary/plugin-development-guide
  2. Fork the GitHub repository
$ git clone <url to your forked repository>

Install Python Virtual Environment

It is highly recommended that you use the Python virtualenv package to create an alternative python installation and then install additional packages into this alternate python environment. Python can be an integral part of the operating system and installing packages in a separate python environment prevents disturbing the global installation by upgrading to newer packages that may be required by the packages needed to modify and update the TrueSight Pulse Meter Plugin Development Guide

$ cd <path to clone GitHub repository>
$ virtualenv python
New python executable in /Users/davidg/python/bin/python
Installing setuptools, pip...done.

Activate the new python environment

$ cd <path to cloned GitHub repository>
$ source python/bin/activate

Install Required Packages

$ pip install -r requirements.txt

Previewing Web Pages

  1. Generate the pages from markdown source
$ mkdocs --clean build
  1. Server the pages:
$ mkdocs serve
  1. View the web pages with your browser

Deploying Guide to GitHub Pages

To deploy to GitHub Pages in your own repository run the following:

$ mkdocs gh-deploy

meter-plugin-developer-guide's People

Contributors

jdgwartney avatar

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.