art2pro / todo.me
todo.me 的依赖项
dev-master
2016-12-12 00:44 UTC
Requires
- yiisoft/yii2: 2.0.10
- yiisoft/yii2-authclient: 2.0.5
- yiisoft/yii2-bootstrap: 2.0.6
- yiisoft/yii2-imagine: 2.0.3
- yiisoft/yii2-swiftmailer: 2.0.4
Requires (Dev)
This package is not auto-updated.
Last update: 2024-09-28 19:52:55 UTC
README
使用 InnoDB 作为存储。
安装
- 安装前端依赖项
bower update
- 安装后端依赖项
composer update
-
创建一个新的数据库,你可以使用名称 'todo'
-
编辑 common/config/db.php
-
运行以创建表和管理员账户 (admin@admin.ru::root123)
./common/yii migrate
- 将你的 Apache 或 NGINX 与公共目录链接: frontend/web
开发
在编辑之前运行 grunt,它将在文件更改后监视并重新编译 CSS,刷新页面
$ grunt
使用 'todo.me' 作为生产别名 使用 'todo.dev' 作为开发别名
生产
删除 db.local.php
一般功能
- 用户注册
- 密码找回
- 编辑个人资料
- 添加/编辑/删除任务
- 设置任务状态为 新建/进行中/完成
管理员面板功能
- 删除用户
- 将用户设为管理员
- 编辑/删除任何用户的任务
包管理器
- bower
- composer
- grunt