solum/README.rst
Devdatta Kulkarni 5fd6fc0c55 Added how to run API service to README.rst
The instructions will be added to documentation in doc directory
eventually with pointer to it in the top-level README.

Change-Id: Icabd27e64ecb026623f4b44b7a83896acbe79793
2013-12-04 08:18:58 -06:00

1.4 KiB

Solum

Application Lifecycle Management

An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process.

Overview

Solum is natively designed for OpenStack clouds and leverages numerous OpenStack projects, including Heat, Keystone, Nova, Trove, and more. We value vendor neutrality, open design and collaboration, and leveraging existing solutions where possible. One example is our use of Docker for deployment of containers. Multiple language run-time environments will be supported with a modular "language pack" solution so you can easily run applications written in any language of your choice.

Local development setup

Install Solum::

$ pip install -e .

Run Solum API server::

$ solum-api

Hit the API server::

$ curl localhost:9777

Project Info