Skip to content

Instantly share code, notes, and snippets.

View tbonesteaks's full-sized avatar

Todd Gardiner tbonesteaks

  • Broomfield, Colorado
View GitHub Profile
#-*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
@tbonesteaks
tbonesteaks / mac-virt.rst
Created November 8, 2015 04:53
mac - virt

xcodebuild -license pip install virtualenv pip install virtualenvwrapper

which virtualenvwrapper which virtualenv

vi ~/.bashrc

Add these three lines

@tbonesteaks
tbonesteaks / mac-vagrant-howto.rst
Last active April 19, 2021 12:10
brew, vagrant, virtualbox, and vagrant file howto...

Vagrant on Mac w Virtualbox

NSoT engineers have built Vagrantfiles for you to deploy NSoT software in a multitude of linux environments. This tutorial will help you load a Macintonsh computer (OS X) with Vagrant, Virtual Box, and dependencies so that you can start virtual servers and test the software.

NSoT publishes complete installation instructions for linux distributions, branch versions, and Vagrantfiles in addition to, not an alternative for the pip install method:

$ pip-install nsot
@tbonesteaks
tbonesteaks / NSoT-CentOS-install.rst
Last active October 20, 2015 08:00
Install NSoT on a clean CentOS distro

############# NSoT on CentOS Install Instructions #############

This installation guide assumes that you have installed CentOS 12.4 on your machine, and are wanting to install NSoT. This guide will help you install NSoT and then run it locally from a browser window.

1. Install Python, Dependencies, PIP, and NSOT ==============

############# NSoT Installation Options & Instructions #############

Network Server of Truth, or NSoT, is designed to run on multiple architectures and environments that support Python. Provided the host is properly configured, NSoT can be installed with a single command line entry.

$ pip install nsot

However, we understand not all machines are already configured for NSoT. Below we have outlined instructions for

@tbonesteaks
tbonesteaks / NSoT-Ubuntu-Install.rst
Last active October 20, 2015 06:49
How to install NSoT on a clean Ubuntu 12 Server, with Python, and dependencies. (Rev. 10.2015)

############# NSoT on Ubuntu Install Instructions #############

This installation guide assumes that you have installed Ubuntu 12.4 on your machine, and are wanting to install NSoT. This guide will help you install NSoT and then run it locally from a browser window.

1. Install Python, Dependencies, PIP, and NSOT ==============

############# HowTo: NSOT on Vagrant VM w CentOS #############

The Plan:

Install NSoT on it's own Linux environment: A CentOS virtual machine, with Python, all the dev tools, SSL, etc. We use Vagrant (which requires Oracle's Virtualbox) to control our virtual machines, and a Vagrantfile to provision the server from one

@tbonesteaks
tbonesteaks / NSOT-Vagrant-Readme1.rst
Last active October 20, 2015 00:49
NSOT Demo Server Installation and Startup Instructions

############# HowTo: NSOT on Vagrant VM w Ubuntu #############

The Plan:

Install NSoT on it's own Linux environment: An Ubuntu virtual machine, with Python, all the dev tools, SSL, etc. We use Vagrant (which requires Oracle's Virtualbox) to control our virtual machines, and a Vagrantfile to provision the server from one