Skip to content

Commit

Permalink
Correct the minimum PostgreSQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Feb 19, 2024
1 parent bed9e03 commit 90ec675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_docs/foreman_dev_setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Foreman will run with the following requirements (aside from rubygem dependencie
* Ruby 2.7.x
* NodeJS 14
* NPM 6.x
* PostgreSQL 13
* PostgreSQL 10+ (12+ recommended)

It’s recommended to install https://github.com/rbenv/rbenv[rbenv] or https://github.com/rvm/rvm[rvm] to manage ruby, and https://github.com/nvm-sh/nvm[nvm] to manage node and npm on your system.
* For Fedora users, you can use this https://developer.fedoraproject.org/start/sw/web-app/rails.html[guide] for installing: rbenv, Ruby & Bundler.
Expand Down

0 comments on commit 90ec675

Please sign in to comment.