Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilbitron/statusboard
A simple statusboard web app for Slack, Helpscout and GitHub powered by Lumen and React
https://github.com/gilbitron/statusboard
Last synced: 30 days ago
JSON representation
A simple statusboard web app for Slack, Helpscout and GitHub powered by Lumen and React
- Host: GitHub
- URL: https://github.com/gilbitron/statusboard
- Owner: gilbitron
- License: mit
- Created: 2015-09-30T08:55:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T14:42:04.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:08:28.268Z (7 months ago)
- Language: PHP
- Size: 1010 KB
- Stars: 101
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Statusboard
![Statusboard Preview](https://raw.githubusercontent.com/gilbitron/Statusboard/master/preview.png)
### Requirements
* PHP >= 5.5.9
### Install
1. Download/clone and run `composer install`
2. Setup and run as a website (Either run `docker-compose up -d` to run as a Docker container or setup manually using something like MAMP)
3. Create a [Slack app](https://api.slack.com/applications/new) and a [GitHub app](https://github.com/settings/applications/new). Set the redirect URI's to whatever address you setup in step 2
4. Rename `.env.example` to `.env` and fill in the required informationNote: The Slack app needs the `identify` and `users:read` scopes.
### Usage
I recommend using [Fluid](http://fluidapp.com/) to make it feel more like an "app" and
add it to your dock. Point fluid to your web address and add an icon if you want.Once the app is up and running you will need to authenticate with Slack and GitHub. Follow onscreen instructions.