Skip to content

Simple report system for PC classroom, let user easily report problems to admin.

License

Notifications You must be signed in to change notification settings

toolbuddy/simple-report-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

簡易回報系統

Simple report system for PC classroom, let user easily report problems to admin.

本系統目前用於國立成功大學(National Cheng Kung University)資訊工程系館中的電腦教室。

Deployment

Heroku App

Development

  • 原始碼只需要補上 model/.dbconfig.json 這個檔案就可以使用( 內含 database 相關的設定、以及管理者註冊使用的 secret key ),若要用於自己的場域,簡單補上這個檔案設定即可。
  • 目前開發環境使用的是 MySQL
  • .dbconfig.json 格式:
{
    "db_schema": "name of Database",
    "db_username": "owner of Database",
    "db_userpasswd": "Owner's password",
    "db_host": "Host IP address",
    "secret_key": "your secret key shared among administers"
}
  • 若有興趣一起維護成大資訊的這個 heroku distribution,歡迎寄信給我 ([email protected]) 來索取 .dbconfig.json 設定檔!

Misc

Author

About

Simple report system for PC classroom, let user easily report problems to admin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published