Changes between Version 3 and Version 4 of ONE_Insatll


Ignore:
Timestamp:
Jun 2, 2008, 6:14:06 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ONE_Insatll

    v3 v4  
    1 [[PagOutline]]
     1[[PageOutline]]
    22= OpenNEbula Installation =
    33
     4== Our Testbed ==
     5OS: Debian testing version
     6Xen: 3.2.1 version
     7
    48== Requirements ==
    5  *
    6  *
     9 * Quick Install Xen
     10{{
     11$ sudo apt-get install gcc make gawk build-essential python-dev libncurses-dev libssl-dev gettext xorg-dev iproute bridge-utils mercurial
     12$ make prep-kernels
     13$ make dist && make install
     14$ depmod 2.6.18.8-xen
     15$ mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen
     16$ update-grub
     17$ vim /etc/xen/xend-config.sxp
     18(xend-relocation-server yes)
     19(xend-relocation-port 8002)
     20(xend-relocation-hosts-allow 'host*')
     21}}
     22 * Install fllowing Tools for OpenNEbula
     23{{
     24$ sudo aptitude install ruby sqlite3 libsqlite3-0 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev scons
     25}} 
     26
     27[[BR]]
     28== Installation ==
     29 *