Changes between Version 20 and Version 21 of TracDownloaderPlugin


Ignore:
Timestamp:
Dec 12, 2007, 5:18:46 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v20 v21  
    3131You can check out TracDownloaderPlugin from [http://trac-hacks.org/svn/tracdownloaderplugin here] using Subversion, or [source:tracdownloaderplugin browse the source] with Trac.
    3232
    33 == How to start ==
     33== How to start - installation ==
    3434
    3535'''EGG'''[[BR]]
     
    3838'''SOURCE'''[[BR]]
    3939Second and maybe better way is to download and unpack somewhere source zip package and then just run "setup.py install". Setup should take care of all dependences (PyCaptcha and PIL) and prepare plugin to be turned on in WebAdmin/plugins. Then you must assign some permissions of downloader to someone and you can start trying Downloader plug-in...
     40
     41After steps above and clicking to any part of Downloader you should be asked about location of directory to store uploaded files. When it is set up, you must Submit that form two times and there can occur exception "DatabaseError: database schema has changed". If this exception is thorwn, it's best to restart your http server.
    4042
    4143== Permissions ==