Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Installing Coder manually #8

@philippwiddra

Description

@philippwiddra

Could you add a description how to manually install Coder on a Pi or any other linux maschine?
You do not want to reinstall / reconfigure everything i already did on my pi just to run coder.
I tried following to install:

sudo apt-get install redis-server
mkdir -p ~/src && cd $_
git clone https://github.com/googlecreativelab/coder.git
cd coder/coder-base
npm install
npm start

I also tried node server.js and looked into the config.js file.

The result is always a server which seems running,
( i get 14 Sep 17:47:52 - redirect: 192.168.1.8:8080 443 / log messages)
but when accessing the server via raspberrypis-local-ip:8080 i get Error: Corrupted content and when accessing via port 8081 the page never stops loading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions