Skip to content
vsushkov edited this page Feb 12, 2011 · 4 revisions

Config

How to use configs

config file will be created automatically during the process of creation a module for a project in the first time

~/.mtool.ini example:

      [projects]
      1.copyright_company = "For example, Oggetto Web ltd (http://oggettoweb.com/)"
      1.path = "/home/vsushkov/www/mage13"
      1.author = "For example, Dan Kocherga <[email protected]>"
      1.license_path = "/home/vsushkov/www/mage13/osl.lic"

if no license path specified then default license will be used (the same as in the magento CE)
example of licensefile:

      @license http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)  
      This source file is subject to the Open Software License (OSL 3.0)  
      that is bundled with this package in the file LICENSE.txt.  
      It is also available through the world-wide-web at this URL:  
      http://opensource.org/licenses/osl-3.0.php  
Clone this wiki locally