Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 523 Bytes

Homeflix

A raspberry media center build on containers.

Starting

  • Download and Install Raspbian Stretch Lite;
  • Login and execute [ sudo raspi-config ] on terminal to configure your pi;
    • Change the hostname;
    • Change the GPU memory (recommended for kodi is 256);
    • Join wireless networks;
    • Enable ssh;
    • etc.
  • Install docker (instructions);