$ sudo yum install moksha-{server,hub,docs}
Note
The above setup does not install any apps. To duplicate the moksha dashboard demo, you can yum install moksha*
$ sudo /sbin/service httpd restart
Out of the box Orbited comes with a very minimal configuration
Copy over Moksha’s Orbited configuration:
# cp /etc/moksha/orbited.cfg /etc/orbited.cfg
Note
Moksha’s Orbited configuration enables the MorbidQ STOMP message broker by default,
for ease of development. This can be disabled by commenting out the line stomp://:61613
and the line under the [access]
section.
Starting the Orbited daemon
# service orbited start
Note
You can also start orbited by hand by running orbited -c /etc/moksha/orbited.cfg
# service moksha-hub start
This step is only necessary if you plan on building moksha apps.
$ sudo yum install rpmdevtools
$ rpmdev-setuptree
$ sudo yum-builddep -y moksha
# tail -f /var/log/httpd/moksha_{access,error}_log
# tail -f /var/log/moksha/moksha-hub.log