Changes between Version 5 and Version 6 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 11:41:22 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v5 v6  
    4949 * run sudo ldconfig 
    50501. Install openssh-server (sudo apt-get install openssh-server) 
     511. Disable SSH strict host key checking (in /etc/ssh/ssh_config line !StrictHostKeyChecking no) 
     521. Setup static IP addresses for interfaces used to communicate between wall and access machine (using /etc/network/interfaces file) 
    5153 
    5254=== Access machine === 
     
    5456Previous steps are all required on both tile an access machines. On access machine, however, there is some more action to perform. 
    5557 
    56 1. To operate the wall using Wiimote you need to install also these libraries: 
     581. To operate the wall using Wiimote you need to have a Bluetooth adapter and these libraries installed in the system: 
    5759 * wiiuse v.0.12 (http://downloads.sourceforge.net/project/wiiuse/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz) 
    5860 * wiiusecpp v.0.12 (http://www.missioncognition.net/downloads/wiiusecpp_v0.12_src.tar.gz) [[BR]] 
    5961 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 
    60 1. anything 
     621. Setup SSH login to all tile computers using rsa key (without password) 
     631.  
     64 
     65=== Tile machines === 
     66 
     67Also on tile machine there is one thing that you need to do after finishing the environmet setup, which is Xorg server setup. More information can be found in XorgSetup article. 
     68 
    6169== Usage == 
     70 
     71== Additional software ==