Updated documentation for Powershell as admin

This commit is contained in:
mlsmaycon 2021-06-25 10:28:50 +02:00
parent e553c5e97e
commit ab6452065d

View File

@ -72,12 +72,13 @@ export PATH=$PATH:/usr/local/bin
2. Download the latest Windows release ```wiretrustee_<VERSION>_windows_amd64.tar.gz``` (**Switch VERSION to the latest**): 2. Download the latest Windows release ```wiretrustee_<VERSION>_windows_amd64.tar.gz``` (**Switch VERSION to the latest**):
3. Decompress and move to a more fixed path in your system 3. Decompress and move to a more fixed path in your system
4. Open Powershell 4. Open Powershell
5. For Windows systems, we can use the service command to configure Wiretrustee as a service 5. For Windows systems, we can use the service command to configure Wiretrustee as a service by running the following commands in Powershell:
````shell ````shell
cd C:\path\to\wiretrustee\bin cd C:\path\to\wiretrustee\bin
.\wiretrustee.exe service --help .\wiretrustee.exe service --help
.\wiretrustee.exe service install # This will prompt for administrator permissions in order to install a new service .\wiretrustee.exe service install # This will prompt for administrator permissions in order to install a new service
```` ````
> You may need to run Powershell as Administrator
6. After installing you can follow the [Client Configuration](#Client-Configuration) steps. 6. After installing you can follow the [Client Configuration](#Client-Configuration) steps.
7. To uninstall the service simple run the command above with the uninstall flag: 7. To uninstall the service simple run the command above with the uninstall flag:
````shell ````shell
@ -139,6 +140,7 @@ For **Windows** systems:
```shell ```shell
.\wiretrustee.exe service start .\wiretrustee.exe service start
``` ```
> You may need to run Powershell as Administrator
### Running the Signal service ### Running the Signal service
After installing the application, you can run the signal using the command below: After installing the application, you can run the signal using the command below:
````shell ````shell