Fetch the repository succeeded.
项目是基于Rails+VueJs
的一款开源个人任务管理工具,通过简单易用的任务归纳分类方式,用来帮助您高效的追踪管理各项任务,最大化的提升工作效率。
这个是学习VueJs
时的一个 Demo 项目,后来发现管理个人任务挺好用,本着强迫症患者该有的精神,就美化了下界面,设计了个 Logo,然后放出来了,项目很简单,适合Rails
以及Vue
初学者学习使用。
源码下载 https://gitee.com/kesin/taskover
在线演示 http://115.28.75.212/ 账号 demo / 111111
部署完成后的默认用户为 admin/admin123
指定数据库以及相关信息,一条命令即可 Run 起来:
docker run -p3001:3001 -d --name=taskover \
-e DATABASE_HOST=10.211.55.2 \
-e DATABASE_PORT=3306 \
-e DATABASE_USER="zoker" \
-e DATABASE_PASSWORD="zoker" \
-e DATABASE_NAME="taskover" \
-e SECRET_KEY_BASE="ASECRETFORBUILD" \
-e RAILS_SERVE_STATIC_FILES=1 \
zoker/taskover:1.0.0
docker-compose up
cd src
kubectl create -f taskover.yaml
kubectl create -f taskover-svc.yaml
cd src/k8s/helm
helm install taskover ./
项目基于 Ruby 2.3.8
及以上
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.