Changes between Version 5 and Version 6 of jazz/Enomalism


Ignore:
Timestamp:
Jun 11, 2008, 10:18:15 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Enomalism

    v5 v6  
    1010root@drbl-xen-srv:~# apt-get install coreutils ssh build-essential python-dev mysql-server libmysqlclient15-dev python-mysqldb qemu bridge-utils python
    1111}}}
     12 * Setup MySQL root password. Note: Replace '''$NEW_MYSQL_ROOT_PASSWORD''' with the password you want!!
     13{{{
     14root@drbl-xen-srv:~# mysql_install_db
     15root@drbl-xen-srv:~# mysqladmin -h localhost -u root password '$NEW_MYSQL_ROOT_PASSWORD'
     16}}}
    1217
    1318== Download Enomalism ==
    1419
    1520 * 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].
    1722{{{
    1823root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/enomalism2-2.0.1A-1282.deb
     
    3439  cloud computing, and virtual machines.
    3540}}}
     41 * Since I install Debian Etch, so I download the source code tar ball.
    3642 * Unpack Enomalism2-2.0.1A.tar.gz and run setup.py
    3743{{{
     
    3945root@drbl-xen-srv:~# tar zxvf Enomalism2-2.0.1A.tar.gz
    4046root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/
     47root@drbl-xen-srv:~/Enomalism2-2.0.1A# python setup.py install
     48}}}