Hello, I have install Horde rpm with webmin: Instalando paquete(s) con el comando yum -y install yun grouinstall horde ... Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.intergenia.de * epel: ftp-stud.hs-esslingen.de * extras: centos.intergenia.de * updates: ftp.belnet.be Setting up Install Process No package yun available. No package grouinstall available. Package horde-3.3.11-1.el6.noarch already installed and latest version Nothing to do .. instalaci?n completa. And I do that: If Apache is running, you must now configure this installation of Horde by visiting: http://127.0.0.1/horde/ and then navigating to Administration > Setup > Horde Documentation on configuring Horde can be found at: /usr/share/doc/horde-3.3.11/docs/INSTALL But I only have ssh access, so I do: http:// "my-ip" /horde/ But I have nothing... Can someone help me please? Ernesto
On 12/07/2011 04:46 PM, Weplica wrote:> Hello, > > I have install Horde rpm with webmin: > > Instalando paquete(s) con el comando yum -y install yun grouinstall horde ...That would be: yum -y groupinstall horde
Weplica wrote:> Hello, > > I have install Horde rpm with webmin: > > Instalando paquete(s) con el comando yum -y install yun grouinstall horde > ... > > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: centos.intergenia.de > * epel: ftp-stud.hs-esslingen.de > * extras: centos.intergenia.de > * updates: ftp.belnet.be > Setting up Install Process > No package yun available. > No package grouinstall available. > Package horde-3.3.11-1.el6.noarch already installed and latest version > Nothing to do > > .. instalaci??n completa. > > > And I do that: > If Apache is running, you must now configure this installation of > Horde by visiting: > http://127.0.0.1/horde/ > and then navigating to Administration > Setup > Horde > > Documentation on configuring Horde can be found at: > /usr/share/doc/horde-3.3.11/docs/INSTALL > > > But I only have ssh access, so I do: > > http:// "my-ip" /horde/ > > But I have nothing... > > Can someone help me please?ssh -X yourserver firefox -no-remote & *Then* http://127.0.0.1/horde, or http://localhost/horde, whatever. mark
On 12/7/11 1:46 PM, "Weplica" <info at weplica.com> wrote:>[...] >And I do that: >If Apache is running, you must now configure this installation of >Horde by visiting: >http://127.0.0.1/horde/ >and then navigating to Administration > Setup > Horde > >Documentation on configuring Horde can be found at: >/usr/share/doc/horde-3.3.11/docs/INSTALL > > >But I only have ssh access, so I do: > >http:// "my-ip" /horde/ > >But I have nothing...The web server is probably only bound to the localhost interface as a security measure. You could launch a remote firefox as mroth suggested, but I would use ssh port forwarding instead: ssh "your_server" -L8080:localhost:80 Then you can open a browser with the url: http://localhost:8080/horde/ and that should do what you want. -- Mitch Patenaude mpatenaude at shutterfly.com
On Dec 7, 2011, at 2:46 PM, Weplica wrote:> Hello, > > I have install Horde rpm with webmin: > > Instalando paquete(s) con el comando yum -y install yun grouinstall horde ... > > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: centos.intergenia.de > * epel: ftp-stud.hs-esslingen.de > * extras: centos.intergenia.de > * updates: ftp.belnet.be > Setting up Install Process > No package yun available. > No package grouinstall available. > Package horde-3.3.11-1.el6.noarch already installed and latest version > Nothing to do > > .. instalaci?n completa. > > > And I do that: > If Apache is running, you must now configure this installation of > Horde by visiting: > http://127.0.0.1/horde/ > and then navigating to Administration > Setup > Horde > > Documentation on configuring Horde can be found at: > /usr/share/doc/horde-3.3.11/docs/INSTALL > > > But I only have ssh access, so I do: > > http:// "my-ip" /horde/ > > But I have nothing... > > Can someone help me please?---- I think if you do succeed, you will be installing an outdated version. Horde is now on version 4.x (I think something like 4.08) Everything has changed On top of that - it does take more than the administration panel to configure either Horde 3.x or Horde 4.x and thus you really need to ssh and read the file /usr/share/doc/horde-3.3.11/docs/INSTALL just as it says. Craig
On Wed, 2011-12-07 at 16:46 -0500, Weplica wrote:> Hello, > I have install Horde rpm with webmin: > Instalando paquete(s) con el comando yum -y install yun grouinstall horde ...The packages are very old and lag way behind releases. Install the current versions using the PEAR method. <http://www.opengroupware.us/2011/09/installing-horde-on-centos6.html>