Online radio for lainons.
There are some assumptions in the code you might have to fix before deploying for real elsewhere:
backend.py
assumes that it has write access to the upload
directory.schedule.py
assumes that bumps are in the album "Lainchan Radio Transitions".These shouldn't really matter for development. Some things might not work properly, that's it. There might be more things.
There are a few files you might reasonably want to edit if you deploy this code:
config.json
, the list of channels, MPD details, and frontend
asset template details.The lainon.life server is running NixOS, and the entire system configuration (sans passwords) is on github.
For those who don't read Nix, the examples/
directory contains
sample configuration for nginx, Icecast, and MPD.
Configure your webserver.
See the examples/
directory for help.
Build the frontend assets.
$ cd frontend
$ ./run.sh ../config.json
If all goes well, the directory _site
now contains all the
frontend assets.
Put the frontend assets where you told the server they would be.
$ cp -r frontend/_site/* /srv/http
Start the backend on the port you told the server it would be.
$ cd backend
$ CONFIG=../config.json HTTP_DIR=/srv/http PORT=5000 ./run.sh
Frontend development is setup with pipenv.
Initially you have to run pipenv install
in the frontend
subdirectory.
There are 3 essential scripts for development:
frontend/_site
You can run these scripts like so: pipenv run build
Great! See the open issues. You can also find me on irc.lainchan.org.