Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfn/dashboard
Dashboard for communities: what's up, who's here and what are they working on. Designed for use at the Open Knowledge Foundation.
https://github.com/okfn/dashboard
Last synced: 5 days ago
JSON representation
Dashboard for communities: what's up, who's here and what are they working on. Designed for use at the Open Knowledge Foundation.
- Host: GitHub
- URL: https://github.com/okfn/dashboard
- Owner: okfn
- Created: 2011-07-18T14:27:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T19:27:25.000Z (over 11 years ago)
- Last Synced: 2024-08-01T12:20:57.000Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://wiki.okfn.org/Community_Dashboard
- Size: 4.19 MB
- Stars: 26
- Watchers: 25
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-starred - okfn/dashboard - Dashboard for communities: what's up, who's here and what are they working on. Designed for use at the Open Knowledge Foundation. (others)
README
A Community Dashboard for the Open Knowledge Foundation. See wiki for details
of project: http://wiki.okfn.org/Community_Dashboard.* Live site: http://okfnlabs.org/dashboard/
* Git repo: http://github.com/okfn/dashboard
* Issues: http://github.com/okfn/dashboard/issues
* Mailing list: http://lists.okfn.org/mailman/listinfo/okfn-labsDevelopers
==========Deployment is via gh-pages but you need to have "built" the app using brunch
first. To make changes and deploy you do:1. Edit stuff in master branch and commit
2. Run `brunch build` this will create a public directory
3. Switch to gh-pages
4. Copy contents of new public folder to root directory
5. Commit and deploy gh-pages branch