Code Monkey home page Code Monkey logo

tt_jobs's Introduction

TT Jobs

基于 Swoole 定时管理系统

UI

home

环境要求

  • php >= 5.6
  • swoole >= 1.9.23

配置

  1. 修改 App/Jobs/Conf 目录下配置
App/Jobs/Conf/config.ini    # 指定当前环境
App/Jobs/Conf/dev.php       # 开发环境配置
App/Jobs/Conf/pro.php       # 生产环境配置
  1. App/Jobs/Runtime 目录可写权限

  2. 导入 App/Jobs/Schemas/tt_jobs.sql 表结构

运行

php App/Jobs/bin/server start --d

浏览器访问 http://localhost:9501

admin: admin    # 管理员
demo: demo      # demo

注意事项

swoole >= 4.3.0 需要安装 swoole Async 模块

git clone https://github.com/swoole/ext-async.git
cd ext-async
git checkout v.4.4.7 # 切换版本至 swoole 相同版本
phpize
./configure
make -j 4
sudo make install

TODO

  • 全局常量
  • 一键迁移 crontab

v2.0 TODO

  • 分布式

tt_jobs's People

Contributors

caicaispace avatar yangspace avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tt_jobs's Issues

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.