Changes between Version 4 and Version 5 of ONE_Insatll
- Timestamp:
- Jun 2, 2008, 6:14:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ONE_Insatll
v4 v5 8 8 == Requirements == 9 9 * Quick Install Xen 10 {{ 10 {{{ 11 11 $ sudo apt-get install gcc make gawk build-essential python-dev libncurses-dev libssl-dev gettext xorg-dev iproute bridge-utils mercurial 12 12 $ make prep-kernels … … 19 19 (xend-relocation-port 8002) 20 20 (xend-relocation-hosts-allow 'host*') 21 }} 21 }}} 22 22 * Install fllowing Tools for OpenNEbula 23 {{ 23 {{{ 24 24 $ sudo aptitude install ruby sqlite3 libsqlite3-0 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev scons 25 }} 25 }}} 26 26 27 27 [[BR]]