Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optimalbits/castmill-live
Castmill USB Live Player
https://github.com/optimalbits/castmill-live
Last synced: 6 days ago
JSON representation
Castmill USB Live Player
- Host: GitHub
- URL: https://github.com/optimalbits/castmill-live
- Owner: OptimalBits
- Created: 2012-03-01T09:54:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-08T13:40:28.000Z (over 12 years ago)
- Last Synced: 2024-04-08T15:27:58.067Z (7 months ago)
- Language: JavaScript
- Homepage: castmill.com
- Size: 96.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1. Install ubunutu as lightweight as possible (Current method is alternate CD using f4 to select "commandline only")
2. Install wireless-tools xorg wpasssssupplicant
3. Install drivers for the graphiccard (Nvidia: nvidia-current ATI: ?)
4. Install chrome (download deb from http://www.google.se/chrome)
5. Copy .xsession to home folder
6. Create the folder /etc/opt/chrome/policies/managed/
7. Copy policy.json into this folder
8. Run install_nodejs.sh (leaves make and g++ behind, maybe should be cleaned up)
9. Move connect to /etc/init.d/connect
10.Run "sudo update-rc.d connect defaults" (sets the script to run at startup)
11.Copy the folder connect to /opt/optimal/connect
12.Edit last line in /etc/init/tty1.conf to "exec /bin/login -f USERNAME < /dev/tty1 > /dev/tty1 2>&1"
13.Add "if [ $(tty) == "/dev/tty1" ]; then
startx
fi" to ~/.bashrcReboot and you should have a live systemet!