Changes between Version 5 and Version 6 of jazz/Enomalism
- Timestamp:
- Jun 11, 2008, 10:18:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Enomalism
v5 v6 10 10 root@drbl-xen-srv:~# apt-get install coreutils ssh build-essential python-dev mysql-server libmysqlclient15-dev python-mysqldb qemu bridge-utils python 11 11 }}} 12 * Setup MySQL root password. Note: Replace '''$NEW_MYSQL_ROOT_PASSWORD''' with the password you want!! 13 {{{ 14 root@drbl-xen-srv:~# mysql_install_db 15 root@drbl-xen-srv:~# mysqladmin -h localhost -u root password '$NEW_MYSQL_ROOT_PASSWORD' 16 }}} 12 17 13 18 == Download Enomalism == 14 19 15 20 * 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. 16 * 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].21 * [Note] __'''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]. 17 22 {{{ 18 23 root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/enomalism2-2.0.1A-1282.deb … … 34 39 cloud computing, and virtual machines. 35 40 }}} 41 * Since I install Debian Etch, so I download the source code tar ball. 36 42 * Unpack Enomalism2-2.0.1A.tar.gz and run setup.py 37 43 {{{ … … 39 45 root@drbl-xen-srv:~# tar zxvf Enomalism2-2.0.1A.tar.gz 40 46 root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/ 47 root@drbl-xen-srv:~/Enomalism2-2.0.1A# python setup.py install 48 }}}