Skip to content

Commit

Permalink
Deployed c395141 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olsson82 committed Sep 22, 2024
1 parent e8ea766 commit 04f0056
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,15 @@ <h3 id="php">PHP</h3>
<p>Install php with following:</p>
<p><code>sudo apt install php php-{common,mysql,xml,xmlrpc,curl,gd,imagick,cli,dev,imap,mbstring,opcache,soap,zip,intl,pdo} -y</code></p>
<p>This will install PHP and modules that are common and needed.</p>
<p>Also make some adjustments in php.ini file that you will find in /etc/php/8.2/apache2 folder (replace 8.2 with the version number for your php)</p>
<p>Some suggestions:
<strong>max_execution_time 180
memory_limit 128M
post_max_size 200M
upload_max_filesize 200M
max_input_time 60
max_input_vars 3000</strong></p>
<p>If you have problems load audio files or upload, you need to adjust these more.</p>
<p>Now restart apache: <code>sudo systemctl restart apache2</code></p>
<h3 id="ffmpeg">FFMPEG</h3>
<p>For the moment we use FFMPEG to get the length of the audio files, this will be removed in the future, but for now you need to install FFMPEG on your server:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 04f0056

Please sign in to comment.