소스 검색

configuration,info files

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

+ 0 - 0
readme.md