lkprail.blogg.se

How to install horde on centos 6
How to install horde on centos 6




All components of this groupware are based on the Horde framework, which is programmed in PHP. You can enable the Management Plugin to use a web-based interface to administer RabbitMQ.Horde is a free web-based groupware. To list user permissions: rabbitmqctl list_user_permissions userĭelete user permissions: rabbitmqctl clear_permissions -p /my_vhost user Step 5: Enable RabbitMQ UI on CentOS 7 / CentOS 6 List vhost permissions: rabbitmqctl list_permissions -p /my_vhost Grant user permissions for vhost: rabbitmqctl set_permissions -p /my_vhost user ".*" ".*" ".*" List virtualhosts: rabbitmqctl list_vhostsĭelete virtualhost: rabbitmqctl delete_vhost /my_vhost Guest Other rabbitmqctl administration commands are:ĭelete User: rabbitmqctl delete_user userĬhange User Password: rabbitmqctl change_password user strongpasswordĪdd virtualhost: rabbitmqctl add_vhost /my_vhost $ rabbitmqctl set_user_tags admin administrator By default, only guest user exists and he can connect from localhost. Use the commands below to start the service on CentOS 6: sudo chkconfig rabbitmq-server on Sep 13 09:19:14 centos systemd: Started RabbitMQ broker. Sep 13 09:19:14 centos rabbitmq-server: Starting broker. Sep 13 09:19:06 centos rabbitmq-server: Config file(s): (none) Run the commands below to add RabbitMQ YUM repository to your CentOS 7 / CentOS 6: cat Q Step 4: Install RabbitMQ on CentOS 7 / CentOS 6 Add RabbitMQ Repository: (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution Package : (installed)įrom : /etc/pki/rpm-gpg//erlang_solutions.ascĬonfirm Erlang installation by checking the version and CLI tool access $ erlĮrlang/OTP 24 īREAK: (a)bort (A)bort with dump (c)ontinue (p)roc info (i)nfo Retrieving key from file:///etc/pki/rpm-gpg//erlang_solutions.ascįingerprint: 4349 75bd 900c cbe4 f7ee 1b1e d208 507c a14f 4fca Install 1 Package (+91 Dependent packages) Then install Erlang RPM package: sudo yum install erlangĪccept installation prompt and import GPG key. You can check the repository has been added and working using the following command: sudo yum repolist Step 3: Install Erlang on CentOS 7 / CentOS 6Īdd Erlang official YUM repository: wget sudo hostnamectl set-hostname -static Step 2: Add EPEL repository to CentOS 7/6 SystemĪdd epel repository to your system using yum command as below: sudo yum -y install epel-release wget To temporarily set the hostname for the current shell session, use: sudo hostname Set server hostname on CentOS 7:įor CentOS 7 server, you can easily set server hostname using a hostnamectl command. Then confirm current hostname setting: $ hostname Restart network service once you make the changes. Set server hostname on CentOS 6: $ sudo vi /etc/sysconfig/network You can start by configuring the hostname for your server.






How to install horde on centos 6