This commit is contained in:
Karthik Nadig 2017-11-03 12:20:49 -07:00
Родитель 595949c307
Коммит 2f3bc8f40e
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -21,7 +21,7 @@ sudo ./rtvs-install
sudo systemctl enable rtvsd
```
4. [required for production] Configure SSL certificate:
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` pacakge. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` package. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
5. [optional] Check service is running:
```
ps -A -f | grep rtvsd
@ -32,7 +32,7 @@ sudo systemctl start rtvsd
```
### On Ubuntu Server VM on Azure
You will need Putty for windows, or other SSH client.
You will need Putty for Windows, or other SSH client.
1. Log into https://portal.azure.com
2. Go to Virtual Machines and click on Add.
3. This should bring up available VM images. Search for `Ubuntu Server 16.04 LTS`
@ -55,7 +55,7 @@ sudo ./rtvs-install
sudo systemctl enable rtvsd
```
12. [required for production] Configure SSL certificate:
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` pacakge. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` package. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
13. [optional] Check service is running:
```
ps -A -f | grep rtvsd
@ -66,7 +66,7 @@ sudo systemctl start rtvsd
```
### On Ubuntu DSVM on Azure
You will need Putty for windows, or other SSH client.
You will need Putty for Windows, or other SSH client.
1. Log into https://portal.azure.com
2. Go to Virtual Machines and click on Add.
3. This should bring up available VM images. Search for `Linux Data Science`.
@ -89,7 +89,7 @@ sudo ./rtvs-install
sudo systemctl enable rtvsd
```
12. [required for production] Configure SSL certificate:
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` pacakge. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` package. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
13. [optional] Check service is running:
```
ps -A -f | grep rtvsd
@ -112,7 +112,7 @@ tar -xvzf rtvs-daemon.tar.gz
sudo ./rtvs-install
```
4. [required for production] Configure SSL certificate:
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` pacakge. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
By default, `rtvs-daemon` uses the `ssl-cert-snakeoil.pem` and `ssl-cert-snakeoil.pem` generated by `ssl-cert` package. During installation we combine them into `ssl-cert-snakeoil.pfx`. For production purposes use the SSL certificate provided by your admin. SSL certificate can be configured by providing a PFX file and optional import password, in: `/etc/rtvs/rtvsd.config.json`
5. Start rtvs daemon, execute the following command:
```
rtvsd