Hi Mat, On the default branch, paster had been replaced by gearbox. Make sure that you are looking at the documentation for the default branch, there is a version selector box at the bottom right.
You thus don't manually need to install python-pastescript. All required python packages should be installed automatically if you follow the installation steps, save for db specific packages. Best regards, Thomas On Thu, Jun 21, 2018, 01:44 Matey Chopov <[email protected]> wrote: > Hi Thomas, > > > I have been struggling to install Kallithea from the default branch, my > paster seems to hang for some reason, being it in a virtualenv or not. What > process do you take to install it? > > I will normally install python,python-dev, python-pastescript,virtualenv > and mercurial on a vanilla ubuntu 16.04 x64 server VM and then hg clone the > kallithea source. > > Then i follow the procedure from the installation page on the kallithea > website, but for some reason paster doesn't like me. > > I don't have issues installing Kallithea from the stable branch or with > pip. > > I have attached a .png with the trace. > > > Thanks, > > > Mat > ------------------------------ > *From:* Thomas De Schampheleire <[email protected]> > *Sent:* Friday, June 15, 2018 3:27:04 PM > *To:* Matey Chopov > *Cc:* [email protected] > *Subject:* Re: Potential issue with pdf files and git repos > > > Hi Mat, > > 2018-06-14 18:32 GMT+02:00 Matey Chopov <[email protected]>: > > Ok, finally got it. > > > > > > > > I built Kallithea from the source repo. I changed waitress for uwsgi and > I > > also changed the sqlite db for a postgres one. > > > > > > > > Had to readjust my git client http post buffer: > > > > > > > > git config http.postBuffer 524288000 > > > > > > > > After that, got a 11Mb pdf file into the git repo with no problems. > > > > I was able to reproduce the issue on the stable branch, using a large > file indeed. > > I just created an empty git repo via the web UI, cloned it via a > terminal, added a big file (1.4M in my case), then 'git push'. > > The interesting thing is that, on the default branch, the problem is > not present. > > In both cases, I'm using the same procedure, and the same type of > database (sqlite) and web server (waitress). > I'm not 100% sure what _is_ the difference that fixes the problem, but > at least it's clear that the problem is solved on the default branch > and does not necessarily require another database or web server. > > With this knowledge, I'm going to close the mentioned bugs, assuming > that they too will be fixed on default. > > Best regards, > Thomas >
_______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
