diff --git a/doc/source/index.rst b/doc/source/index.rst index 873513d7..5bc0aa41 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.