| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Install Enomalism = |
| 4 | |
| 5 | == Test environment == |
| 6 | |
| 7 | * 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]'' |
| 8 | * [[Image(attachment:wiki:jazz/DRBL_Xen:drbl_xen_vmx.jpg)]] |
| 9 | |
| 10 | == Download Enomalism == |
| 11 | |
| 12 | * Flow the ''[http://www.enomalism.com/downloads/ Download]'' Link of offical website, and you can download the deb file directly from sourceforge.net. |
| 13 | {{{ |
| 14 | root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/enomalism2-2.0.1A-1282.deb |
| 15 | root@drbl-xen-srv:~# dpkg-deb --info enomalism2-2.0.1A-1282.deb |
| 16 | new debian package, version 2.0. |
| 17 | size 1502168 bytes: control archive= 1018 bytes. |
| 18 | 532 bytes, 11 lines * control |
| 19 | 761 bytes, 11 lines md5sums |
| 20 | 239 bytes, 8 lines * postinst #!/bin/bash |
| 21 | Package: enomalism2 |
| 22 | Version: 2.0.1A |
| 23 | Section: multiverse |
| 24 | Priority: optional |
| 25 | Architecture: all |
| 26 | 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 |
| 27 | Maintainer: Derek Anderson <derek@enomaly.com> |
| 28 | Description: Virtual machine and cluster management tool. |
| 29 | Enomalism2 provides provisioning, management, and communications for |
| 30 | cloud computing, and virtual machines. |
| 31 | }}} |