How do I run Lernid from source?

Asked by mac9416

I have branched lp:lernid and would like to run it, but I cannot find a lernid.py. How do I run Lernid from source?

Question information

Language:
English Edit question
Status:
Solved
For:
Lernid Edit question
Assignee:
No assignee Edit question
Solved by:
mac9416
Solved:
Last query:
Last reply:
Revision history for this message
mac9416 (mac9416) said :
#1

My bad, the file to run is bin/lernid. Sorry for the trouble.

Revision history for this message
Jono Bacon (jonobacon) said :
#2

Actually, if you want to run from source you should run it with 'quickly run' in the directory. This is a quickly project and it has a bunch of commands that makes development easier:

  quickly run - run the app
  quickly edit - edit the code
  quickly glade - load the main glade file

Run all of these within the top-level source directory.

Revision history for this message
mac9416 (mac9416) said :
#3

Thanks, Jono. Worked like a charm. I didn't attend UDS-Lucid, but with Lernid I might hang out next time around. Thanks!