Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed kibana startup initialization and documentation #2659

Merged
merged 3 commits into from Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
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
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
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