Skip to content

Commit

Permalink
Fixed kibana startup initialization and documentation (#2659)
Browse files Browse the repository at this point in the history
* fixed kibana setup and documentation

* updated changelog
  • Loading branch information
Andrey Zhavoronkov authored Jan 13, 2021
1 parent 649f962 commit 7a3f34a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-

### Fixed
-
- Kibana startup initialization (<https://github.com/openvinotoolkit/cvat/pull/2659>)

### Security
-
Expand Down
2 changes: 1 addition & 1 deletion components/analytics/docker-compose.analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
'-t',
'0',
'--',
'/usr/bin/python3',
'python3',
'kibana/setup.py',
'kibana/export.json',
]
Expand Down
2 changes: 1 addition & 1 deletion cvat/apps/documentation/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ computer vision tasks developed by our team.
[Django administration panel](http://localhost:8080/admin) to assign correct
groups to the user. Please use the command below to create an admin account:

`docker exec -it cvat bash -ic '/usr/bin/python3 ~/manage.py createsuperuser'`
`docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'`

- If you want to create a non-admin account, you can do that using the link below
on the login page. Don't forget to modify permissions for the new user in the
Expand Down

0 comments on commit 7a3f34a

Please sign in to comment.