GitHub-Time-Tracking
Use GitHub to Track Time and Budgets for your Development Projects(and really anything else you use GitHub for) - Ruby app that analyzes GitHub Issue Comments, Milestones, and Code Commit Messages for Time Tracking and Budget Tracking information
파일 탐색기
최종 버전 다운로드 (.zip)- version.rb
- 401.html
- securocat.png
- github.rb
- sinatra_auth_github.rb
- bootstrap-theme.css
- bootstrap-theme.min.css
- bootstrap.css
- bootstrap.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- bootstrap.js
- bootstrap.min.js
- jquery-1.9.1.min.js
- calendar.erb
- code_commits.erb
- download_data.erb
- index.erb
- issue_time.erb
- issues.erb
- issues_in_milestone.erb
- labels.erb
- layout.erb
- milestones.erb
- repo_dates.erb
- repo_user_dates.erb
- repos_listing.erb
- unauthenticated.erb
- app.rb
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- sinatra_auth_github.gemspec
- sinatra_helpers.rb
- GitHub Time Tracking Process Overview.graffle
- GitHub Time Tracking Process Overview.png
- Object Based Process Overview.graffle
- Object Based Process Overview.png
- time_analyzer
- time_tracker
- code_commit_aggregation.rb
- helpers.rb
- issues_aggregation.rb
- issues_date_aggregation.rb
- issues_date_processor.rb
- issues_processor.rb
- labels_aggregation.rb
- milestones_aggregation.rb
- milestones_processor.rb
- mongo.rb
- system_wide_aggregation.rb
- system_wide_processor.rb
- time_analyzer.rb
- TODO.txt
- users_aggregation.rb
- users_processor.rb
- accepted_emoji.rb
- accepted_labels_categories.rb
- code_commit_comments.rb
- code_commit_messages.rb
- code_commits.rb
- github_data.rb
- helpers.rb
- issue_budget.rb
- issue_comment_tasks.rb
- issue_time.rb
- issues.rb
- labels_processor.rb
- milestone_budget.rb
- milestones.rb
- mongo.rb
- controller.rb
- gh_issue_task_aggregator.rb
- LICENSE.txt
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/StephenOTT/GitHub-Time-Tracking
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd GitHub-Time-Tracking
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Ruby
쉬움 추천3.2. Open a second terminal window and run: `bundle install`
Gemfile에 명시된 루비 라이브러리를 설치합니다.
3.3.`GITHUB_CLIENT_ID="YOUR CLIENT ID" GITHUB_CLIENT_SECRET="YOUR CLIENT SECRET" bundle exec rackup`
이 명령어를 터미널에 그대로 입력해 실행하세요.
bundle install이 에러 없이 끝나면 README에 안내된 실행 명령어(예: rails server)로 마저 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
