/**
  * Run the installer
  */
 public static function run()
 {
     $installer = new self();
     $installer->install();
 }