packaging: start development of version 0.8
[services/obs-service-git-buildpackage.git] / DEPLOYMENT
1 DEPLOYMENT INSTRUCTIONS OF OBS-SERVICE-GIT-BUILDPACKAGE
2 ========================================================
3
4 Instructions for deployment from binary rpm packages.
5
6 New installation
7 ----------------
8 - Install the package
9   # zypper install obs-service-git-buildpackage
10 - On server installation:
11   * Check the configuration file
12     # vim /etc/obs/services/git-buildpackage
13   * Make sure that the obs source service is installed and running:
14     # zypper install obs-source_service
15     # systemctl restart obsservice.service
16 - On workstation installation you may edit the system-wide config(see above)
17   or use a user-specific config:
18   $ mkdir -p ~/.obs
19   $ cp /etc/obs/services/git-buildpackage ~/.obs
20   $ vim ~/.obs/git-buildpackage
21
22 Update instructions
23 -------------------
24 - Update the package
25   # zypper update obs-service-git-buildpackage
26 - On server installation, restart the obs source service
27   # systemctl restart obsservice.service