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

fix typo in documentation

This commit is contained in:
Sylvain 2017-12-21 11:32:13 +01:00
parent a29ba926c0
commit 247c446af0
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog Fab Manager
## v2.6.2 2017 December 21
- Support for internet explorer 11
- Fix a bug: events order in public list
- Corrected typos in documentation (#96)
## v2.6.1 2017 December 14
- Updated Portuguese translations (#91)

View File

@ -127,7 +127,7 @@ This procedure is not easy to follow so if you don't need to write some code for
```bash
rake db:create
rake db:migrate
ADMIN_EMAIL=youradminemail ADMIN_PASSWORD=youradminpassword rake db:seed
ADMIN_EMAIL='youradminemail' ADMIN_PASSWORD='youradminpassword' rake db:seed
```
9. Create the pids folder used by Sidekiq. If you want to use a different location, you can configure it in `config/sidekiq.yml`

View File

@ -307,7 +307,7 @@ sudo systemctl list-timers
### Example of command passing env variables
docker-compose run --rm -e ADMIN_EMAIL=xxx ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed
docker-compose run --rm -e ADMIN_EMAIL=xxx -e ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed
<a name="update-fabmanager"></a>
## Update Fab-manager