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

kothet2139/Stremio-RaspberryPi

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stremio-RaspberryPi

Steps to run Stremio in Raspberry Pi

Make the scripts executable

sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh  
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh    
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh    
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh  

Run the installer

sudo /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh

After the installation, try opening the Stremio server and client manually using the following

Open first terminal and run

/home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh  

Open second terminal and run

/home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh  

After verification if desired, set Stremio to auto start on boot

Run the service installer

sudo /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh        

Enable and start the service

sudo systemctl enable stremio-server.service   
sudo systemctl enable stremio-client.service   
sudo systemctl start stremio-server.service   
sudo systemctl start stremio-client.service  

About

Installer for Stremio on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.8%
  • C++ 5.5%
  • C 2.9%
  • QML 0.5%
  • Shell 0.2%
  • QMake 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.