7 Commits

Author SHA1 Message Date
James Vasile
f80e30342d adjust name of sqlite file bc withsqlite will add the extension 2013-02-09 13:29:52 -05:00
James Vasile
65fe8434e3 Fix paths in installed version
* Read python.config from script dir
 * Make dirs for pid and run

Maybe making DESTDIR/var/run during make install is not needed because
we can expect the target system to have /var/run, but if it's missing
the CherryPy engine will fail when it tries to write the pid.  So I
added it.
2013-02-07 11:30:37 -05:00
James Vasile
e52fb396d4 add pidfile variable to parser 2013-02-06 20:41:19 -05:00
James Vasile
8d7f2b4dbd move to ini file and config parser 2013-02-06 16:15:31 -05:00
James Vasile
73eb55b232 cfg.py shouldn't overwrite local config on update 2012-02-19 15:07:14 -05:00
James Vasile
d082538aee move to sqlite3 + json dict storage for users 2012-02-19 15:07:13 -05:00
James Vasile
35071d7212 ... 2011-02-22 13:32:45 -05:00