Copyright (c) 2013-2014 CloudRunner.io
SERVICE CONFIGURATION
- Initial setup
Add CloudRunner Yum Repo
# Create the file /etc/yum.repos.d/cloudrunner-stable.repo # with the following contents: # For Centos 6 (EPEL6): [cloudrunner-stable] name=CloudRunner Stable Repo baseurl=https://user:pass@repo-stable.cloudrunner.io/el6/ # mirrorlist= enabled=1 gpgcheck=1 gpgkey=https://repo-stable.cloudrunner.io/repo-stable.cloudrunner.io.pub.asc # For Centos 7 (EPEL7): [cloudrunner-stable] name=CloudRunner Stable Repo baseurl=https://user:pass@repo-stable.cloudrunner.io/el7/ # mirrorlist= enabled=1 gpgcheck=1 gpgkey=https://repo-stable.cloudrunner.io/repo-stable.cloudrunner.io.pub.asc
then install the packages
yum install cloudrunner-server
Then configure server
cloudrunner-master config create
- Starting the service
From console
or as a daemon:
As a service from packages:
service cloudrunner-dsp start
Code and documentation copyright 2014-2016 CloudRunner.IO. Code released under the Apache license. Docs released under Creative Commons.