Skip to content

Commit

Permalink
Update Read me with V6 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Oct 15, 2023
1 parent d64867a commit c391e63
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
36 changes: 17 additions & 19 deletions Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h3 id="4.1.servicesrequiredfortheos">4.1. Services required for the OS</h3>
<ul>
<li>PHP 8.1+</li>
<li>Apache 2.4.6+</li>
<li>Postgres 14.2+</li>
<li>Postgres 14.9+</li>
<li>MySQL 5.6+ (NOT REQUIRED unless you want use Dédalo for publication).</li>
</ul>

Expand Down Expand Up @@ -209,7 +209,7 @@ <h3 id="4.3.librariesrequiredfortheos">4.3. Libraries required for the OS</h3>
<!-- *To be installed directly in the OS (Ubuntu, Debian, MacOs X, etc.).* -->

<ul>
<li>FFmpeg 4.0+</li>
<li>FFmpeg 5.0+</li>
<li>FFprobe 2.6.1+ (part of FFmpeg)</li>
<li>qtfaststart 1.0 (<code>qt-faststart</code> executable. Usually of FFmpeg, but not always! Be careful!)</li>
<li>ImageMagick 6.9+</li>
Expand All @@ -230,7 +230,7 @@ <h3 id="5.2.video-guideforv5installation">5.2. Video-guide for V5 installation</

<h3 id="5.3.manualinstallation">5.3. Manual installation</h3>

<p>Then, install Dédalo manually (provisional installation instructions for V6 beta):</p>
<p>Then, install Dédalo manually [following this instruction(https://dedalo.dev/docs/install/#installation)], the process to install is:</p>

<ol>
<li>Download Dédalo and place it under the httpdocs directory of the web server.</li>
Expand All @@ -249,13 +249,16 @@ <h3 id="5.3.manualinstallation">5.3. Manual installation</h3>
<li>Create Users and Projects as you need.</li>
</ol>

<p><strong>Note:</strong> the beta state does not have cache control. Hence, we recommend opening the web browser console and deleting the browser cache during the beta period.</p>
<p>!!! warning &#8220;Updating a Beta or RC version to final version&#8221;
If you are using Dédalo v6 beta or Release Candidate, you will need to refresh the cache control.
Opening the web browser console and deleting the browser cache and browser indexed_DB to update it with final definitions.</p>

<h2 id="6.update">6. Update</h2>

<p><em>Please read the &#8220;Updates.md&#8221; file for specific notes, procedures, etc, of the versions.</em></p>

<p>Dédalo has three main updates procedures:</p>
<p>You can follow the instruction to <a href="https://dedalo.dev/docs/management/updates/">update here</a>.
In a nutshell, Dédalo has three main updates procedures:</p>

<ol>
<li><p>Update the code files (php, js, css, html, etc.)</p>
Expand Down Expand Up @@ -338,9 +341,9 @@ <h2 id="8.serversystem">8. Server system</h2>
<p>The backend of Dédalo is tested in:</p>

<ul>
<li>Ubuntu Server 20.04+</li>
<li>Debian 9.0+</li>
<li>MacOs X 11.0+</li>
<li>Ubuntu Server 22.04 LTS or 20.04 LTS</li>
<li>Debian 11.0+</li>
<li>MacOs X 12.0+</li>
<li>CentOS, Fedora and RedHat situation. We are no longer testing Dédalo in RedHat/CenOS/Fedora model since the CentOS project focus was shifted. The main OS to test Dédalo will be Ubuntu. RedHat/CentOS/Fedora will become part of the &#8220;all other Linux that we do not test&#8221; category.</li>
</ul>

Expand Down Expand Up @@ -372,12 +375,12 @@ <h2 id="9.compatiblebrowsers">9. Compatible browsers</h2>
<tbody>
<tr>
<td> Chrome </td>
<td> 106+ </td>
<td> 115+ </td>
<td> YES - recommended </td>
</tr>
<tr>
<td> Chrome </td>
<td> 100 to 105 </td>
<td> 100 to 114 </td>
<td> Deprecated (Please update as soon as possible) </td>
</tr>
<tr>
Expand All @@ -402,32 +405,27 @@ <h2 id="9.compatiblebrowsers">9. Compatible browsers</h2>
</tr>
<tr>
<td> Firefox </td>
<td> 105+ </td>
<td> 115+ </td>
<td> YES </td>
</tr>
<tr>
<td> Firefox </td>
<td> 100 to 104 </td>
<td> 100 to 114 </td>
<td> Deprecated (Please update as soon as possible) </td>
</tr>
<tr>
<td> Firefox </td>
<td> 0&#8211;99 </td>
<td> NO </td>
</tr>
<tr>
<td> Firefox </td>
<td> 0&#8211;40 </td>
<td> NO </td>
</tr>
<tr>
<td> EDGE </td>
<td> 106+ </td>
<td> 115+ </td>
<td> YES </td>
</tr>
<tr>
<td> EDGE </td>
<td> 100 to 105 </td>
<td> 100 to 114 </td>
<td> Deprecated (Please update as soon as possible) </td>
</tr>
<tr>
Expand Down
32 changes: 17 additions & 15 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Here are some projects that use Dédalo to manage their Cultural Heritage and/or

- PHP 8.1+
- Apache 2.4.6+
- Postgres 14.2+
- Postgres 14.9+
- MySQL 5.6+ (NOT REQUIRED unless you want use Dédalo for publication).

### 4.2. Libraries required for Dédalo
Expand All @@ -94,7 +94,7 @@ Here are some projects that use Dédalo to manage their Cultural Heritage and/or
### 4.3. Libraries required for the OS
<!-- *To be installed directly in the OS (Ubuntu, Debian, MacOs X, etc.).* -->

- FFmpeg 4.0+
- FFmpeg 5.0+
- FFprobe 2.6.1+ (part of FFmpeg)
- qtfaststart 1.0 (`qt-faststart` executable. Usually of FFmpeg, but not always! Be careful!)
- ImageMagick 6.9+
Expand All @@ -114,7 +114,7 @@ Then, you can follow the steps in the V5 installation video (similar for V6):

### 5.3. Manual installation

Then, install Dédalo manually (provisional installation instructions for V6 beta):
Then, install Dédalo manually [following this instruction(https://dedalo.dev/docs/install/#installation)], the process to install is:

1. Download Dédalo and place it under the httpdocs directory of the web server.
2. Create a database in PostgreSQL named `dedalo_xx` (you can change the `xx` as you please).
Expand All @@ -131,13 +131,16 @@ Then, install Dédalo manually (provisional installation instructions for V6 bet
13. Log out and log in with the admin user.
14. Create Users and Projects as you need.

**Note:** the beta state does not have cache control. Hence, we recommend opening the web browser console and deleting the browser cache during the beta period.
!!! warning "Updating a Beta or RC version to final version"
If you are using Dédalo v6 beta or Release Candidate, you will need to refresh the cache control.
Opening the web browser console and deleting the browser cache and browser indexed_DB to update it with final definitions.

## 6. Update

*Please read the "Updates.md" file for specific notes, procedures, etc, of the versions.*

Dédalo has three main updates procedures:
You can follow the instruction to [update here](https://dedalo.dev/docs/management/updates/).
In a nutshell, Dédalo has three main updates procedures:

1. Update the code files (php, js, css, html, etc.)
- Create a backup of all files.
Expand Down Expand Up @@ -195,9 +198,9 @@ Dédalo has three main updates procedures:

The backend of Dédalo is tested in:

- Ubuntu Server 20.04+
- Debian 9.0+
- MacOs X 11.0+
- Ubuntu Server 22.04 LTS or 20.04 LTS
- Debian 11.0+
- MacOs X 12.0+
- CentOS, Fedora and RedHat situation. We are no longer testing Dédalo in RedHat/CenOS/Fedora model since the CentOS project focus was shifted. The main OS to test Dédalo will be Ubuntu. RedHat/CentOS/Fedora will become part of the "all other Linux that we do not test" category.

[CentOS blog](https://blog.centos.org/2020/12/future-is-centos-stream/?utm_source=rss&utm_medium=rss&utm_campaign=future-is-centos-stream)
Expand All @@ -212,17 +215,16 @@ Dédalo version V6+ is only tested in chromium and webkit browsers (Chrome, Safa

| Browser | Version | Compatible with Dédalo |
| --- | --- | --- |
| Chrome | 106+ | YES - recommended |
| Chrome | 100 to 105 | Deprecated (Please update as soon as possible) |
| Chrome | 115+ | YES - recommended |
| Chrome | 100 to 114 | Deprecated (Please update as soon as possible) |
| Chrome | 0 to 100 | NO |
| Safari | 16.4+ | YES |
| Safari | 16.3 | Deprecated (Please update as soon as possible) |
| Safari | 0 to 15 | NO |
| Firefox | 105+ | YES |
| Firefox | 100 to 104 | Deprecated (Please update as soon as possible) |
| Firefox | 115+ | YES |
| Firefox | 100 to 114 | Deprecated (Please update as soon as possible) |
| Firefox | 0-99 | NO |
| Firefox | 0-40 | NO |
| EDGE | 106+ | YES |
| EDGE | 100 to 105 | Deprecated (Please update as soon as possible) |
| EDGE | 115+ | YES |
| EDGE | 100 to 114 | Deprecated (Please update as soon as possible) |
| EDGE | 0 to 100 | NO |
| IExplorer | All | NO |

0 comments on commit c391e63

Please sign in to comment.