trajectory

command module
v0.0.0-...-ae11625 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2014 License: Apache-2.0 Imports: 12 Imported by: 0

README

trajectory

Distributed Process Profiler/Traceor

GO Environment

Install Go
- http://golang.org/doc/install#install
Setup directory structure

Create a directory to house your go projects.

For example

mkdir -p $HOME/go

In your profile (bashrc, bash_profile, etc) setup your environment variables

export GOROOT=/usr/local/go
export GOPATH=$HOME/go

Get Go and it's bin directorys in your path

export PATH=$PATH:$GOROOT/bin:$GOPATH:$GOPATH/bin
Add trajectory
mkdir -p $GOPATH/src/github.com/yourusername/
cd $GOPATH/src/github.com/yourusername
git clone git@github.com:lyddonb/trajectory.git
Install the trajectory deps
cd trajectory
go get ./...

Web Environment

Install Node

Install from http://nodejs.org/

make buildall

Create a login.json file with login info:

[
  {
    "Username": "uname",
    "Password": "pwd"
  }
]
Running Local (Redis in vagrant)
Start Redis in Vagrant
vagrant up
vagrant ssh
cd /vagrant
sudo make buildredis
sudo make runredis
exit
Local Build of JS/CSS
make buildjs
make buildcss
Run go server
go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL