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

Merge branch 'dev' for release 2.6.3

This commit is contained in:
Sylvain 2018-01-02 10:26:18 +01:00
commit 7a042ae349
4 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
2.6.2
2.6.3

View File

@ -1,5 +1,10 @@
# Changelog Fab Manager
## v2.6.3 2018 January 2
- Fix a bug: wrong docker-compose url in setup script (#98)
- Typo correction in docker README (#97)
## v2.6.2 2017 December 21
- Support for internet explorer 11

View File

@ -103,7 +103,7 @@ You can run the following script as root to easily perform all these operations:
Create the config folder, copy the environnement variables configuration file and edit it:
```bash
mkdir -p /apps/fabmanager/config
cd /apps/famanager
cd /apps/fabmanager
cp example/env.exemple config/env
vi config/env
# or use your favorite text editor instead of vi (nano, ne...)

View File

@ -17,7 +17,7 @@ prepare_config()
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/webroot.ini.example > "$FABMANAGER_PATH/example/webroot.ini.example"
# docker-compose
\curl -sSL https://github.com/LaCasemate/fab-manager/blob/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
}
prepare_config "$@"
prepare_config "$@"