欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
OpenProject
来自开放百科 - 灰狐
(版本间的差异)
小 (→功能) |
小 (→功能) |
||
| (未显示1个用户的24个中间版本) | |||
| 第1行: | 第1行: | ||
| + | {{SeeWikipedia}} | ||
| + | |||
OpenProject | OpenProject | ||
| + | |||
| + | [[文件:OpenProject-logo.png|right|OpeProject]] | ||
| + | |||
| + | ==基金会== | ||
| + | [[文件:OpenProject-Foundation.png|right]] | ||
| + | *[https://community.openproject.org/projects/openproject/wiki/OpenProject_Foundation OpenProject Foundation (OPF)] | ||
==简介== | ==简介== | ||
| − | OpenProject 是 [https://www.chiliproject.org/ ChiliProject] 的分支, ChiliProject 目前已不再更新维护,ChiliProject 基于 [[Redmine]] 构建。 | + | #1 Open Source Project Management Software |
| + | |||
| + | OpenProject 是 [https://www.chiliproject.org/ ChiliProject] 的分支, ChiliProject 目前已不再更新维护,ChiliProject 基于 [[Redmine]] 构建。 | ||
==功能== | ==功能== | ||
| + | [https://community.openproject.org/projects/openproject/roadmap OpenProject路线图] | ||
| + | *[https://www.openproject.org/blog/roadmap-2024/ OpenProject Roadmap 2024] | ||
==版本== | ==版本== | ||
| 第12行: | 第24行: | ||
==指南== | ==指南== | ||
| + | |||
| + | ==插件== | ||
| + | [https://www.openproject.org/docs/development/create-openproject-plugin/ OpenProject plugins are special ruby gems] | ||
==项目== | ==项目== | ||
| + | *集成 [https://github.com/omniauth/omniauth OmniAuth] Standardized Multi-Provider Authentication | ||
| + | *基于 [[Angular]] 和 [[TypeScript]] 的[https://github.com/opf/openproject/tree/dev/frontend 前端]构建,通过 Angular 增强 Rails 视图请求。 | ||
| + | *通过 [https://github.com/ddollar/foreman Foreman] 运行 OpenProject | ||
| + | |||
| + | ==国际化== | ||
| + | [https://crowdin.com/profile/opf OpenProject @ Crowdin] | ||
==用户== | ==用户== | ||
| + | *[https://community.openproject.org/ OpenProject] | ||
| + | *[[OpenForge]] | ||
| + | |||
| + | ==问题== | ||
| + | 1、ERROR: column rel.relhasoids does not exist | ||
| + | |||
| + | LINE 1: SELECT rel.relhasoids AS has_oids | ||
| + | |||
| + | [https://stackoverflow.com/questions/58461178/how-to-fix-error-column-c-relhasoids-does-not-exist-in-postgres How to fix "ERROR: column c.relhasoids does not exist" in Postgres?] | ||
| + | |||
| + | 2、[https://community.openproject.org/topics/6584 解决 admin/admin 不能登录的问题] | ||
| + | |||
| + | Rails 版本更新,上述方法已失效,需参考新的[https://guides.rubyonrails.org/active_record_querying.html Active Record文档] | ||
| + | |||
| + | Spawn a irb shell (Manual installation) | ||
| + | cd </path/to/openproject> | ||
| + | RAILS_ENV=development bundle exec rails c | ||
| + | |||
| + | Spawn a irb shell (Packaged installation) | ||
| + | openproject run console | ||
| + | |||
| + | In that console, execute: | ||
| + | rails c | ||
| + | |||
| + | user = User.find_by_login('admin') | ||
| + | user.password = 'huihoo' | ||
| + | user.password_confirmation = 'huihoo' | ||
| + | user.save! | ||
==图集== | ==图集== | ||
| + | <gallery> | ||
| + | image:OpenProject-Foundation-Boards.png|OPF板块 | ||
| + | image:openproject-branching-model.png|分支管理 | ||
| + | image:openproject-homepage.png|主页 | ||
| + | image:openproject-admin.png|Admin控制台 | ||
| + | </gallery> | ||
==链接== | ==链接== | ||
2024年11月10日 (日) 13:54的最后版本
| |
您可以在Wikipedia上了解到此条目的英文信息 OpenProject Thanks, Wikipedia. |
OpenProject
目录 |
[编辑] 基金会
[编辑] 简介
#1 Open Source Project Management Software
OpenProject 是 ChiliProject 的分支, ChiliProject 目前已不再更新维护,ChiliProject 基于 Redmine 构建。
[编辑] 功能
[编辑] 版本
[编辑] 指南
[编辑] 插件
OpenProject plugins are special ruby gems
[编辑] 项目
- 集成 OmniAuth Standardized Multi-Provider Authentication
- 基于 Angular 和 TypeScript 的前端构建,通过 Angular 增强 Rails 视图请求。
- 通过 Foreman 运行 OpenProject
[编辑] 国际化
[编辑] 用户
[编辑] 问题
1、ERROR: column rel.relhasoids does not exist
LINE 1: SELECT rel.relhasoids AS has_oids
How to fix "ERROR: column c.relhasoids does not exist" in Postgres?
Rails 版本更新,上述方法已失效,需参考新的Active Record文档
Spawn a irb shell (Manual installation)
cd </path/to/openproject> RAILS_ENV=development bundle exec rails c
Spawn a irb shell (Packaged installation)
openproject run console
In that console, execute:
rails c
user = User.find_by_login('admin')
user.password = 'huihoo'
user.password_confirmation = 'huihoo'
user.save!
[编辑] 图集
[编辑] 链接
分享您的观点

