Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] Epf Wiki Installation - help needed

Hi Christain,
I should be able to help you with that.

The ENV['EPFWIKI_HOST'] variable is not needed to resolve this issue but you should set this to equal the hostname that your web site will be using. It is used in emails that are send from a cron job.

I assume correctly that you are following EPF Wiki Installation Guide for Ubuntu and so want to use Phusion Passenger (aka mod_rails)? And you got stuck at the step Apache Configuration

This is the virtual host definition example from the guide
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4
PassengerRuby /usr/bin/ruby1.8
<VirtualHost *:3000>
ServerName epfwiki
DocumentRoot /home/tonyclifton/epfwiki/public
</VirtualHost>

You should change this to match you settings for example the paths should be changed.

First try to serve a custom simple HTML file to see if you can reach the public dir. If you see "it works!" it is probably still serving content from the default Apache folder and not the EPF Wiki public folder.

You have to restart Apache each time you change a configuration file.

If you can share a little more information about environment (OS, Apache etc) and steps you already have taken, this would be helpful.

Best Regards,
Onno




On Mon, Jan 18, 2010 at 11:52 AM, <Christian.Kopietz@xxxxxxxxxxxxxx> wrote:

Hi There,

i’am stuck in the EPF Wiki Installation, the ENV[‘EPFWIKI_HOST’] and Apache VirtualHost Configuration Parameters are totally confusing. I haven’t much experience with linux and so I don’t know what I have to enter in there parameters. I tried some different possibilities but the wiki is still not reachable via the Apache Server, the only thing I ever see is this “It works!” Message.  I really would appreciate it if someone could help me.

 

With kind regards

 

Christian Kopietz


_______________________________________________
epf-dev mailing list
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top