I have successfully installed Nethserver 7, have configured it according to my needs and everything worked fine. Then I wanted to install nethserver-wordpress provided by Stephane de Labrusse from the Wiki. But I had I PHP version conflict. Details see here https://github.com/stephdl/nethserver-wordpress/issues/5. So I have manually removed the php release 5.4.16-46-el7 and replaced it with 5.4.16-45-el7 using yum. But unfortunately this has broken my nethserver installation. So I do not have any access to the server manager using https://server_name:980. Do you have any idea or links on how to repair the installation?
I’ve tried already nethserver-install, but that tells me:
NethServer is already installed!
You can access the Web interface at:
https://sits.renesigi.ch:980 (or https://192.168.0.102:980)
Login: root
Password: <your_root_password>
Installation log can be found here: /var/log/nethserver-install.log
I can still login using SSH but as I said NOT https://sits.renesigi.ch:980. During the removement of php-5.4.16-46-el7, yum reported me, that some nethserver modules are depended on it, and removed it. So I think, it should be somehow possible, to reinstall them.
Any hints on how to repair the Nethserver installation would be nice.