Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
ed09acf1
Commit
ed09acf1
authored
Aug 01, 2022
by
Florent
Committed by
Chocobozzz
Aug 01, 2022
Browse files
document parallel depedency and how to install it
Also document how to install exiftool
parent
ec240986
Changes
1
Hide whitespace changes
Inline
Side-by-side
support/doc/development/tests.md
View file @
ed09acf1
...
...
@@ -33,8 +33,14 @@ $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap
Ensure you also have these commands:
```
```
bash
$
exiftool
--help
$
parallel
--help
```
Otherwise, install the packages. On Debian-based systems (like Debian, Ubuntu or Mint):
```
bash
$
sudo
apt-get
install
parallel libimage-exiftool-perl
```
### Test
...
...
Write
Preview
Supports
Markdown
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