[[PageOutline]] = Install Enomalism = == Test environment == * Use the VMWare Image created flowing the instruction described in ''[wiki:jazz/DRBL_Xen Massive Deployment of Xen enabled Virtual Cluster using Diskless Remote Boot Linux]'' * Check Pre-installation {{{ root@drbl-xen-srv:~# apt-get install coreutils ssh build-essential python-dev mysql-server libmysqlclient15-dev python-mysqldb qemu bridge-utils python }}} == Download Enomalism == * Flow the ''[http://www.enomalism.com/downloads/ Download]'' Link of offical website, and you can download the deb and source tar ball files directly from sourceforge. * Note 1: __'''The deb package is for Ubuntu'''__. If you had installed Ubuntu, you can use this deb package to install Enomalism. Here is an [http://trac.enomalism.com/enomalism/wiki/enomalism-install Installation Guide for Ubuntu 7.10]. {{{ root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/enomalism2-2.0.1A-1282.deb root@drbl-xen-srv:~# dpkg-deb --info enomalism2-2.0.1A-1282.deb new debian package, version 2.0. size 1502168 bytes: control archive= 1018 bytes. 532 bytes, 11 lines * control 761 bytes, 11 lines md5sums 239 bytes, 8 lines * postinst #!/bin/bash Package: enomalism2 Version: 2.0.1A Section: multiverse Priority: optional Architecture: all Depends: python (>= 2.5), libmysqlclient15-dev (>= 5.0), coreutils (>= 5.0), build-essential, python-dev, libxen3.1-dev, kvm, mysql-server, python-libvirt, python-mysqldb, libvirt-bin, python-setuptools, qemu, bridge-utils Maintainer: Derek Anderson Description: Virtual machine and cluster management tool. Enomalism2 provides provisioning, management, and communications for cloud computing, and virtual machines. }}} * Unpack Enomalism2-2.0.1A.tar.gz and run setup.py {{{ root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/Enomalism2-2.0.1A.tar.gz root@drbl-xen-srv:~# tar zxvf Enomalism2-2.0.1A.tar.gz root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/