Skip to content

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.


Contents

Quickstart

The following steps will get you going. For a more permanent setup and further options, also see the general Setup guide.

  1. Install Python.

  2. Download the latest release and unzip.

  3. Open a console:

    • Press [Windows Key] + [R] and then [Enter].
    • Type cmd and then press [Enter] again.
  4. Navigate to your CherryMusic folder: cd \path\to\cherrymusic

  5. Run python cherrymusic --setup --port 8080 in the CherryMusic directory.

  6. Go to http://localhost:8080 for basic configuration and later the web client.

  7. 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.

Clone this wiki locally