mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
fix typo in documentation
This commit is contained in:
parent
a29ba926c0
commit
247c446af0
@ -1,5 +1,11 @@
|
|||||||
# Changelog Fab Manager
|
# 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
|
## v2.6.1 2017 December 14
|
||||||
|
|
||||||
- Updated Portuguese translations (#91)
|
- Updated Portuguese translations (#91)
|
||||||
|
@ -127,7 +127,7 @@ This procedure is not easy to follow so if you don't need to write some code for
|
|||||||
```bash
|
```bash
|
||||||
rake db:create
|
rake db:create
|
||||||
rake db:migrate
|
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`
|
9. Create the pids folder used by Sidekiq. If you want to use a different location, you can configure it in `config/sidekiq.yml`
|
||||||
|
@ -307,7 +307,7 @@ sudo systemctl list-timers
|
|||||||
|
|
||||||
### Example of command passing env variables
|
### 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>
|
<a name="update-fabmanager"></a>
|
||||||
## Update Fab-manager
|
## Update Fab-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user