Sha256: 598accbebbef1867055e526611075b01191b3d713a5f0225ed699fc811fe628d

Contents?: true

Size: 1.15 KB

Versions: 26

Compression:

Stored size: 1.15 KB

Contents

# My Houston

##### Mission Control for your projects and team

Houston interfaces with your version-control, ticket-tracking, continuous integration, and other systems to stitch together a picture of your projects and teams.

It makes it easy to set up **triggers** and **notifications** like:

 - Resolving an exception report when a commit that mentions it is deployed
 - Slacking team members when a pull request is labeled or unlabeled
 - Notifying a committer when their commit breaks a test

And it provides a foundation for custom views like **dashboards** and **reports**.

Houston is also extensible through **modules**.



## Getting Started with Houston

##### System Requirements

To use Houston, you must have

 - [Ruby 2.0+](https://www.ruby-lang.org/en/downloads)
 - [Postgres 9.3+](http://www.postgresql.org/download)

##### Hello World

 1. ~~Install houston-core~~
 2. ~~Generate an instance of Houston~~
 3. Modify `config/database.yml` to connect to your database (See [the Rails Guide](http://guides.rubyonrails.org/configuring.html#configuring-a-database) for examples)
 4. Set up your database

    bin/setup

 5. Start Houston

    bundle exec rails server

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
houston-core-0.9.2 templates/new-instance/README.md
houston-core-0.9.1 templates/new-instance/README.md
houston-core-0.9.0 templates/new-instance/README.md
houston-core-0.9.0.rc1 templates/new-instance/README.md
houston-core-0.8.4 templates/new-instance/README.md
houston-core-0.8.3 templates/new-instance/README.md
houston-core-0.8.2 templates/new-instance/README.md
houston-core-0.8.1 templates/new-instance/README.md
houston-core-0.8.0 templates/new-instance/README.md
houston-core-0.8.0.pre2 templates/new-instance/README.md
houston-core-0.8.0.pre templates/new-instance/README.md
houston-core-0.7.0 templates/new-instance/README.md
houston-core-0.7.0.beta4 templates/new-instance/README.md
houston-core-0.7.0.beta3 templates/new-instance/README.md
houston-core-0.7.0.beta2 templates/new-instance/README.md
houston-core-0.7.0.beta templates/new-instance/README.md
houston-core-0.6.3 templates/new-instance/README.md
houston-core-0.6.2 templates/new-instance/README.md
houston-core-0.6.1 templates/new-instance/README.md
houston-core-0.6.0 templates/new-instance/README.md