Skip to content
Neil edited this page May 6, 2017 · 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 (Temporarily Broken)

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

wget https://raw.githubusercontent.com/googlecreativelab/coder/master/installer/stock_raspbian/coder_bootstrap_install.sh
chmod +x coder_bootstrap_install.sh
sudo ./coder_bootstrap_install.sh
sudo cp  -R /home/coder/coder-dist/raspbian-addons/home/coder/coder-dist/coder-base/sudo_scripts /home/coder/coder-dist/coder-base/
chown -R coder:coder /home/coder/coder-dist/coder-base/sudo_scripts 

and then follow the instructions.