Changes between Version 9 and Version 10 of Documentation


Ignore:
Timestamp:
Jan 5, 2017, 1:55:05 AM (7 years ago)
Author:
Bruno Cornec
Comment:

doc for deb and rpm setup

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v9 v10  
    4949
    5050{{{
    51 # Pull the upstream official container
     51# Pull the upstream official container (optional)
    5252$ docker pull centos:7
    5353# Create a new pb VE from it
     
    122122}}}
    123123
     124= Installation on Linux distributions =
     125
     126== deb based distributions ==
     127
     128You should add the apt sources list file corresponding to your distribution and use it. E.g. on Ubuntu 16.04:
     129
     130# cd /etc/apt/sources.list.d/
     131# wget http://ftp.project-builder.org/ubuntu/16.04/pb.sources.list
     132# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x6BA8C2D220EBFB0E
     133# apt-get update
     134# apt-get install project-builder
     135
     136== rpm based distributions ==
     137
     138You should add the repo file corresponding to your distribution and use it. E.g. on CentOS 7:
     139
     140# cd /etc/yum.repos.d
     141# wget http://ftp.project-builder.org/centos/7/x86_64/pb.repo
     142# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
     143# yum update
     144# yum install project-builder
     145
    124146= Non upstream usage of  Project-Builder.org =
    125147