cwh42 / software-o-o

The site behind software.opensuse.org. It is the default web interface to download openSUSE distribution and to search for OBS packages.

Home Page:http://software.opensuse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install:

sudo zypper in rubygem-rails-2_3 rubygem-sqlite3 rubygem-gettext_rails rubygem-nokogiri memcached

Additional gems either from devel:languages:ruby:extensions (incompatible atm) or rubygems:
daemons, mongrel, ruby-debug, delayed_job (1.8.4), capistrano


cat > config/database.yml <<EOF
development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000
EOF

rake db:migrate

git submodule init
git submodule update

./script/server

About

The site behind software.opensuse.org. It is the default web interface to download openSUSE distribution and to search for OBS packages.

http://software.opensuse.org/


Languages

Language:Ruby 84.0%Language:CSS 13.6%Language:JavaScript 2.4%