Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4lejandrito/wallboard
Wallboard for software development teams
https://github.com/4lejandrito/wallboard
Last synced: about 1 month ago
JSON representation
Wallboard for software development teams
- Host: GitHub
- URL: https://github.com/4lejandrito/wallboard
- Owner: 4lejandrito
- Created: 2014-09-12T13:19:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T08:20:16.000Z (almost 10 years ago)
- Last Synced: 2024-04-09T17:01:39.657Z (7 months ago)
- Language: Ruby
- Size: 617 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wallboard [![Build Status](https://travis-ci.org/4lejandrito/wallboard.svg?branch=master)](https://travis-ci.org/4lejandrito/wallboard)
=========Wallboard for software development teams
Building
--------You will need the following pre-requisites on your system before you can run:
* Ruby 2.0.0 - https://www.ruby-lang.org
* Bundler >= 1.2.0 - http://bundler.io/Once you have checked the code out, run the following command:
```
bundler install && bower install
```This will install all of the required packages (backend and frontend) needed for the wallboard.
Running Tests
-------------The tests are written using [RSpec](http://rspec.info).
Simply run the following command on the project's root folder:
```
rspec
```Running
-------Wallboard is a [Sinatra](http://www.sinatrarb.com/) app, so it can be run through [Rack](http://rack.github.io/):
```
rackup
```