The biotools component has not finished yet, but I need it to be
available in cluster environment so it is a diffcult hard-cored moving.
Steps:
- From my laptop scp $MAMBO/components/com_biotools to nfs1
- From my laptop scp $MAMBO/administrator/com_biotools to nfs1
- From my laptop scp $MAMBO/administrator/com_installer/biotool to nfs1
- On nfs1, cvs -d:pserver:cpeng@192.168.102.1:/opt/CVS login
- Now the previous three folder can do cvs update
- Modify $MAMBO/administrator/componenets/com_installer/admin.installer.php
* modify $classMap, to add 'biotool' => 'cpInstallerBiotool' - Modify $MAMBO/includes/gacl.class.php
* add access control to biotool module, e.g.
*
* $this->_mos_add_acl( 'administration', 'install', 'users', 'super administrator', 'biotools', 'all' );
* $this->_mos_add_acl( 'administration', 'edit', 'users', 'super administrator', 'biotools', 'all' );
* $this->_mos_add_acl( 'administration', 'install', 'users', 'administrator', 'biotools', 'all' );
* $this->_mos_add_acl( 'administration', 'edit', 'users', 'administrator', 'biotools', 'all' ); - Create all cp_biotools_* tables in mysql
- Insert new record in mos_component for this unfinished new component.
- Update htaccess in /nsf1 to reflect the installation (RewriteBase /Portal)
- Install biotools interface files through installer