epall / oss_dashboard

OSS Dashboard
http://dashboard.rcos.cs.rpi.edu/
MIT License
7 stars 2 forks source link

OSS Dashboard Pull Request #25

Closed peterhajas closed 14 years ago

peterhajas commented 14 years ago

Hi Eric!

I've noticed a weird situation on the Dashboard in which projects with items not created will be prioritized over projects with items that haven't been updated in > 100 days. This seems a little counterintuitive, so I've changed just part of a line in project.rb to make this a little more intuitive.

I hope you agree! I also see fit to mention that your Ruby code is really really well written, and your MVC design is much appreciated.

Thanks,

Peter

epall commented 14 years ago

Thanks! I figured 100 days was long enough when throwing this together. I guess I was wrong :-/

epall commented 14 years ago

Deployed! Do you have any interest in being able to deploy new versions of the Dashboard yourself? It's a single command (cap deploy) once you're configured.

peterhajas commented 14 years ago

Awesome! Thanks for deploying it!

I would definitely be interested in deploying new versions of the Dashboard. My only concern is that I am not very Ruby- or web-consious, although I'm definitely interested in learning (the web is definitely a large component of the future of computing).

Is this appropriate? I am more than willing to learn!

epall commented 14 years ago

Hey man, open source at the RCOS level is all about learning stuff! Rails has come to pretty much dominate the web space, at least out here in SF. I really appreciate contributions to OSS Dashboard, and I'd be happy to help you out if you get stuck at any point.

Step 1: Can you send me your SSH public key? I need to install that on the Dashboard server to give you access.

peterhajas commented 14 years ago

Thanks for the encouraging words!

My SSH public keys are:

ssh-dss AAAAB3NzaC1kc3MAAACBAPIi4NeHcB8LQQ8j6j8psJhbB9KtWtjd8MfBvtch+fMtcB/8B0s54sczagjyrkYpyesvQdAlusRMR+3JKVYFjKYWv2+jx5WFo3UHOqPiqUzYl7cyRVfdIESrO9wC5m+or+7GdvhaxtN3qLt5820sD8Qo9sUr4VZnlzqwVZYGGWA7AAAAFQCZYrpHsTSjcvtEMLWURTalHHC0OwAAAIBXKswZhqEyzWIIuSCUwaLDzO+7Vu+yuBxzJ16TksfJdDQ7eW6jAwWcrM53nG8CHon4GjSDfgGKgDX/8NOxoFdsuDq+OW6sOI26IPm6FKAAqMmMPaPZ72r5IFl1ikWtPUID+504VcDOhvH3oeNLLqO0QnnZG59gnWFNrMQSFPfcRwAAAIAoDgF8C6TT1sa7V4cytrWoyOzl/h/M3IhT2RoNPB48iswmmmsZH2fYuuL+plLFZxsFH26Dl1qNvpzGWlhadIVeSPpMFWd2c50u7syK9oXL5Ya835rAJBu6690el+iujw7Vb7VZgY6zsQhotcBYdSRgqN78OhM6Az+4UKYltG4ANg==

and

ssh-dss AAAAB3NzaC1kc3MAAACBAM15qGZ/DWtM3hUmVpY00G+f2Ynd/St8FGlz7IL9FeL0hTsOzMf7gj92ZCA+wY4Sg3mqMcbnPsFx+mM+x2GjMi2FCeHr/GfmaoyDXvug2y1UUWzByROXY+KfvJkN5dvwcA3Hj1nWjOApXlQ/tqdtTMB+rA/QugphQkMEv/CyKJa3AAAAFQDRztW3gtsMBm58USMNaT6Q4em12QAAAIAa8/VMltBxh8odpVA4URAf0N/N69yu0dRR9aMkWmcO/4yXAFNBonQTJSuFVxjjysQwOEAONpQHUYO9doW58E5s3jUTnt0nPUi0E9UZ+OmLtewrEpBkDL3sFPaqU66xutvTShXQn080tT+kY9XDtzBIjjI2d+k9t3OjRaqjet48NQAAAIEAxV+r02TUr66WxebXcdTe8ha1FvyGDOVYHcNxZbhPf2uaNLrQ+CpD+tJhTGrl0fcSKlhayy2Wo4Yyjf+zGXcvSBdqk1GSscp2COZKv9BKodb+NC/8CPRv+1Uzfta/kQ+8Z7FXdieD01vGLXW6m03l+buMeCQKWDZr9ygScEuO1Jw=

I really hope it's (somewhat) orthodox that I paste these in a GitHub comment. If not, I'll gladly email them to you or put them on a pastebin somewhere.

epall commented 14 years ago

Great! You have permissions to log in as "epall" on dashboard.rcos.cs.rpi.edu. Now all you have to do is go into your oss_dashboard repo and run "cap deploy". If you don't have cap installed, run "gem install capistrano". This will deploy from the oss_dashboard repo that I own, and that you now have write access to.