-
Notifications
You must be signed in to change notification settings - Fork 186
Microsoft Windows setup guide
6arms1leg edited this page Nov 2, 2013
·
7 revisions
This wiki page is a stub. Please contribute to this wiki to improve this page.
The following steps will get you going. For a more permanent setup and further options, also see the general Setup guide.
-
Install Python.
-
Download the latest release and unzip.
-
Open a console:
- Press
[Windows Key]
+[R]
and then[Enter]
. - Type
cmd
and then press[Enter]
again.
- Press
-
Navigate to your CherryMusic folder:
cd \path\to\cherrymusic
-
Run
python cherrymusic --setup --port 8080
in the CherryMusic directory. -
Go to
http://localhost:8080
for basic configuration and later the web client. -
From then on, run
python cherrymusic
to start the server.
To make further changes to the CherryMusic configuration, modify the following file:
C:\Users\USERNAME\AppData\Roaming\cherrymusic\cherrymusic.conf
Replace USERNAME with your user name.