-
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.
Note: The preferred method to automatically start CherryMusic on boot is via NSSM.
If VBS is used, it might be necessary to add the *.py suffix to the executable, so that Windows recognizes the file type. However, in this case a symlink (with the added *.py suffix) to the executable is recommended (instead of renaming), as it will leave the update process with Git intact.