Need help setting up redmine on Ubuntu 14.10 apache2 server (getting just the folder structure)
Added by a noob from east almost 10 years ago
Hi,
I never had any ruby experience before and I am trying to set up redmine for one of my projects. I followed the guide but I am stuck with directory view instead of getting the application running.
Here is the virtual host config
<VirtualHost *:80>
ServerAdmin kanishka@thewolf.in
ServerName tribeapp.in
ServerAlias tribeapp.in
DocumentRoot /var/www/tribeapp.in/public_html/
ErrorLog /var/www/tribeapp.in/log/error.log
CustomLog /var/www/tribeapp.in/access.log combined
<Directory /usr/public/redmine/public>
Options Indexes FollowSymLinks MultiViews
Require all granted
RailsBaseURI /redmine
PassengerResolveSymlinksInDocumentRoot on
Order allow,deny
allow from all
AllowOverride all
</Directory>
</VirtualHost>
Here is the error log in apache
Cannot serve directory: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Please help.
Replies (1)
RE: Need help setting up redmine on Ubuntu 14.10 apache2 server (getting just the folder structure)
-
Added by Petr Pospisil almost 10 years ago
Hello,
please try to use Redmine Installation Wizard by Easy:
http://us.easyredmine.com/resources/installation/custom-installation
It is step by step installation or you can use Redmine Vmware - available here:
http://us.easyredmine.com/resources/installation/vmware
I hope this is useful for you.
Ondrej