欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
OpenProject
来自开放百科 - 灰狐
(版本间的差异)
小 (→问题) |
小 (→问题) |
||
第28行: | 第28行: | ||
==问题== | ==问题== | ||
− | [https://community.openproject.org/topics/6584 解决 admin/admin 不能登录的问题] | + | 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 版本更新,上述方法已失效。 | ||
Spawn a irb shell (Manual installation) | Spawn a irb shell (Manual installation) | ||
第41行: | 第49行: | ||
admin.password = 'adminadmin' | admin.password = 'adminadmin' | ||
admin.password_confirmation = 'adminadmin' | admin.password_confirmation = 'adminadmin' | ||
− | |||
admin.save! | admin.save! | ||
2021年10月7日 (四) 03:36的版本
OpenProject
目录 |
简介
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 版本更新,上述方法已失效。
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:
admin = User.find_by(login: 'admin') admin.password = 'adminadmin' admin.password_confirmation = 'adminadmin' admin.save!
图集
链接
分享您的观点