Monkey patch anki at runtime
The server should work fine with /usr/share/anki now, as long as external Anki version >= 2.1.
This commit is contained in:
10
README.md
10
README.md
@@ -21,17 +21,13 @@ Installing
|
||||
|
||||
$ pip install webob
|
||||
|
||||
2. Patch the bundled libanki:
|
||||
2. Modify ankisyncd.conf according to your needs
|
||||
|
||||
$ (cd anki-bundled && git apply ../libanki.patch)
|
||||
|
||||
3. Modify ankisyncd.conf according to your needs
|
||||
|
||||
4. Create user:
|
||||
3. Create user:
|
||||
|
||||
$ ./ankisyncctl.py adduser <username>
|
||||
|
||||
5. Run ankisyncd:
|
||||
4. Run ankisyncd:
|
||||
|
||||
$ python ./ankisyncd/sync_app.py ankisyncd.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user