Changes between Version 7 and Version 8 of EscenariosVirtuales
- Timestamp:
- Feb 26, 2012, 7:08:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EscenariosVirtuales
v7 v8 7 7 8 8 9 == Sistema Operativo base para la instalación de la aplicación OpenGnsys == 10 * Objetivo: instalar opengnsys en un sistema sin acceso a internet. 9 == * Objetivo: instalar opengnsys en un sistema sin acceso a internet. == 11 10 * Requisitos previos: 12 * El sistema operativo debe estar recien instalado.13 * Las dependencias de opengnsys descargadas para su uso posterior en /var/cache/apt/11 * Instalar sistema operativo. 12 * Descargar las dependencias de la aplicación opengnsys para su uso sin red. - /var/cache/apt/ -. 14 13 * El tar.gz del instalador de opengnsy. 15 14 * La iso del ogLive. … … 19 18 20 19 21 == NOTAS DE LAS PRUEBAS ==22 20 23 === virtualBOX y ubuntu 32 bits 10.04.4 === 21 22 === Instalar sistema operativo: virtualBOX y ubuntu 32 bits 10.04.4 === 24 23 25 24 * Usuario: administador contaseña:opengnsys … … 37 36 * tecleamos# apt-get openssh-server 38 37 39 == Procesos pre OpenGnsys===38 == Descargar las dependencias de la aplicación opengnsys para su uso sin red. - /var/cache/apt/ -. === 40 39 * tecleamos# apt-get clean 41 * telcleamos #40 * telcleamos o ejecutamos 42 41 {{ 43 apt-get -d install subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql isc-dhcp-server bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent samba unzip netpipes debootstrap schroot squashfs-tools 42 #!/bin/bash 43 apt-get -d install subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql isc-dhcp-server bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent samba unzip netpipes debootstrap schroot squashfs-tools 44 44 45 apt-get -d install subversion apache2 php5 libapache2-mod-php5 mysql-server php5-mysql dhcp3-server bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential g++-multilib libmysqlclient15-dev wget doxygen graphviz bittornado ctorrent samba unzip netpipes debootstrap schroot squashfs-tools 45 46 46 47 }}