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

software.opensuse.org

Ruby on Rails application powering https://software.opensuse.org

Installing dependencies in a (open)SUSE system

Add the openSUSE:infrastructure:software.opensuse.org repository to your system

zypper ref
zypper in software_opensuse_org-deps

In other systems, use the regular Ruby on Rails mechanisms to install dependencies (i.e. Bundler)

Running the application locally

Just for running it in development mode. If you are playing to deploy it in a server, please apply good Ruby on Rails practices (like generating your own keys for secrets.yml).

git clone https://github.com/openSUSE/software-o-o.git
cd software-o-o
git submodule init
git submodule update

cp config/database.yml.example config/database.yml
cp config/options.yml.example config/options.yml
cp config/secrets.yml.example config/secrets.yml
rake db:migrate

rails server

Enjoy your software.opensuse.org clone at http://127.0.0.1:3000/

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 51.0%Language:HTML 39.3%Language:CSS 8.3%Language:JavaScript 1.4%