GithubHelp home page GithubHelp logo

isabella232 / boundary-event-sdk-centos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boundary/boundary-event-sdk-centos

0.0 0.0 0.0 181 KB

Installation of Nagios 3.51 core

Shell 100.00%

boundary-event-sdk-centos's Introduction

Boundary Event SDK Development

Uses Vagrant to create a CentOS 6.5 VM and install with the latest release of the Boundary Event SDK

Requirements

Disable SDK Installation

To disable the installation of the sdk run the following command in the cloned git respository:

touch no-boundary-sdk

To enable,after disabling run the following command in the cloned git respository:

rm no-boundary-sdk

Basic Commands

Simple command line operations for those not familar with using Vagrant

Startup

This command starts a virtual machine and if the box centos-6.5 is not already on the system it will be downloaded.

  1. Start the virtual machine

    $ vagrant up

Suspend

Saves the state of the VM on disk so it can be resumed later

  1. Safely shutdown the virtual machine

    $ vagrant suspend

Resume

Restarts VM from its preserved state.

  1. Resume a previously shutdown virtual machine

    $ vagrant resume

Shutdown

Completely destroys the VM and it state, but it also frees up all the disk usage associated with the VM instance.

  1. Halt and destroy the virtual machine

    $ vagrant destroy

Building the Boundary Event SDK

  1. Start the virtual machine:

    $ vagrant up

  2. Login to the virtual machine:

    vagrant ssh

  3. Change directory the Boundary Event SDK source tree:

    [vagrant@localhost ~]$ cd boundary-event-sdk

  4. Setup the build environment:

    [vagrant@localhost ~]$ bash setup.sh

  5. Build and assembly distribution:

    [vagrant@localhost ~]$ mvn assembly:assembly

boundary-event-sdk-centos'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.