Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove obsolete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Jun 22, 2020
1 parent 0d7cbfe commit a8b9b18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ composer install

This will download all the required dependencies.

(Note that it will download the ffmpeg binary for 64-bits Linux.
If you are on another platform,
you might want to specify the path to ffmpeg in your config file.)

You should also ensure that the *templates_c* folder has the right permissions:

```bash
Expand Down Expand Up @@ -66,19 +62,22 @@ cp config/config.example.yml config/config.yml

You will need PHP 7.1 (or higher) and the following PHP modules:

* fileinfo
* intl
* mbstring
* curl
* gmp

## Web server configuration

### Apache

You will need the following modules:
The following modules are recommended:

* mod_mime
* mod_rewrite
* mod_expires
* mod_filter
* mod_deflate
* mod_headers

### Nginx

Expand Down Expand Up @@ -135,18 +134,17 @@ server {

You need [ffmpeg](https://ffmpeg.org/)
in order to enable conversions.
If you don't want to enable conversions, you can disable it in `config.yml`.
(Conversions are disabled by default.)

On Debian-based systems:

```bash
sudo apt-get install ffmpeg
```

You also probably need to edit the `ffmpeg` variable in `config.yml`
so that it points to your ffmpeg binary (`/usr/bin/ffmpeg` on Debian/Ubuntu).
If your ffmpeg binary is not installed at `/usr/bin/ffmpeg`, you also need to edit the `ffmpeg` variable in `config.yml`.

## Use as library
## Use as a library

The `Video` class is now available as [a separate package](https://packagist.org/packages/rudloff/alltube-library)
so that you can reuse it in your projects.
Expand Down
1 change: 0 additions & 1 deletion resources/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ sudo apt-get install ffmpeg
Create a dyno with the following buildpacks:

* `heroku/php`
* `heroku/nodejs`
* `heroku/python`

You might also need to add the following config variables:
Expand Down

0 comments on commit a8b9b18

Please sign in to comment.