update documentation (we now use git instead of svn)

This commit is contained in:
Dietmar Maurer 2011-08-23 11:06:30 +02:00
parent e143e9d86b
commit 7da024b1c9

View File

@ -5,7 +5,7 @@ Setup PVE v2 Development Environment
1. Install Debian 'squeeze' 1. Install Debian 'squeeze'
2. Install prerequisites for development environment: 2. Install prerequisites for development environment:
apt-get -y install build-essential subversion debhelper autotools-dev \ apt-get -y install build-essential git-core debhelper autotools-dev \
doxygen check pkg-config libnss3-dev groff quilt dpatch libxml2-dev \ doxygen check pkg-config libnss3-dev groff quilt dpatch libxml2-dev \
libncurses5-dev libslang2-dev libldap2-dev xsltproc python-pexpect \ libncurses5-dev libslang2-dev libldap2-dev xsltproc python-pexpect \
python-pycurl libdbus-1-dev openipmi sg3-utils libnet-snmp-perl \ python-pycurl libdbus-1-dev openipmi sg3-utils libnet-snmp-perl \
@ -21,23 +21,25 @@ libvncserver0 rpm2cpio apache2-mpm-prefork libintl-perl \
libapache2-request-perl libnet-dns-perl vlan libio-socket-ssl-perl \ libapache2-request-perl libnet-dns-perl vlan libio-socket-ssl-perl \
libfile-sync-perl ifenslave-2.6 libnet-ldap-perl console-data libfile-sync-perl ifenslave-2.6 libnet-ldap-perl console-data
3. Download and install the following svn modules in order from top to bottom: 3. Download and install the following git modules in order from top to bottom:
svn://devel.proxmox.com/var/svn/pve/ # git clone git://git.proxmox.com/git/<PACKAGE.git>
libqb/trunk You currently need the following packages:
corosync/trunk
openais/trunk libqb.git
pve-common/trunk corosync-pve.git
pve-cluster/trunk openais-pve.git
redhat-cluster/trunk pve-common.git
pve-access-control/trunk pve-cluster.git
pve-storage/pve2 redhat-cluster-pve.git
pve-qemu-kvm/pve2 pve-access-control.git
qemu-server/pve2 pve-storage.git
vncterm/pve2 pve-qemu-kvm.git
pve-manager/pve2 qemu-server.git
pve-kernel-2.6.32-rh/pve2 vncterm.git
pve-manager.git
pve-kernel-2.6.32.git
Most source can be installed with 'make dinstall' command. Most source can be installed with 'make dinstall' command.
@ -48,7 +50,11 @@ Most source can be installed with 'make dinstall' command.
There is an experimental package containing the API documentation There is an experimental package containing the API documentation
as ExtJS application: as ExtJS application:
pve2-api-doc/trunk pve2-api-doc.git
You can view the source code at:
https://git.proxmox.com
REST vs. SOAP REST vs. SOAP