1 ============================
2 Installation and development
3 ============================
5 This document explains how to setup the Build Service for development or
12 Before you can start developing for the openSUSE Build Service or deploying
13 it, you have to fetch some additional dependencies in the repository. Please
14 issue the following commands in your shell/terminal:
17 $ git submodule update
18 $ git pull origin master
20 For simplicity, you can also use the script 'git-update', that is supplied
32 For the api and webui:
36 - Ruby on Rails version 2.3.8
44 Option 1: Only use the webui
45 ----------------------------
50 Option 2: Use the webui and api
51 -------------------------------
56 Option 2: Setup a complete Build Service
57 ----------------------------------------