1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

fixed syntax & typo in readme

This commit is contained in:
Sylvain 2018-07-04 14:32:17 +02:00
parent 7afe62522f
commit 7666fd88f8
2 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,8 @@
- Fix a security issue: dependency loofah has a vulnerability as described in [CVE-2018-8048](https://github.com/flavorjones/loofah/issues/144)
- Fix a security issue: rails-html-sanitizer < 1.0.3 has a security vulnerability described in [CVE-2018-3741](https://nvd.nist.gov/vuln/detail/CVE-2018-3741)
- Ensure elasticSearch indices are started with green status on new installations
- Refactored User.as_json to remove code duplication
- Fixed syntax and typos in README
- [TODO DEPLOY] **REQUIRED** Please read [elastic_upgrade.md](doc/elastic_upgrade.md) for instructions on upgrading ElasticSearch.
## v2.6.4 2018 March 15

View File

@ -9,8 +9,8 @@ FabManager is the FabLab management solution. It is web-based, open-source and t
3. [Setup a production environment](#setup-a-production-environment)
4. [Setup a development environment](#setup-a-development-environment)<br/>
4.1. [General Guidelines](#general-guidelines)<br/>
4.2. [Environment Configuration](#environment-configuration)
4.3. [Virtual Machine Instructions](#virtual-machine-instructions)<br/>
4.2. [Environment Configuration](#environment-configuration)<br/>
4.3. [Virtual Machine Instructions](#virtual-machine-instructions)
5. [PostgreSQL](#postgresql)<br/>
5.1. [Install PostgreSQL 9.4 on Ubuntu/Debian](#postgresql-on-debian)<br/>
5.2. [Install and launch PostgreSQL on MacOS X](#postgresql-on-macosx)<br/>
@ -290,7 +290,7 @@ See the [Settings](#i18n-settings) section of the [Internationalization (i18n)](
<a name="virtual-machine-instructions"></a>
### Virtual Machine Instructtions
### Virtual Machine Instructions
These instructions allow to deploy a testing or development instance of Fab Manager inside a virtual
machine, with most of the software dependencies installed automatically and avoiding to install a lot