Jitamin (pronounced /ˈdʒɪtəmɪn/) is a free software written in PHP, intended to handle the project management over the web.
Jitamin is inspired by vitamin. It also stands for JIT(Just In Time) and Min
(The pinyin of 敏
).
There are a few things that you will need to have set up in order to run Jitamin:
$ cd /var/www
$ git clone https://github.com/jitamin/jitamin.git
$ cd jitamin
$ cp .env.example .env
Adjust the
.env
according to your environment, especially the database settings.
$ composer install -o --no-dev
CREATE DATABASE jitamin;
CREATE USER 'jitamin'@'localhost' IDENTIFIED BY 'jitamin';
GRANT ALL PRIVILEGES ON jitamin.* TO 'jitamin'@'localhost' IDENTIFIED BY 'jitamin' WITH GRANT OPTION;
then, edit .env file, change databases,username and password. and edit config/config.php file.
vendor/bin/phinx migrate
vendor/bin/phinx seed:run
For installation under Windows, you should replace the command
vendor/bin/phinx
withvendor\robmorgan\phinx\bin\phinx.bat
.
bootstrap/cache
and storage
have write permission$ chmod -R 0777 bootstrap/cache
$ chmod -R 0777 storage
Optional steps
$ php artisan config:cache
$ php artisan route:cache
Open your web browser, enter the address such as http://jitamin.yourdomain.com to access the web service. The initial Super Administrator's user name and password are listed below:
admin
or admin@admin.com
admin
$ git fetch --all
$ git checkout latest_tag // Change the latest_tag to the latested release git tag, such as 0.4.4
$ composer install -o --no-dev
vendor/bin/phinx migrate
For updating under Windows, you should replace the command
vendor/bin/phinx
withvendor\robmorgan\phinx\bin\phinx.bat
.
Optional steps
$ php artisan config:cache
$ php artisan route:cache
We have a site to demostrate how Jitamin works, please visit http://jitamin.com. You can login by either of three kinds of account below.
Press the button
Login with my Github Account
test
or test@test.com
test123
jitamin
or jitamin@jitamin.com
jitamin
Jitamin has its own pre-compiled static resources, if you don't want to change the web frontend styles, just skip this section.
Tools:
yarn install || npm install
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.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
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.