GithubHelp home page GithubHelp logo

isabella232 / sauron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudfoundry-attic/sauron

0.0 0.0 0.0 334 KB

Cloud Foundry - the open platform as a service project

License: Apache License 2.0

JavaScript 66.10% Ruby 33.90%

sauron's Introduction

sauron

software defect data warehouse, extracts defects from multiple sources, normalizes defect information, and provides restful api to access the warehouse.

dependencies

  • ruby 1.9.2-p290 or greater (not tested with 1.9.3)
  • sinatra
  • thin
  • postgresql
  • sqlite3 (for development)
  • activerecord
  • highline

install

  1. clone the source from gerrit
    gerrit clone ssh://reviews.cloudfoundry.org/sauron
  1. bundle install
    bundle install
  1. create a config file
    rake config # input postgresql username and password
  1. create the database
    rake db:migrate
  1. set environment # default is development which uses sqlite3
    export RACK_ENV=production
  1. start up the web server
    bundle exec thin start -d -p <port>   # e.g. bundle exec thin start -d -p 8000
  1. stop the web server
    thin stop

troubleshooting

  • on occassion, the thin stop command fails to shutdown the server in which case you'll need to kill the process manually via the kill command
    kill -9 PID

sauron's People

Contributors

eveningwear avatar leoli 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.