ec2-api/doc/source/install/install-sh.rst
tikitavi 41309f5922 update of Installation Guide
added sections Manual Installation and Installation on DevStack

Change-Id: I206ae2e5fdd13a4cac700189d388578777b589c6
2017-10-16 15:54:29 +03:00

827 B

Installation by install.sh

Install and configure components

Install the packages:

# apt-get update
# git clone https://github.com/openstack/ec2-api.git
# cd ec2-api

Run install.sh

The EC2 API service gets installed on port 8788 by default. It can be changed before the installation in /etc/ec2api/ec2api.conf configuration file.

configuring.

The services afterwards can be started as binaries:

$ /usr/local/bin/ec2-api
$ /usr/local/bin/ec2-api-metadata

or set up as Linux services.

Configuring OpenStack for EC2 API metadata service