Server Configuration - Mixpost
If you installed using the "As a standalone app" or "As a package in an existing Laravel app" method, it is necessary to install and configure other software on the server.
These configurations are very important, please do not skip this step.
Requirements
PHP 8.1 or higher Database (eg: MySQL, PostgreSQL, SQLite) Redis 6.2 or higher Web Server (eg:...
Default public web root
If you installed Mixpost using the Standalone method you may instruct your web server(Nginx/Apach...
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...