Happy !
JuanIgnacioVaccarezza / Rockola
About Rockola
Rockola web
Dependencies
keep in mind that the Rockola uses mplayer to play the music, so it must be installed.
To install
Gofer it smalltalkhubUser: 'JuanIgnacioVaccarezza' project: 'Rockola'; configurationOf: 'RockolaWeb'; loadStable.
To configure
(This is about to change soon) Change the music base directory:
RockolaAddSongsView>>initialize
To start
adaptor:= ZnZincServerAdaptor port: 8888. adaptor start.
From console
./pharo shared/Pharo3.0.image eval --no-quit "(ZnZincServerAdaptor port: 8888) start"
edit the pharo launcher script to disable X by changing the launch line to:
exec "$LINUX/pharo" \
--plugins "$LINUX" \
--encoding utf8 \
-vm-display-null \
$image
