注册
登录
Xedge
>>
work-in-progress
>>
返回
项目作者:
jia1
项目描述 :
Extremely lightweight team reporting system
高级语言:
JavaScript
项目主页:
项目地址:
git://github.com/jia1/work-in-progress.git
创建时间:
2016-07-08T17:32:02Z
项目社区:
https://github.com/jia1/work-in-progress
开源协议:
MIT License
下载
work-in-progress
Team Reporting System
Reports are categorised by the 4 departments/functions
Comment system supported
Email notification (feature is still in early development)
Download Reports as CSV or Excel (with or without filtering)
Instructions
git clone
https://github.com/jiayeerawr/work-in-progress.git
Run steps 2 and 3 for your repository if it will be public so that you will not push private files
Otherwise, skip them so that your private files may be pushed to your server
Update
.gitignore
to ignore the following files (in addition to existing
.gitignore
)
app/controllers/application_controller.rb
app/mailers/comments_mailer.rb
config/application.yml
config/secrets.yml
Untrack files with
git rm -r —cached .
app/controllers/application_controller.rb
Update the values for
name
and
password
for the HTTP authentication
app/mailers/comments_mailer.rb
Update the values for
from
GMAIL,
to
and
subject
config/application.yml
Update the
username
and
password
for the
from
GMAIL account
Please refer to
Wiki
for the additional steps to configure your GMAIL. Remember to restart your local server when you are testing!
Deploy to Heroku