Merge "Remove contentless operator manual"
This commit is contained in:
commit
bbbf5eb249
@ -36,7 +36,6 @@ Installation guides
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
install/manual
|
||||
install/development
|
||||
|
||||
|
||||
|
@ -1,37 +0,0 @@
|
||||
============================
|
||||
Quick Install for Operators
|
||||
============================
|
||||
|
||||
Installing the API service
|
||||
==========================
|
||||
|
||||
1. Install StoryBoard. [TODO: More details]
|
||||
|
||||
|
||||
2. Storyboard only supports MySQL. Install MySQL. [TODO: details]
|
||||
|
||||
3. Edit ``/etc/storyboard/storyboard.conf``. You'll need to modify ``connection``
|
||||
parameter in the ``[database]`` section.
|
||||
|
||||
For MySQL it will look like::
|
||||
|
||||
connection = mysql://root:pass@127.0.0.1:3306/storyboard
|
||||
|
||||
4. Migrate database to current state::
|
||||
|
||||
$ storyboard-db-manage --config-file /etc/storyboard/storyboard.conf upgrade head
|
||||
|
||||
5. Launch API service::
|
||||
|
||||
$ storyboard-api --config-file /etc/storyboard/storyboard.conf
|
||||
|
||||
.. note::
|
||||
|
||||
It is recommended to use Apache+mod_wsgi for production installation.
|
||||
|
||||
|
||||
Installing the Web Client
|
||||
=========================
|
||||
|
||||
Grab a tarball from http://tarballs.openstack.org/storyboard-webclient, unpack
|
||||
it, and serve as static files.
|
Loading…
x
Reference in New Issue
Block a user