Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run GrouperShell, and init db


Expand


 


Expand


FYI: how to run Java classes on the command line

Expand
  1. Run maven goal (right click and type in goal like above with UI): dependency:copy-dependencies
  2. Call class command line

    Code Block
    grouper $ java -cp target/classes:target/dependency/* edu.internet2.middleware.grouper.app.gsh.GrouperShell


...