OCS Instalar

Páginas: 3 (719 palabras) Publicado: 5 de marzo de 2014
TEMA
UBUNTU SERVER 13.1

ARCHIVO
Instalación

ACCIÓN
Instalar

Editar

CONFIGURACION DE PROXY

Modificar:

REINICIAR
ACTUALIZAR REPOSITORIO

INSTALR DEPENDENCIAS PARA OCS

ComandoComando
Comando
Comando
Comando

Ejecutar
Ejecutar
Ejecutar
Ejecutar
Ejecutar

Comando

Ejecutar

PAQUETES DE PERL

Comando

Ejecutar

PAQUETES DE PERL

Comando

EjecutarDESCARGAR OCS

Comando

Ejecutar

DESCOMPRIMIR E INSTALAR OCS

Comando

Ejecutar

LINEAS
Seleccionar servidor LAMP y SSH
/etc/environment
http_proxy=http://10.1.1.1:3128/https_proxy=http://10.1.1.1:3128/
ftp_proxy=http://10.1.1.1:3128/
no_proxy="localhost,127.0.0.1,localaddress,.localdomain.c
om"
HTTP_PROXY=http://10.1.1.1:3128/
HTTPS_PROXY=10.1.1.1:3128/FTP_PROXY=10.1.1.1:3128/
NO_PROXY="localhost,127.0.0.1,localaddress,.localdomain
.com"
/etc/apt/99proxy
Acquire::http::proxy "http://10.1.1.1:3128";
Acquire::ftp::proxy "http://10.1.1.1:3128";Acquire::https::proxy "http://10.1.1.1:3128";
/etc/sudoers
modificar: Defaults env_reset
Defaults env_keep = "http_proxy ftp_proxy"
/etc/apt/apt.conf
Acquire::http::proxy "http://10.1.1.1:3128";Acquire::https::proxy "http://10.1.1.1:3128";
sudo reboot
sudo apt-get update
sudo apt-get upgrade
apt-get install libssl-dev
sudo apt-get install apache2 -y
sudo apt-get install php5 libapache2-modphp5 -ysudo /etc/init.d/apache2 restart
sudo chown -R USUARIO:www-data
/var/www
sudo chmod -R 755 /var/www
sudo gedit /var/www/info.php

http://127.0.0.1/info.php
sudo apt-get install mysql-servermysqlclient -y

sudo apt-get install php5-mysql php5-curl
php5-gd php5-idn php-pear php5-imagick
php5-imap php5-mcrypt php5-memcache
php5-ming php5-ps php5-pspell php5recode php5-snmp php5-sqlitephp5-tidy
php5-xmlrpc php5-xsl -y.
sudo /etc/init.d/apache2 restart
sudo apt-get install phpmyadmin -y
dbconfig-common elegir que No.
sudo gedit /etc/apache2/httpd.conf
Pegar lo siguiente...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Errores Que Se Presentan Al Momento De Instalar El Cliente Ocs Inventory
  • OCS
  • Manual Ocs
  • manual de ocs
  • Funciones de las OCS
  • Ocs Inventory
  • Ocs veves
  • Ocs Intentory

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS