Skip to content

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

Notifications You must be signed in to change notification settings

cwh42/software-o-o

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.0%
  • CSS 13.6%
  • JavaScript 2.4%