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
1.0 KiB
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.