Hi
I was able to successfully set up Anki Server on a linux box. I’m now able to synchronize my data stored on anki with anki server.
By default setting up a new user account requires shell access and execution of a number of commands directly on the linux box. I would like to open my anki server to a larger community similar to AnkiWeb. Therefore I’m looking for some sort of web interface, where the user can register on his own and start synchronizing.
How should I go about it?
Kind regards,
Roman
Hi David
Thanks for the reply!
Ok. I’ll go for your first approach, since your are recommending it.
Due to your experience with Drupal and AnkiServer, I have decided to start studying Drupal within this week.
Kind regards,
Roman
Hi Ken
My installation is still experimental but works!
I made a few notes for you:
· Upgrade the following libraries to the most recent ones before starting
o Python
o OpenSSL
o Sqlite
· My version of Anki Server: AnkiServer-2.0.1 (take the most recent one)
· Upgrades of Anki Server: easy_install --upgrade AnkiServer
· OS: OpenSuSE 10.1 (you can take the distribution of your choice, I guess)
· Installation of python modules, e.g. easy_install AnkiServer
o AnkiServer
o pysqlite
o pyaudio
o supervisor
· Adjust the following files according to your needs:
o production.ini (example.ini)
o supervisor-anki-server.conf
o supervisord.conf
· Important commands regarding supervisor
o supervisorctl start anki-server
o supervisorctl tail anki-server
I can give you more details on demand.
Kind regards,
Roman