# # # patch "README" # from [6745042017ae6bda7e0b22dd223da57cd81d2b0f] # to [c84931961a1086e89a471f83a1f648aeeb99a83c] # # patch "config.py.example" # from [e98952ba36491228c41f977b07a38e19bf4c3283] # to [5b8ea8a19a27b2e7c4ff9ffe6f26547689ce4cb6] # ============================================================ --- README 6745042017ae6bda7e0b22dd223da57cd81d2b0f +++ README c84931961a1086e89a471f83a1f648aeeb99a83c @@ -7,8 +7,11 @@ For the graphs to work you'll need dotty installed. -The whole thing needs mod_python :-) +ViewMTN requires mod_python. See http://www.modpython.org/ +When installing be sure to copy config.py.example to config.py, and +then edit config.py (paying attention to the comments!) + Bugs, suggestions, feedback to: Grahame Bowland PO BOX 3105, Broadway, Nedlands WA 6009 Australia ============================================================ --- config.py.example e98952ba36491228c41f977b07a38e19bf4c3283 +++ config.py.example 5b8ea8a19a27b2e7c4ff9ffe6f26547689ce4cb6 @@ -19,13 +19,13 @@ # obviously, everything in this database might # become public if something goes wrong; probably # a good idea not to leave your private key in it -dbfile = '/home/grahame/monotone/db/monotone.db' +dbfile = '/path/to/monotone.db' # a directory (must be writable by the web user) # in which viewmtn can output graph files # (you should set up a cronjob to delete old ones # periodically) -graphdir = '/home/grahame/public_html/viewmtn/graph/' +graphdir = '/opt/viewmtn/graph/' # a URL, relative or absolute, at which the files # in the 'graphdir' directory can be found. Should