Changes between Version 6 and Version 7 of jazz/Enomalism
- Timestamp:
- Jun 11, 2008, 10:23:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Enomalism
v6 v7 40 40 }}} 41 41 * 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. 43 44 {{{ 44 45 root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/Enomalism2-2.0.1A.tar.gz … … 46 47 root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/ 47 48 root@drbl-xen-srv:~/Enomalism2-2.0.1A# python setup.py install 49 root@drbl-xen-srv:~/Enomalism2-2.0.1A# scripts/init-db.sh $mysql_root_password $user $password 50 root@drbl-xen-srv:~/Enomalism2-2.0.1A# cp default.cfg config/`hostname`.cfg 51 root@drbl-xen-srv:~/Enomalism2-2.0.1A# vi config/`hostname`.cfg 48 52 }}}