Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
f6160062
Verified
Commit
f6160062
authored
Mar 25, 2021
by
Chocobozzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix postgresql version
parent
3dd1f61b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
support/doc/dependencies.md
support/doc/dependencies.md
+1
-1
No files found.
package.json
View file @
f6160062
...
...
@@ -7,7 +7,7 @@
"engines"
:
{
"node"
:
">=10.x <=15"
,
"yarn"
:
">=1.x"
,
"postgres"
:
">=
9.6
"
,
"postgres"
:
">=
10.x
"
,
"redis-server"
:
">=2.8.18"
,
"ffmpeg"
:
">=4.1"
},
...
...
support/doc/dependencies.md
View file @
f6160062
...
...
@@ -245,7 +245,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
```
pkg
pkg update
pkg install -y sudo bash wget git python nginx pkgconf postgresql
96
-server postgresql
96
-contrib redis openssl node npm yarn ffmpeg unzip
pkg install -y sudo bash wget git python nginx pkgconf postgresql
13
-server postgresql
13
-contrib redis openssl node npm yarn ffmpeg unzip
```
2.
Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment