From d734dc0c29592cc87e71a4cacf784c0fc455d970 Mon Sep 17 00:00:00 2001 From: Zara Date: Mon, 9 Jan 2017 21:31:04 +0000 Subject: [PATCH] Remove contentless operator manual We want a quickstart-for-operators guide, but the existing one is full of placeholder content and is more confusing than helpful, as it directs readers to a link which is a dead-end. Remove it. Change-Id: Icd1068008511f2d9c00a3eec7b3969dc5024ee25 --- doc/source/index.rst | 1 - doc/source/install/manual.rst | 37 ----------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 doc/source/install/manual.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 0205b423..7e6ca708 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,7 +36,6 @@ Installation guides .. toctree:: :maxdepth: 1 - install/manual install/development diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst deleted file mode 100644 index 4019315e..00000000 --- a/doc/source/install/manual.rst +++ /dev/null @@ -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.