Skip to content
Vivek Srivastav edited this page May 5, 2016 · 14 revisions

Below are a few guides and how-tos for doing more advanced or unusual things with Coder.

For basic Coder use on Raspberry Pi, please refer to the documentation at http://goo.gl/coder

Advanced Configurations

Using Coder without Raspberry Pi

Using Coder on Raspberry Pi 3

The stock installer does not work because it contains old OS and will not boot up. The best option is to follow the following steps:

wget https://raw.githubusercontent.com/googlecreativelab/coder/master/installer/stock_raspbian/coder_bootstrap_install.sh
sh ./coder_bootstrap_install.sh

and then follow the instructions.

Clone this wiki locally