Search Criteria
Package Details: anki-sync-server-git r379.44ab07f-1
Git Clone URL: | https://aur.archlinux.org/anki-sync-server-git.git (read-only, click to copy) |
---|---|
Package Base: | anki-sync-server-git |
Description: | A sync server for anki using a forked version from github.com/ankicommunity (orig:dsnopek) |
Upstream URL: | https://github.com/ankicommunity/anki-sync-server |
Keywords: | anki |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | das_j |
Maintainer: | s7hoang |
Last Packager: | s7hoang |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-13 20:03 |
Last Updated: | 2021-01-28 01:56 |
Dependencies (5)
- nginx (nginx-custom-dev, nginx-nchan-git, nginx-nchan, nginx-devel, nginx-devel-mod-naxsi, tengine, tengine-extra, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-libressl, nginx-mainline-boringssl, nginx-zest-git, nginx-quic, nginx-mainline)
- python (python-dbg)
- python-pip
- git (git-git) (make)
- portaudio (portaudio-svn) (make)
Latest Comments
s7hoang commented on 2020-07-14 23:06
I didn't even know that was a thing :P
I'll have to look into that.
edit: it's switched now.
cl0ne commented on 2020-07-08 23:46
What about switching this package to https://github.com/ankicommunity/anki-sync-server?
s7hoang commented on 2020-03-03 04:31
ok
lvsv commented on 2020-02-28 22:57
Please add 'git' into makedepends,
'Cannot find the git package needed to handle git sources'
s7hoang commented on 2019-10-25 20:57
Ok, so I'm guessing you probably followed my instructions in the post-install to run
python -m ankisyncd
which then gave you webob and decorator missing dependency issues.The command should've been
sudo -u anki-sync-server python -m ankisyncd
because the packages were installed to that user specifically so as to not pollute your userspace. I didn't catch the decorator dependency though as my testing distro already had it installed so thanks for that.I've updated the post-install text and added some extra lines to (hopefully) clarify that issue.
:)
s7hoang commented on 2019-10-22 16:42
Changing out my hardware at the moment, I'll add those packages to the required list in a couple of days.
leuko commented on 2019-10-22 08:40
I had to additionally install the following packages: python-webob python-decorator