Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rhel8 installation script #792

Merged
merged 2 commits into from
Jun 14, 2023
Merged

add rhel8 installation script #792

merged 2 commits into from
Jun 14, 2023

Conversation

nmlsdev
Copy link
Contributor

@nmlsdev nmlsdev commented Jun 3, 2023

No description provided.

@mgogoulos
Copy link
Contributor

Looks OK, I'd like to test it and perform an installation. What OS did you use? RHEL 8 or something else?

Thanks

@nmlsdev
Copy link
Contributor Author

nmlsdev commented Jun 6, 2023

Installed using Rocky 8 Minimal

Commands run before installation

sudo -iu root
git clone -b v2.0 'https://github.com/nmlsdev/mediacms' /srv/mediacms/
cd /srv/mediacms/
chmod +x install-rhel.sh
./install-rhel.sh

@mgogoulos
Copy link
Contributor

Installed it on a Rocky Linux 8 on Hetzner and the installation completed, so I am going to merge it since others will find value on it.

Keep in mind that video transcoding on my files has failed, and after checking logs I see this message:

Option 'force_divisible_by' not found

Indicating some issue with ffmpeg

@mgogoulos mgogoulos merged commit 3d59b87 into mediacms-io:main Jun 14, 2023
@nmlsdev
Copy link
Contributor Author

nmlsdev commented Jun 14, 2023

Installed it on a Rocky Linux 8 on Hetzner and the installation completed, so I am going to merge it since others will find value on it.

Keep in mind that video transcoding on my files has failed, and after checking logs I see this message:

Option 'force_divisible_by' not found

Indicating some issue with ffmpeg

I've run into this problem as well. Currently my only workaround is to comment out line 548 in files/helpers.py:
# filters.append(scale_filter_str)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants