public static function install($app_alias)
 {
     $installer = new self();
     return $installer->install_app($app_alias);
 }