mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-26 20:54:21 +01:00
(doc) minimum docker version
This commit is contained in:
parent
efaf71ddcf
commit
7465c8d81c
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## next deploy
|
## next deploy
|
||||||
|
|
||||||
|
- Updated the documentation about the minimum docker version
|
||||||
- Updated nodejs version to 16.13.2 for dev environment, to reflect production version
|
- Updated nodejs version to 16.13.2 for dev environment, to reflect production version
|
||||||
- Changed the apparence of the modal dialogs (React): no more logo and the close button appears in full-text in the top right corner.
|
- Changed the apparence of the modal dialogs (React): no more logo and the close button appears in full-text in the top right corner.
|
||||||
- Use react-hook-form to manage and validate forms
|
- Use react-hook-form to manage and validate forms
|
||||||
|
@ -50,7 +50,7 @@ This might work on other linux systems, and CPU architectures but this is untest
|
|||||||
`curl` and `bash` are needed to retrieve and run the automated deployment scripts.
|
`curl` and `bash` are needed to retrieve and run the automated deployment scripts.
|
||||||
Then the various scripts will check for their own dependencies.
|
Then the various scripts will check for their own dependencies.
|
||||||
|
|
||||||
Moreover, the main software dependencies to run fab-manager are [Docker](https://docs.docker.com/engine/installation/linux/docker-ce/debian/) and [Docker Compose](https://docs.docker.com/compose/install/)
|
Moreover, the main software dependencies to run fab-manager are [Docker](https://docs.docker.com/engine/installation/linux/docker-ce/debian/) v20.0 or above and [Docker Compose](https://docs.docker.com/compose/install/)
|
||||||
They can be easily installed using the [`prepare-vps.sleede.com` script below](#prepare-the-server).
|
They can be easily installed using the [`prepare-vps.sleede.com` script below](#prepare-the-server).
|
||||||
|
|
||||||
<a name="setup-the-domain-name"></a>
|
<a name="setup-the-domain-name"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user