-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (29 loc) · 983 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
DEPENDENCIES
sshfs - SSH Filesystem, http://fuse.sourceforge.net/sshfs.html
NOTES:
* Tag names are one alpha-numeric word; "open", "closed", and "started" are reserved, and are automatically attached to tasks.
SETUP
* create virtual environment:
python virtualenv.py .
* active virtual environment:
source bin/activate
* install packages:
pip install -r required_pkgs
RUN
python src/run.py
BUILD
Binary distributables are built using pyinstaller. To build a new binary:
* source bin/activate
* wget https://github.com/downloads/pyinstaller/pyinstaller/pyinstaller-1.5.1.tar.bz2
* tar -jxvf pyinstaller-1.5.1.tar.bz2; cd pyinstaller-1.5.1/
* python Configure.py
* python Makespec.py --onefile ../src/run.py
* python Build.py run/run.spec
INSTALL
* sudo cp ./run/dist/run /usr/bin/mut
TODO
* stored in a mut database called 'todo' in this directory
* to use, hard link the database to your mut repo directory:
ln todo ~/.mut/mut
* then switch to this repo:
mut switch mut