Jitamin (读作/ˈdʒɪtəmɪn/) 是一款免费、开源,使用PHP语言开发的项目管理系统。Jitamin灵感来自于Vitamin,并结合了Just In Time(准时)和 敏
的拼音 min
,意指 效率
与 敏捷
是项目管理过程中起重要作用的维他命。
一. 克隆代码
$ git clone https://github.com/jitamin/jitamin.git
二. 安装依赖包
$ composer install -o --no-dev
三. 设置配置文件
$ cp config/config{.default,}.php // 根据实际情况修改config.php相关配置。
四. 确保storage目录可写。
$ chmod -R 0777 storage
五. 通过浏览器访问
安装完成后,请通过浏览器访问你的Jitamin网址,如: http://jitamin.dev
初始管理员的用户名和密码:
admin
or admin@admin.com
admin
一. 获取最新代码
$ git fetch --all $ git checkout {latest_tag} // 请将 latest_tag} 修改为最新的tag,比如:0.1.0
二. 更新依赖
$ composer install -o --no-dev
体验Jitamin, 请访问 Jitamin :
jitamin
or jitamin@jitamin.com
jitamin
Jitamin代码里自带编译后的前端静态资源。如果你不想修改前端样式,请直接忽略本环节。
工具集:
npm install --global gulp bower install gulp
Jitamin is licensed under the license of MIT. See the LICENSE for more details.
Jitamin is a fork based on Kanboard. Kanboard is Copyright Frédéric Guillot and others.