This repo contains the training materials for workshops, app days, etc.
- setup.md contains information for participants on how to set up their environment, GeekPhones etc. on all platforms
- Firefox Nightly
- Firefox Simulator
- Two boilerplate applications to bootstrap development
- Clone the repo locally
- Run
./setup.sh
- Copy the content of the folder onto a USB stick or make the folder available through a network share
- In OS/X go to System Preferences > Sharing
- Enable File sharing
- Under 'Options' enable Samba sharing
- Add the training folder and give Read only rights to everyone
Put a slide up with the following instructions:
- On OSX: In Finder, Go > Connect to Server >
afp://yourip
- On Windows: In explorer >
\\yourip
- On Linux:
mount -t nfs [mac's ip or name]:Users/Shared /mnt/[mountfolder]