Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.15 KB

app-dependency-update

  • Things to add:

    • Tests
      • Need extensive refactoring
    • Documentation
  • System Requirements:

  • App Arguments

    • Required
      • repo_home: Hard disk location where repos are cloned
      • mongo_user: User name of mongo database where plugins and dependencies are stored
      • mongo_pwd: Password of the mongo database
    • Optional
      • send_email: Flag to send email of current log file at the end of scheduled update
      • mj_public: Public API Key of MailJet Email Service
        • Required if send_email is true
      • mj_private: Private API Key of MailJet Email Service
        • Required if send_email is true
      • mj_email: Email address that the email will be sent from
        • Required if send_email is true
  • Example:

    • java -jar -Drepo_home=/home/pi/zava/projects -Dmongo_user=something_user -Dmongo_pwd=something_password app-dependency-update.jar