Koozali.org: home of the SME Server

smeserver-geneweb problem

Offline ecureuil

  • *
  • 261
  • +0/-0
smeserver-geneweb problem
« on: April 21, 2020, 05:11:03 PM »
Hi all,

I am trying to install Geneweb for SME Server 9
I installed and then remove the contrib

yum --enablerepo=smecontribs install geneweb smeserver-geneweb

rpm -e smeserver-geneweb geneweb

Not much has been deleted

I still have in / opt geneweb and I still have
  the geneweb db

# db configuration show geneweb
geneweb=service
    DBDir=/opt/geneweb/bases
    only=10.97.1.1
    status=disabled

How to remove the db?

I would try to reinstall after having the db

thank you
Anne



Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: smeserver-geneweb problem
« Reply #1 on: April 22, 2020, 02:58:45 PM »
To delete a SME configuration db entry (for geneweb in this case):

Code: [Select]
config delete geneweb
/opt/geneweb contains any databases you imported or created.

Offline ecureuil

  • *
  • 261
  • +0/-0
Re: smeserver-geneweb problem
« Reply #2 on: April 22, 2020, 04:00:38 PM »
I will know for the next time.

I managed to configure to have the geneweb configuration interface.

Anne