ryansb / spacehub

Space. Space. Wanna go to space.
http://supb.ro/ALIENS
GNU Affero General Public License v3.0
3 stars 0 forks source link

SpaceHub

SpaceHub is an open-source scraper for code located on Sourceforge, in SVN, or just in a tarball somewhere.

Built for the NASA Space Apps Challenge http://spaceappschallenge.org to centralize NASA open source projects.

Features

Get Started

::

rhc app create spacehub python-2.7
rhc cartridge add -a spacehub -c mysql-5.1
rhc cartridge add -a spacehub -c cron-1.4
git remote add shift <OPENSHIFT PUSH URL>
git push shift master -f

That's all it takes. You can now view your application at:

::

http://APPNAME-DOMAIN.rhcloud.com

And you're off to the races!

NOTE: To properly connect to the DB, you should name your app "spacehub" since we assume that name exists when connecting.