Ruby Forum Rails deployment > Redmine on Dream Host

Posted by Sidon Duarte (sidon)
on 21.03.2008 14:49
Hi,

I instaled redmine on Dream Host, all seems ok but, but the "look" of
the site is wrong.

this is the look of redmine: www.redmine.org
My site works but... see: www.rause.com.br/redmine

I following step by step the turorial in this link:
http://wiki.dreamhost.com

If i run webrik for test, the look is ok.
Why with webrik the look is right? What is wrong?
Posted by Sidon Duarte (sidon)
on 21.03.2008 14:52
Sidon Duarte wrote:
> Hi,
> 
> I instaled redmine on Dream Host, all seems ok but, but the "look" of
> the site is wrong.
> 
> this is the look of redmine: www.redmine.org
> My site works but... see: www.rause.com.br/redmine
> 
> I following step by step the turorial in this link:
> http://wiki.dreamhost.com
> 
> If i run webrik for test, the look is ok.
> Why with webrik the look is right? What is wrong?

this is the look of redmine: http://www.redmine.org
My site works but... see: http://www.rause.com.br/redmine
Posted by jimezam (Guest)
on 24.03.2008 06:55
(Received via mailing list)
Sidon, I also have my sites in Dreamhost and this week I installed
Redmine to test it.  It was a little tricky but I made it work.

You can check in my blog the steps (in spanish) I followed to install
it.

    http://www.jorgeivanmeza.com/blog/2008/03/24/instalacion-de-redmine-064-en-un-host-compartido/

I am not experimented with RoR but let me know if you need further
help to installing Redmine.

By the way, I installed the package outside the public directory and I
linked the /public directory to my domain letting me access the
Redmine application using http://domain.com/redmine avoiding to expose
the whole Redmine tree as you have it in this moment under
http://www.rause.com.br/redmine/.

Good luck.
Posted by Daniel (Guest)
on 26.03.2008 13:41
(Received via mailing list)
Sidon,

You should definitely point your domain to the /public directory &
change your mysql password asap.
Your current setup exposes the database.yml which anyone can read to
get access to your database server.
Since the database server probably hosts more than one database, your
other sites are now also compromised.

Cheers
Posted by lucero (Guest)
on 29.07.2008 19:13
(Received via mailing list)
Hey... This is urgent.. SECURITY

Take a look at your redmine installation, at the config

http://www.rause.com.br/redmine/config/database.yml

It shows your database information
make an index.html file and put it in that folder


On Mar 21, 9:49 pm, Sidon Duarte <ruby-forum-incom...@andreas-s.net>
Posted by lucero (Guest)
on 29.07.2008 19:17
(Received via mailing list)
http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/

that should fix your installation, and any future installation of ruby
apps

On Mar 21, 9:49 pm, Sidon Duarte <ruby-forum-incom...@andreas-s.net>
Posted by Sidon Duarte (sidon)
on 30.07.2008 09:41
lucero wrote:
> Hey... This is urgent.. SECURITY
> 
> Take a look at your redmine installation, at the config
> 
> http://www.rause.com.br/redmine/config/database.yml
> 
> It shows your database information
> make an index.html file and put it in that folder

Wow!
Its a very very bad, I think i solved with permissions.

Thanks a lot!
Posted by lucero (Guest)
on 31.07.2008 02:20
(Received via mailing list)
No prob.

On Jul 30, 3:41 pm, Sidon Duarte <ruby-forum-incom...@andreas-s.net>