A tool to nurture hack ideas into projects and then collaborate on them. It's used during SUSEs hackweek, a week where SUSE engineers can experiment without limits and get their opportunity to innovate, collaborate across teams, and learn.
- Admins can add hackweeks
- Users ceate ideas for a hackweek
- Users can like and comment on ideas
- Users can join ideas turning them into projects
- Users can supplement projects with files, links, agenda items and "needs"
- Users can supplement themselves with "haves"
- Ideas/Projects "needs" are matched to Users "haves"
- Admins can rate project results
- Fork this repository
- Configure the rails app
cp config/database.yml.example config/database.yml
cp config/application.yml.example config/application.yml
cp config/secrets.yml.example config/secrets.yml- Install the ruby gem bundle
bundle install- Create the database
rake db:setup
rake db:seed- Run the search server
rake sunspot:solr:start- Run the rails server
rails server- Open http://0.0.0.0:3000 in your browser
- Start hacking
- Test your changes
rspec spec- Design mockups of the rails app are in the design directory.
- The project list for HackWeek9 is in the Wiki.
- There are some tools in the tool directory.
- Data of past hackweeks is in the archive directory.
- The source of the old webpage is in the gh-pages branch.
Because of sunspot solr, it requires java. We have installed java-1_7_0-ibm.


