Skip to content
Snippets Groups Projects
Commit 33623d9b authored by ale's avatar ale
Browse files

we have real api keys now

parent 53577b73
Branches
No related tags found
No related merge requests found
......@@ -2,25 +2,29 @@
Client Installation
===================
1. Clone the Git repository:
1. Get an API key. They can be requested from the user details page,
accessible by clicking on your email address at the top right of
the main page.
2. Clone the Git repository:
$ git clone https://git.autistici.org/djrandom.git
2. Install the client. Python will automatically download all the
3. Install the client. Python will automatically download all the
required dependencies:
$ cd client
$ sudo python setup.py install
3. Configure it. Add the following lines to ~/.djrandom.conf:
4. Configure it. Add the following lines to ~/.djrandom.conf:
music_dir = PATH_TO_MUSIC_DIR
api_key = API_KEY
replacing PATH_TO_MUSIC_DIR with the full path to the directory
holding your music files, and API_KEY with your own API key[1].
holding your music files, and API_KEY with your own API key.
4. Launch it!
5. Launch it!
$ djrandom-client
......@@ -29,6 +33,3 @@ Client Installation
options to figure out what's going on in case of trouble).
[1] We haven't enabled authorization yet, so just enter your username
for the time being.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment