Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
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.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.