Files
deb-keystone/doc/source/devref/run-keystone.rst
Samriddhi Jain 196fd88c4a Expanded the best practices subsection in devdocs
As a part of reorganisation of developer docs, removed the
best practices documentation and made the subsections in it
as overall sections. More renaming and reorganisation will
be addressed in the following patches.

Change-Id: I21bf8fe3855fd1d441ec3dba342babc90516714d
2017-07-17 12:28:16 +05:30

1.0 KiB

Running Keystone

To run the Keystone Admin and API server instances, use:

$ uwsgi --http 127.0.0.1:35357 --wsgi-file $(which keystone-wsgi-admin)

This runs Keystone with the configuration the etc/ directory of the project. See ../configuration for details on how Keystone is configured. By default, Keystone is configured with SQL backends.