Coder Social home page Coder Social logo

globeie-proxy-monitor's Introduction

GLOBEIE 考勤机的WEB代理和监视器

安装开发环境

安装构建和测试自动化工具

  1. 如果还没有安装Node.js,需要先从Node.js网站(http://nodejs.org/)下载安装。Node.js安装中,以及后继的其他安装中,可能需要系统管理员权限。
  2. 在命令行中执行以下命令:
    • npm install -g grunt-cli
    • npm install -g grunt
    • npm install -g bower

安装PHP和Composer

  1. 参照http://www.wampserver.com/en/,安装PHP集成环境。
  2. 检查php.ini配置文件,使用;注释掉open_basedirdisable_functionsdisable_classes三个配置。
  3. 参照https://getcomposer.org/doc/00-intro.md#using-the-installer,安装composer。

开发构建

安装依赖

右键菜单打开Git命令行(GIT Bash),执行如下命令安装项目依赖项:

  1. bower install
  2. npm install
  3. composer install

自动构建

使用shift+右键,在当前目录打开命令窗口(或右键菜单打开Git命令行(GIT Bash)),执行命令grunt,完成项目的构建。

版本历史

  • 0.1.0:完成了PHP的初始版本。
  • 0.1.1:增加PHP发送报警邮件。
  • 0.1.2:将报警间隔改为1分钟。
  • 0.1.3:优化监控逻辑
  • 0.1.4:重构系统增加轮播广告。
  • 0.1.5:增加DSP logo,修改生僻字打不上卡的问题。
  • 0.1.6:优化了打卡密集时间段的监测逻辑。
  • 0.1.7:迁至GitHub,重构客户端代码,增加各楼层统一监控页面。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.