Skip to content

Commit

Permalink
Merge pull request #2526 from phili67/phili67-documentation-requirement
Browse files Browse the repository at this point in the history
Phili67 documentation requirement
  • Loading branch information
phili67 committed Jan 18, 2024
2 parents 15a8b67 + 890dc82 commit 704329d
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A Linux server
* A server LAMP : Linux Apache Mysql or Php is required
* With NGinx one may have issue ( not tested yet)
* php 7.3 is required at the minimum
* php 8.0 is required at the minimum
* A Mysql 5.7 database
* MariaDB also works

Expand Down
2 changes: 1 addition & 1 deletion Documentation/doc-en/site/search/search_index.json

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions Documentation/doc-en/site/sitemap.xml

Large diffs are not rendered by default.

Binary file modified Documentation/doc-en/site/sitemap.xml.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ <h2 id="server">Server<a class="headerlink" href="#server" title="Permanent link
<li>A Linux server</li>
<li>A server LAMP : Linux Apache Mysql or Php is required</li>
<li>With NGinx one may have issue ( not tested yet)</li>
<li>php 7.3 is required at the minimum</li>
<li>php 8.0 is required at the minimum</li>
<li>A Mysql 5.7 database</li>
<li>MariaDB also works</li>
</ul>
Expand All @@ -2531,6 +2531,7 @@ <h2 id="mods-to-activate-on-apache">Mods to activate on Apache:<a class="headerl
<li>PHP Session</li>
<li>PHP XML</li>
<li>PHP EXIF</li>
<li>PHP imagick</li>
<li>PHP iconv</li>
<li>OpenSSL</li>
<li>Mod Rewrite</li>
Expand All @@ -2541,6 +2542,10 @@ <h2 id="mods-to-activate-on-apache">Mods to activate on Apache:<a class="headerl
<li>Include/Config the configuration file is accessible in writing</li>
<li>the picture file is accessible in writing also</li>
</ul>
<p><strong>Note</strong> for imagick</p>
<div class="codehilite"><pre><span></span><code>sudo sed -i_bak &#39;s/rights=&quot;none&quot; pattern=&quot;PDF&quot;/rights=&quot;read | write&quot; pattern=&quot;PDF&quot;/&#39; /etc/ImageMagick-6/policy.xml
</code></pre></div>

<h2 id="memory">Memory<a class="headerlink" href="#memory" title="Permanent link">&para;</a></h2>
<ul>
<li>Max file upload size 32M</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Un serveur sous Linux (Une Ubuntu 16.04LTS par exemple)
* Un serveur LAMP : Linux Apache Mysql et Php est requis.
* Sous NGinx vous pourriez rencontrer des difficultés (non testé).
* Un php 7.3 au minimum est requis
* Un php 8.0 au minimum est requis
* Une base de données sous Mysql 5.7 ou plus
* MariaDB fonctionne sans souci

Expand Down
2 changes: 1 addition & 1 deletion Documentation/doc-fr/site/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 704329d

Please sign in to comment.