Diferencia entre revisiones de «Manual/epoptes»
De FESOL. Proyectos de Software Libre ULS
(Página creada con «Servidor 1. Instalar epoptes apt-get install epoptes 2. Configurar el DNS del servidor echo "<DIRECCION IP> server" >> /etc/hosts 3. Agregar el usuario que ejecutara...») |
|||
Línea 1: | Línea 1: | ||
− | Servidor | + | |
+ | Instalación de epoptes standalone '''sin''' un servidor LTSP | ||
+ | |||
+ | == Servidor == | ||
+ | |||
1. Instalar epoptes | 1. Instalar epoptes | ||
Línea 9: | Línea 13: | ||
4. Reciniciar el servidor epoptes y el cliente | 4. Reciniciar el servidor epoptes y el cliente | ||
− | + | ||
+ | == Cliente == | ||
+ | |||
1. Instalar epoptes-client | 1. Instalar epoptes-client | ||
Línea 18: | Línea 24: | ||
epoptes-client -c | epoptes-client -c | ||
4. Reciniciar el cliente | 4. Reciniciar el cliente | ||
+ | |||
+ | |||
+ | == Referencias == | ||
+ | * http://www.epoptes.org/installation | ||
+ | * https://lihuen.linti.unlp.edu.ar/index.php/Epoptes |
Revisión del 11:21 4 ene 2018
Instalación de epoptes standalone sin un servidor LTSP
Servidor
1. Instalar epoptes
apt-get install epoptes
2. Configurar el DNS del servidor
echo "<DIRECCION IP> server" >> /etc/hosts
3. Agregar el usuario que ejecutara epoptes al grupo epoptes
gpasswd -a <usuario> epoptes
4. Reciniciar el servidor epoptes y el cliente
Cliente
1. Instalar epoptes-client
apt-get install epoptes-client
2. Configurar el DNS del servidor
echo "<DIRECCION IP> server" >> /etc/hosts
3. Obtener el certificado del servidor (ya debe estar configurado el servidor)
epoptes-client -c
4. Reciniciar el cliente