Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relaxdiego/release_dashboard
https://github.com/relaxdiego/release_dashboard
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/relaxdiego/release_dashboard
- Owner: relaxdiego
- Created: 2012-03-08T08:12:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T02:08:33.000Z (almost 13 years ago)
- Last Synced: 2024-12-17T19:03:01.227Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Release Dashboard
=================Prerequisites
-------------
1. Mac OS X or CentOS 5
2. [Git](http://git-scm.com)
3. [Ruby](ruby-lang.org/) 1.9.2-p0Mac OS X Additional Prerequisites
---------------------------------
1. Xcode 4.1+ or [Command Line Tools](https://developer.apple.com/downloads/index.action)
2. If you have Xcode 4.2 or above, you'll want to work around LLVM GCC. Here's [a suggestion](http://www.relaxdiego.com/2012/02/using-gcc-when-xcode-43-is-installed.html).Mac OS X Optional Stuff
-----------------------
1. [Pow](http://pow.cx/) 0.3.2+Installation
------------
1. `git clone https://github.com/relaxdiego/release_dashboard`
2. `cd release_dashboard` (if RVM asks, trust the .rvmrc file)
3. `script/setup`CentOS 5 Additional Installation Steps
--------------------------------------
1. Install using [these suggested steps](https://gist.github.com/2048332).Getting updates
---------------
1. `git pull origin master`
2. `script/setup`Found a bug?
------------
Report it [here](https://github.com/relaxdiego/release_dashboard/issues).Contributing
------------
1. Fork `https://github.com/relaxdiego/release_dashboard`
2. Create a branch for whatever it is you plan to do
3. Change stuff
4. Send a pull request. If I like it, I will merge to my master branchHelpful references for development
----------------------------------
1. [Sinatra](http://www.sinatrarb.com/) - The DSL used for creating the backend logic
2. [Bootstrap](http://twitter.github.com/bootstrap) - CSS and JS library used to create the UI
3. [jQuery](http://jquery.com/) - Javascript library used for doing the AJAXy stuffLicense
-------
(The MIT license)Copyright (c) 2012 Mark S. Maglana
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.