1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-03 00:29:17 +01:00

renamed production documentation

This commit is contained in:
Sylvain 2020-03-24 11:23:56 +01:00
parent efd356965e
commit f8d315b5e5
4 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@
- Updated translations - Updated translations
- Updated angular-translate - Updated angular-translate
- Updated eslint - Updated eslint
- Renamed production documentation
- Fix a bug: since PostgreSQL release 9.6.17, the new installations will fail to start complaining for missing password (#194) - Fix a bug: since PostgreSQL release 9.6.17, the new installations will fail to start complaining for missing password (#194)
- Fix a security issue: updated mkdirp to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598) - Fix a security issue: updated mkdirp to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)
- Fix a security issue: updated acorn to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598) - Fix a security issue: updated acorn to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)

View File

@ -41,16 +41,16 @@ Contributions are welcome. Please read [the contribution guidelines](CONTRIBUTIN
<a name="setup-a-production-environment"></a> <a name="setup-a-production-environment"></a>
## Setup a production environment ## Setup a production environment
To run Fab-manager as a production application, this is highly recommended to use [Docker-compose](https://docs.docker.com/compose/overview/). To run Fab-manager as a production application, you must follow the procedure described in the [production readme](doc/production_readme.md).
The procedure to follow is described in the [docker-compose readme](doc/docker-compose_readme.md). This procedure is using [Docker-compose](https://docs.docker.com/compose/overview/) to manage the application and its dependencies.
<a name="setup-a-development-environment"></a> <a name="setup-a-development-environment"></a>
## Setup a development environment ## Setup a development environment
In you intend to run Fab-manager on your local machine to contribute to the project development, you can set it up by following the [development readme](doc/development_readme.md). In you intend to run Fab-manager on your local machine to contribute to the project development, you can set it up by following the [development readme](doc/development_readme.md).
This procedure relies on docker to set-up the dependencies. This procedure relies on [Docker-compose](https://docs.docker.com/compose/overview/) to set-up the dependencies.
Optionally, you can use a virtual development environment that relies on Vagrant and Virtual Box by following the [virtual machine instructions](virtual-machine.md). Optionally, you can use a virtual development environment that relies on Vagrant and Virtual Box by following the [virtual machine instructions](doc/virtual-machine.md).
<a name="i18n"></a> <a name="i18n"></a>
## Internationalization (i18n) ## Internationalization (i18n)

View File

@ -10,7 +10,7 @@ This document will guide you through all the steps needed to set up a developmen
3.1. [Rebuild statistics](#rebuild-stats)<br/> 3.1. [Rebuild statistics](#rebuild-stats)<br/>
3.2. [Backup and Restore](#backup-and-restore-elasticsearch) 3.2. [Backup and Restore](#backup-and-restore-elasticsearch)
This procedure is not easy to follow so if you don't need to write some code for Fab-manager, please prefer the [docker-compose installation method](docker-compose_readme.md). This procedure is not easy to follow so if you don't need to write some code for Fab-manager, please prefer the [production installation method](doc/production_readme.md).
<a name="general-guidelines"></a> <a name="general-guidelines"></a>