| actions |
parameters | description |
| uncompress |
target - directory where to place uncompressed files | uncompresses default tarball, and moves file
into target directory below webspace for selected domain |
| remove |
target - directory to remove | removes files from the directory under the given domain name |
| sql |
mysql - mysql var, value corresponds to target template | processed defined template, and uses it as
SQL to import into specified db. SDK will automatically include template into the package |
| config |
target - where to place config file, name - config file name, value = template to use |
Processes template and places it under domain/target/name, automatically stores template in package |
| move_safe |
from - target direcotry inside domain, to - directory in the safe zone |
takes domain/place_where_app_installed/from directory and moves it under safe_zone/to directory outside of
the web accessible space. |
| remove_safe | target - directory to remove, in the safe zone |
removes directory in safe zone |
| config_safe | target - where to place config file, name - config file name, value = template to use |
same as config, but in safe zone |
safe_zone - each easyapp can have "safe_zone" directory, where it can store files outside of the web
accessible space.