On Fri, Apr 20, 2012 at 4:50 AM, Alexander Kiss <[email protected]> wrote:
> > Hi Rosarior, I am not using virtualenv as I have dedicated boxes for the > EDMS system, I was installing in the root directory altough I could easily > change that (if it's a requirement) > Still I would recommend using a virtualenv to avoid installing Mayan's dependencies system wide and messing up OS level utilities written in Python and viceversa. Install Mayan as its own user or as www-data to avoid permissions issues. > > I used the sqlite3 as a database > Ok, great choice for debugging. > > and I do not use a webserver (not proxying through apache) > > I have some experience as tester and I am currently using different > versions of linux and different versions of unoconv, I do this just to see > exactly what works best and why. > Found out that some versions of unoconv don't seem to like how Mayan calls them, will have to contact the author of unoconv when I have more data. For the moment don't use unoconv until you have Mayan working properly first. > > Is there a recommended procedure and recommended versions of the apps for > the EDMS to run properly? > Yes this is the recommended installation procedure: http://mayan.readthedocs.org/en/development/intro/installation.html Also make sure you do a pip install -r requirements/production which should install the correct versions of the apps Mayan need to run, not doing this could result in all sorts of unpredictable errors. > > thanks > Alex > Thanks, hope you getting it up and running on your platform soon. > > Il 20/04/2012 05:56, Roberto Rosario ha scritto: > > Hi Alex, > > Some questions about your install to try to figure out some stuff: > - Did you install using virtualenv? > - It appears you installed it under the root user home directory, is this > so? > - What DB you used, if MySQL, did you use InnoDB or MyISAM? > - It appears you enabled the office document conversion. What version of > unoconv and libreoffice are you using? How/where are they installed? > - Webserver? > > Answers to these will allow to help you better, > Thanks > > On Monday, April 16, 2012 3:31:21 AM UTC-4, TANATHOS wrote: >> >> Hi, I will start posting some errors I get in here, maybe they will help >> everybody figure out Mayan EDMS, firstly on a fresh install while trying to >> upload a document I get this error http://pastebin.com/MYFJesjU **nothing >> in the background though. >> >> >> Thanks, >> alex >> > >
