softlayer.rst 1.1 KB

12345678910111213141516171819202122232425
  1. :title: Installation on IBM SoftLayer
  2. :description: Please note this project is currently under heavy development. It should not be used in production.
  3. :keywords: IBM SoftLayer, virtualization, cloud, docker, documentation, installation
  4. IBM SoftLayer
  5. =============
  6. .. include:: install_header.inc
  7. IBM SoftLayer QuickStart
  8. -------------------------
  9. 1. Create an `IBM SoftLayer account <https://www.softlayer.com/cloudlayer/>`_.
  10. 2. Log in to the `SoftLayer Console <https://control.softlayer.com/devices/>`_.
  11. 3. Go to `Order Hourly Computing Instance Wizard <https://manage.softlayer.com/Sales/orderHourlyComputingInstance>`_ on your SoftLayer Console.
  12. 4. Create a new *CloudLayer Computing Instance* (CCI) using the default values for all the fields and choose:
  13. - *First Available* as ``Datacenter`` and
  14. - *Ubuntu Linux 12.04 LTS Precise Pangolin - Minimal Install (64 bit)* as ``Operating System``.
  15. 5. Click the *Continue Your Order* button at the bottom right and select *Go to checkout*.
  16. 6. Insert the required *User Metadata* and place the order.
  17. 7. Then continue with the :ref:`ubuntu_linux` instructions.
  18. Continue with the :ref:`hello_world` example.