/team

manage为团队协作提供了一个简单,直观,高效率平台,目前为处于设计阶段

Primary LanguagePHPOtherNOASSERTION

安装方法

下载:

git clone https://github.com/wuzhc/manage.git

安装(-vvv用于查看详细安装过程,国外源可能会很慢):

composer intall -vvv

初始化

./init # window环境执行init.bat

安装数据库(暂时没有设计数据库,此阶段可以忽略):

./yii migrate/down                 Downgrades the application by reverting old migrations.
./yii migrate/history              Displays the migration history.
./yii migrate/redo                 Redoes the last few migrations.
./yii migrate/up (default)         Upgrades the application by applying new migrations.

本地网址:

http://localhost/manage/frontend/web/index.php

演示网址:

如果本地网址正常访问,表示安装成功

代码规范说明:

网站功能:

数据库设计:

技术说明:

效果图:

首页 动态页 聊天页 团队页