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