Note: Please go to docs.rightscale.com to access the current RightScale documentation set. Also, feel free to Chat with us!
Home > Guides > RightLink 6 > RightLink Legacy Versions > RightLink 5.9 > Install RightLink > Ubuntu

Ubuntu

Table of Contents

Overview

The commands for a GA install of RightLink in a Ubuntu environment are included below.

For Debian-derived systems, maintain an automatic, pooled apt repository.

Notes:

  • 64-bit is only supported.
  • Accurate timekeeping is very important to RightLink's network stack. Ensure that the time on the server is correct before installing RightLink, and before running RightLink on every boot. We highly recommend the use of Network Time Protocol (NTP) to synchronize time on your servers.

First, import RightScale public key:

# Import RightScale public key
curl http://mirror.rightscale.com/rightlink/rightscale.pub | apt-key add -

# Create an apt source, ensuring that you specify the right architecture and release code name. 
# For instance, on an amd64 system that is running:

# Ubuntu 12.04 (precise)
cat > /etc/apt/sources.list.d/rightlink.sources.list <<EOF
deb [arch=amd64] http://mirror.rightscale.com/rightlink/apt precise main
EOF

# Ubuntu 13.04 (raring)
cat > /etc/apt/sources.list.d/rightlink.sources.list <<EOF
deb [arch=amd64] http://mirror.rightscale.com/rightlink/apt raring main
EOF

Next, install RightLink cloud support package for the cloud type your instance is running on.

 

RightLink 5.9 supports the following cloud types:

 

Cloud Type Nickname Support Package
Microsoft Azure azure rightlink-cloud-azure
Citrix CloudStack cloudstack rightlink-cloud-cloudstack
Amazon EC2 ec2 rightlink-cloud-ec2
Google Compute Engine google rightlink-cloud-google
OpenStack openstack rightlink-cloud-openstack
RackSpace (OpenCloud) rackspace rightlink-cloud-rackspace
SoftLayer softlayer rightlink-cloud-softlayer

 

Example for Amazon EC2:

apt-get update
apt-get install rightlink-cloud-ec2

 

You can now bundle your image and boot RightScale servers with it.

See also

You must to post a comment.
Last modified
11:35, 28 Jul 2014

Tags

Classifications

This page has no classifications.

Announcements

None


© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.