Documented in the githup repo here:

https://github.com/activitycentral/dxs/blob/master/docs/INSTALL.rst


On Thu, Oct 10, 2013 at 12:38 PM, Anna <ascho...@gmail.com> wrote:

> Some quick instructions for installing the DXS.  I've only tested on a XO
> 1.75 as the target so far.
>
> On your target machine:
> Flash 13.2.0-13
> Turn off power management
> Connect to internet
> Get a root terminal
>
> Install from git source:
>
> wget
> http://xsce.activitycentral.com/repos/xs-extra/noarch/ansible-1.3.1-0.git201309161027.fc18.noarch.rpm
> yum -y localinstall ansible*
> yum -y install git
> git clone https://github.com/activitycentral/dxs.git dxs-master
> cd dxs-master
> git fetch -u --all
> git checkout master
> git pull
> [plug in all your dongles]
> ./runansible xo
> reboot
> cd dxs-master
> ./runansible
> reboot
>
> Default is hostname = schoolserver.local and a one dongle install (WAN =
> "ears" and LAN = usb ethernet dongle to AP).
> To change that, edit dxs-master/vars/default_vars.yml accordingly before
> doing ./runansible xo:
>
> #Domain name
> xsce_hostname : schoolserver
> xsce_domain: local
>
> #Network
> xsce_networks:
>     wan:
>       iface: eth0
>       ip: dhcp
>     lan:
>       iface: eth1
>       ip: 172.18.96.1
>       network: 172.18.96.0
>       netmask: 255.255.224.0
>
>
>  On Thu, Oct 10, 2013 at 2:18 PM, Tim Moody <t...@timmoody.com> wrote:
>
>>   Anna, you mentioned instructions for doing an ansible install.  can
>> you point me to them?
>>
>
>
_______________________________________________
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel

Reply via email to