
The old user/operator docs were completely inaccurate. This updates them so that we aren't giving false information. There are still lots of gaps and missing details that should be filled in. Change-Id: I6e387e6846f1f5a29c4de9d83a187abae078396d
953 B
953 B
Quick Install for Operators
Installing the API service
Install StoryBoard. [TODO: More details]
Storyboard only supports MySQL. Install MySQL. [TODO: details]
Edit
/etc/storyboard/storyboard.conf
. You'll need to modifyconnection
parameter in the[database]
section.For MySQL it will look like:
connection = mysql://root:pass@127.0.0.1:3306/storyboard
Migrate database to current state:
$ storyboard-db-manage --config-file /etc/storyboard/storyboard.conf upgrade head
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.