Steve Nyemba пре 7 година
родитељ
комит
20e1de6317
3 измењених фајлова са 6 додато и 11 уклоњено
  1. 6 1
      config.json
  2. 0 10
      install.sh
  3. 0 0
      readme.md

+ 6 - 1
config.json

@@ -1 +1,6 @@
-05d1c53b-e464-486c-9272-e351836e7a97
+{
+"id":"debug",
+"key":"c259e8b1-e2fb-40df-bf03-f521f8ee352d",
+"apps":["chrome","itunes","firefox"],
+"folders":["/Users/steve/Music"]
+}

+ 0 - 10
install.sh

@@ -1,10 +0,0 @@
-#!/bin/bash
-
-git clone https://github.com/lnyemba/jx src/api/static/js/jx
-virtualenv sandbox
-source sandbox/bin/activate
-pip install -r requirements.txt
-export PYTHONPATH=$PWD/src
-
-
-