DataObjects/Core_event_audit.php
[Pman.Core] / Cli.php
diff --git a/Cli.php b/Cli.php
index a0fe264..2ff075f 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -29,7 +29,7 @@ class Pman_Core_Cli
 
     
     $cli Core/RunGenerator/COMPONENT pman.ini,COMPONENT.readers.js,...
-
+    $cli Core/RunGenerator/COMPONENT _all_
     Runs the generator for a project (NOTE - runs all the SQL updates)
     - Changes the files.
 
@@ -47,6 +47,10 @@ class Pman_Core_Cli
     
     Runs the notification tool - should be run every minute ideally.
     Sends out emails to anyone in the notification list.
+    
+    /etc/cron.d/pman-core-notify
+     * *  * * *     www-data     /usr/bin/php /home/gitlive/web.mtrack/admin.php  Core/Notify > /dev/null
+    
         
 ";