Skip to content

Automatic Report Server is the easiest way to report to your Commanding Officer.

License

Notifications You must be signed in to change notification settings

sfi-region9/AutomaticReportServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Report Server 👋

Version Documentation License: MIT Twitter: coco33920

The easiest way to report to your commanding officer

Codacy Badge

Demo

Install

  • Download source $ git clone https://github.com/sfi-region9/AutomaticReportServer
  • Add the configuration page to src/main/resources $ touch config.json
  • Copy the following configuration structure :
    {
      "accessToken":"facebookPageToken",
      "adminID":"adminMessengerID",
      "secretKey":"facebookAppSecretKey",
      "verifyToken":"facebookWebhookToken",
      "dbHost":"host",
      "dbName":"name",
      "dbUser":"user",
      "dbPassword":"password",
      "dbUserName":"userDatabase",
      "adminMail":"adminEmail",
      "smtpHost":"smtpServerHost",
      "mailUser": "mailUsername",
      "mailPassword": "mailPassword",
      "mailPort": 587
    }
  • Build the server with $ mvn clean install
  • Run the jar-with-dependencies $ java -jar ARS-Reloaded-*-jar-with-dependencies
  • See the client here Client

Author

👤 Charlotte THOMAS

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Automatic Report Server is the easiest way to report to your Commanding Officer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published