Skip to content

Commit

Permalink
Added note about using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Sep 11, 2021
1 parent 6fcee0c commit 8a3ee87
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
:icons: font
:source-highlighter: coderay
:docinfo: shared
:title: CM - A tool to automate installation of Aerokube products
:description: CM allows you to install Selenoid and related products with a single command in minutes.
:favicon: img/favicon.png

This reference covers version: _{revnumber}_.

Configuration manager is a small application used to automatically configure http://aerokube.com[Aerokube] products.
Configuration manager is a small application used to automatically configure https://aerokube.com[Aerokube] products.

include::selenoid-commands.adoc[leveloffset=+1]
include::selenoid-ui-commands.adoc[leveloffset=+1]
Expand Down
9 changes: 9 additions & 0 deletions docs/selenoid-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ To start Selenoid:
$ ./cm selenoid start --vnc
----
+
[WARNING]
====
Running this command with `sudo` can lead to broken installation. Recommended way is running Selenoid as regular user. On Linux to have permissions to access Docker you may need to add your user to `docker` group:
[source,bash]
----
$ sudo usermod -aG docker $USER
----
====
+
.On Windows
[source,powershell]
----
Expand Down
5 changes: 4 additions & 1 deletion docs/selenoid-ui-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ This section describes supported ways of automatic https://github.com/aerokube/s
====
To quickly run Selenoid UI type:
$ ./cm selenoid-ui start
[source,bash]
----
$ ./cm selenoid-ui start
----
====

Expand Down

0 comments on commit 8a3ee87

Please sign in to comment.