Skip to content

Commit

Permalink
3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Aug 22, 2024
1 parent 2908aef commit 338415e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,19 +645,12 @@ <h3 id="compatibility-information">Compatibility Information</h3>
<h2 id="updating-the-bugfish-framework">Updating the Bugfish Framework</h2>
<p>To update the Bugfish Framework to a newer version, follow these steps:</p>
<ol>
<li><strong>Download the Latest Version</strong></li>
<li>
<p>Visit the <a href="https://github.com/bugfishtm/bugfish-framework">Bugfish Framework GitHub repository</a> and download the latest version.</p>
</li>
<li>
<p><strong>Move Files to the Correct Directory</strong></p>
</li>
<li>
<p>Extract the downloaded files and move the contents from the <code>_framework</code> folder to the <code>xframework/remote</code> folder of your Dolibarr installation. Overwrite any existing files if prompted.</p>
</li>
<li>
<p><strong>Update Files on Your Server</strong></p>
</li>
<li>If updating directly on your server, replace the old files with the new ones. Alternatively, you can create a new zip file of the updated framework and push it to the repository.</li>
</ol>
<p>Feel free to reach out if you have any questions or need further assistance!</p></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
<p>Adjust the Dolibarr configuration file (<code>etc/dolibarr/conf.php</code>) and add the following at the end:</p>
</li>
</ol>
<p><code>php
<p><code>
if (file_exists("/usr/share/dolibarr/htdocs/custom/xframework/remote/loader.php")) {
require_once("/usr/share/dolibarr/htdocs/custom/xframework/remote/loader.php");
}</code></p></div>
Expand Down

0 comments on commit 338415e

Please sign in to comment.