Skip to content

asteroid-music/asteroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

asteroid

Installing on Raspberry Pi

To install on raspberry pi, you will have to install the repositories natively -- including MongoDB. Everything is packaged into one build script here:

./raspian_asteroid.sh

To start, you need two ttys:

# in both
source ~/astenv/bin/activate

# tty1
cd ~/asteroid-flask && python3 -m flask run -h 0.0.0.0

# tty2
cd ~/asteroid-player && python3 asteroid_player

Note, the current development build does not include the frontend.

Releases

No releases published

Packages

No packages published

Languages