Changes between Version 4 and Version 5 of Version2/Instalacion


Ignore:
Timestamp:
Sep 15, 2010, 8:47:01 PM (14 years ago)
Author:
Edulix
Comment:

updating some bad wiki syntax, adding info about how to download from svn

Legend:

Unmodified
Added
Removed
Modified
  • Version2/Instalacion

    v4 v5  
    11= Introduction =
    22
    3 Opengnsys is a free software application for managing and deploy operative systems. Opengnsys is made up of various components: the server, the clients and the repositories. See the [wiki:Version2#Architecture architecture page] for more details. This documents details the installation , configuration and deployment of the different services running in those three components.
     3Opengnsys is a free software application for managing and deploy operative systems. Opengnsys is made up of various components: the server, the clients and the repositories. See the [wiki:Version2#Architecture architecture page] for more details. This documents details the installation, configuration and deployment of the different services running in those three components.
     4
     5But first you need to download the version2 branch of the opengnsys project from svn. This is done by executing in a shell:
     6
     7{{{
     8svn co http://www.opengnsys.org/svn/branches/version2 opengnsys
     9}}}
    410
    511= Opengnsys Server =
     
    7783== Dependencies ==
    7884
    79 We use Debian's live-helper scripts. Debian Live is available for as deb packages in [http://live.debian.net/], but we recommend using latest git development version, compiling it manually. To do so, install git in your system ('''apt-get install git-core''' in Debian/Ubuntu or '''pacman -S git''' in Arch Linux) and then execute the following commands:
     85We use Debian's live-helper scripts. Debian Live is available for as deb packages in [http://live.debian.net/], but we recommend using latest git development version, compiling it manually. To do so, install git in your system ('''apt-get install git-core''' in !Debian/!Ubuntu or '''pacman -S git''' in Arch Linux) and then execute the following commands:
    8086
    8187{{{
     
    102108}}}
    103109
    104 This will create a directory in '''/srv/gnsys-live-helper/''' containing the image binary.iso you need to boot in the client. For testing purposes, we recommend using VirtualBox, so you just need to create a new VirtualBox machine that boots the binary.iso image from CD-ROM. It should have at least 64Mb of memory to work fine.
     110This will create a directory in '''/srv/gnsys-live-helper/''' containing the image binary.iso you need to boot in the client. For testing purposes, we recommend using !VirtualBox, so you just need to create a new !VirtualBox machine that boots the binary.iso image from CD-ROM. It should have at least 64Mb of memory to work fine.
    105111
    106112== Network configuration ==
    107113
    108 We recommend to use a Virtualbox host-only network (typically called '''vboxnet0''') connecting the client and the daemon. In order to do that, you need to configure the VirtualBox machine and in the Network Card 0 settings set the mode to "host-only". Then boot the binary.iso, and either check the IP address the client receives from VirtualBox DHCP server or change it manually. It usually receives the IP address '''192.168.56.101''' for the first client. You should set that IP address of the test client in the server fill_data.py:
     114We recommend to use a !Virtualbox host-only network (typically called '''vboxnet0''') connecting the client and the daemon. In order to do that, you need to configure the !VirtualBox machine and in the Network Card 0 settings set the mode to "host-only". Then boot the binary.iso, and either check the IP address the client receives from !VirtualBox DHCP server or change it manually. It usually receives the IP address '''192.168.56.101''' for the first client. You should set that IP address of the test client in the server fill_data.py:
    109115
    110116{{{
     
    112118}}}
    113119
    114 Also, you need to edit the config.py of the client daemon and set the ip address of the server. Usually VirtualBox configures the vboxnet0 interface in the host machine (the server) with the '''192.168.56.1''' IP address. Edit /usr/local/opengnsys/client_daemon/config.py in the running gnsyslive machine and set:
     120Also, you need to edit the config.py of the client daemon and set the ip address of the server. Usually !VirtualBox configures the vboxnet0 interface in the host machine (the server) with the '''192.168.56.1''' IP address. Edit /usr/local/opengnsys/client_daemon/config.py in the running gnsyslive machine and set:
    115121
    116122{{{