Changes between Version 6 and Version 7 of jazz/Enomalism


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

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Enomalism

    v6 v7  
    4040}}}
    4141 * Since I install Debian Etch, so I download the source code tar ball.
    42  * Unpack Enomalism2-2.0.1A.tar.gz and run setup.py
     42 * Unpack Enomalism2-2.0.1A.tar.gz and run setup.py.
     43 * [Note]$mysql_root_password is the MySQL root password you created earlier. Replace $user and $password with the username and password of your choice.
    4344{{{
    4445root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/Enomalism2-2.0.1A.tar.gz
     
    4647root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/
    4748root@drbl-xen-srv:~/Enomalism2-2.0.1A# python setup.py install
     49root@drbl-xen-srv:~/Enomalism2-2.0.1A# scripts/init-db.sh $mysql_root_password $user $password
     50root@drbl-xen-srv:~/Enomalism2-2.0.1A# cp default.cfg config/`hostname`.cfg
     51root@drbl-xen-srv:~/Enomalism2-2.0.1A# vi config/`hostname`.cfg
    4852}}}