Giter VIP home page Giter VIP logo

tps's Introduction

tps

Note: This repository should be imported as code.cloudfoundry.org/tps.

Note: The tps listener has been removed, its functionality is in cloud_controller_ng

the process status reporter

Running Unit Tests

Running TPS specs locally requires postgres running with the correct configuration.

  1. Install Postgres (version 9.4 or higher is required):
$ brew install postgresql

By default, brew installs Postgres to use /usr/local/var/postgres as its data directory, and the instructions below assume that.

  1. Run postgres in daemon mode:
$ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
  1. Create the locket database with a specific user

Enter locket_pw when prompted for the user's password.

$ createdb locket
$ createuser -d -P -r -s locket

The specs also require that the locket binary is on the $PATH.

Resources

Learn more about Diego and its components at diego-design-notes

tps's People

Contributors

jfmyers9 avatar luan avatar vito avatar jenspinney avatar cwlbraa avatar emalm avatar sethboyles avatar andrew-edgar avatar onsi avatar 46bit avatar ljfranklin avatar atulkc avatar mikexuu avatar weymanf avatar zrob avatar charleshansen avatar goonzoid avatar thausler786 avatar sweinstein22 avatar nwade avatar sykesm avatar krishicks avatar georgethebeatle avatar ameowlia avatar utako avatar tjvman avatar tcdowney avatar rizwanreza avatar rainmaker avatar nimakaviani avatar

Watchers

James Cloos 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.