-
Notifications
You must be signed in to change notification settings - Fork 184
Microsoft Windows setup guide
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] (http://www.cherrypy.org/) the latest release of CherryPy and Unzip
-
Open a console:
- Press
[Windows Key]+[R]. - Type
cmdand then press[Enter]. - Navigate to your CherryPy folder:
cd \path\to\cherrypy- Run
python setup.py installin the CherryPy directory.
- Press
-
Download the latest release of CherryMusic and unzip.
-
Open a console:
- Press
[Windows Key]+[R]. - Type
cmdand then press[Enter].
- Press
-
Navigate to your CherryMusic folder:
cd \path\to\cherrymusic -
Run
python cherrymusic --setup --port 8080in the CherryMusic directory. -
Go to
http://localhost:8080for basic configuration and later the web client. -
From then on, run
python cherrymusicto 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.