Server Configuration - Mixpost
For Mixpost to work, it is necessary to install and configure other softwares on the server. Please do not skip this step, it is very important.
Requirements
PHP 8.1 or higher Database (eg: MySQL, PostgreSQL, SQLite) Redis 6.2 or higher Web Server (eg:...
Installing FFmpeg
Mixpost has the ability to generate images from video while uploading a video file. This would no...
Installing Redis
So that the posts can be scheduled, Mixpost puts them in the queue. To be able to do this, you n...
Installing & Configuring Supervisor
Installing Supervisor You need to configure a process monitor. To install Supervisor on Ubuntu, ...
Cron
Add a cron that running the scheduler: * * * * * cd /path-to-your-project && php artisan schedul...
Other things to consider
Some files that are uploaded, video for example, can be up to 200 mb, by default most web servers...