<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"installation"</description><language>en</language><lastBuildDate>Mon, 21 Mar 2016 15:06:45 -0000</lastBuildDate><item><title>What is the DocumentRoot of Allura Installation - Centos 7 - PHP 5.4</title><link>https://forge-allura.apache.org/p/allura/tickets/8070/</link><description>Hello Developers,

I would like to work with hosted Allura itself and not find out loud to DocumentRoot as the paths.

I sit on Centos 7.0 and PHP 5.4 and mySQL latest version.
In FTP account I have the directory **/allura/allura** and in the directories like /ForgeBlog, /ForgeChat, /ForgeDiscussion and so on.

My vHost entry in the httpd.conf file looks like this:

    &lt;VirtualHost *:80&gt;
     ServerName allura.alexl.eu
      ServerAdmin root@allura.alexl.eu
     DocumentRoot /var/www/allura/allura
    &lt;Directory /var/www/allura/allura&gt;
         Options +Indexes +FollowSymLinks +MultiViews
         AllowOverride All
         Require all granted
    &lt;/Directory&gt;
     CustomLog /var/log/allura/access.log common
     ErrorLog /var/log/allura/error.log
    &lt;/VirtualHost&gt;

But something does not seem to agree and I do not know what needs to be entered for DocumentRoot in vhost.

Can you possibly help me there, because otherwise I do not get ahead ?!

I thought that Allura is called in web browsers under **/allura**, but I have after installation via the console directory **/allura** and in the directories **/allura** and **/env-allura**. Is that correct or so I have to move a little.

I still do not know whether I have placed all Allura content properly. At least I followed a good guide on the official Allura website.

What can you tell me about my problem?
Thanks in advance.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Liebrecht</dc:creator><pubDate>Mon, 21 Mar 2016 15:06:45 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8070/</guid></item><item><title>Easy SVN hosting without recusion patch</title><link>https://forge-allura.apache.org/p/allura/tickets/7940/</link><description>Allura should be able to run SVN repos without patching SVN to handle deep recursion of repo folders. 

See &lt;http://mail-archives.apache.org/mod_mbox/allura-dev/201507.mbox/%3CDB4PR06MB0942864A70BEA90BED64044B97810%40DB4PR06MB0942.eurprd06.prod.outlook.com%3E&gt; thread.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 27 Jul 2015 19:13:56 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7940/</guid></item><item><title>httplib2 0.7.1 no longer on pypi</title><link>https://forge-allura.apache.org/p/allura/tickets/3873/</link><description>httplib2 0.7.1 is no longer available from PyPi.

This makes executing the README instructions no longer possible.

.1 It can still be downloaded with the explicit path to the google code page:

http://httplib2.googlecode.com/files/httplib2-0.7.1.tar.gz

The only versions on pypi are now 0.7.2-0.7.4.

It looks like .2-4 adds stuff surrounding tests, godaddy certs, appengine and some digest auth methods, so it seems like going up to 0.7.4 won't break anything, but we haven't run the full test suite against it... however, it looks like OAuth, Hg, Pysolr, pip, formencode and others use it, so there might be stuff outside of the test suite that would break if there were some kind of regression/undocumented feature used by any of those modules.

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karsten</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:53 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/3873/</guid></item><item><title>"No module named pysvn" when installing Allura</title><link>https://forge-allura.apache.org/p/allura/tickets/3734/</link><description>*Originally created by:* lcanas

Following the steps detailed in &lt;https://sourceforge.net/p/allura/git/#readme&gt; an error about pysvn comes up when turbogears is initialized:

(anvil)luis@allura:~/src/forge/Allura$ paster setup-app development.ini
Running setup_app() from allura.websetup
Entering post-mortem PDB shell
Traceback (most recent call last):
  File "/home/luis/anvil/bin/paster", line 8, in &lt;module&gt;
    load_entry_point('PasteScript==1.7.4.2', 'console_scripts', 'paster')()
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/command.py", line 104, in run
    invoke(command, command_name, options, args[1:])
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/command.py", line 143, in invoke
    exit_code = runner.run(args)
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/appinstall.py", line 68, in run
    return super(AbstractInstallCommand, self).run(new_args)
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/command.py", line 238, in run
    result = self.command()
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/appinstall.py", line 456, in command
    self, config_file, section, self.sysconfig_install_vars(installer))
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/appinstall.py", line 598, in setup_config
    mod.setup_app, command, filename, section, vars)
  File "/home/luis/anvil/local/lib/python2.7/site-packages/paste/script/appinstall.py", line 614, in _call_setup_app
    func(command, conf, vars)
  File "/home/luis/src/forge/Allura/allura/websetup/__init__.py", line 17, in setup_app
    load_environment(conf.global_conf, conf.local_conf)
  File "/home/luis/anvil/local/lib/python2.7/site-packages/tg/configuration.py", line 589, in load_environment
    self.setup_helpers_and_globals()
  File "/home/luis/anvil/local/lib/python2.7/site-packages/tg/configuration.py", line 273, in setup_helpers_and_globals
    config['pylons.app_globals'] = self.package.lib.app_globals.Globals()
  File "/home/luis/src/forge/Allura/allura/lib/app_globals.py", line 131, in __init__
    tool=self._cache_eps('allura', dict_cls=utils.CaseInsensitiveDict),
  File "/home/luis/src/forge/Allura/allura/lib/app_globals.py", line 159, in _cache_eps
    value = ep.load()
  File "/home/luis/anvil/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/home/luis/src/forge/ForgeSVN/forgesvn/svn_main.py", line 22, in &lt;module&gt;
    from . import model as SM
  File "/home/luis/src/forge/ForgeSVN/forgesvn/model/__init__.py", line 1, in &lt;module&gt;
    from svn import Repository
  File "/home/luis/src/forge/ForgeSVN/forgesvn/model/svn.py", line 11, in &lt;module&gt;
    import pysvn
ImportError: No module named pysvn
&gt; /home/luis/src/forge/ForgeSVN/forgesvn/model/svn.py(11)&lt;module&gt;()
-&gt; import pysvn
(Pdb)



The workaround is:

(anvil)luis@allura:~/anvil$ sudo ln -s /usr/lib/python2.7/dist-packages/pysvn ./lib/python2.7/site-packages/pysvn</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:57 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/3734/</guid></item></channel></rss>