/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.

Primary LanguageRuby

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