Minor nits to README

Few minor changes to README.rst for better readability.

Change-Id: I7c956df347a81a189d6a33e9fff3703550eb4c41
This commit is contained in:
Sharat Sharma 2017-04-26 18:18:48 +05:30 committed by Renat Akhmerov
parent 691a1d2eeb
commit 8cde934d86
1 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ Installation
The following are the steps to install Mistral on debian-based systems.
To install Mistral, you have to install the following prerequisites:
To install Mistral, you have to install the following prerequisites::
$ apt-get install python-dev python-setuptools libffi-dev \
libxslt1-dev libxml2-dev libyaml-dev libssl-dev
@ -69,9 +69,9 @@ an OpenStack environment.
* Create the database and grant privileges::
$ mysql -u root -p
CREATE DATABASE mistral;
USE mistral
GRANT ALL ON mistral.* TO 'root'@'localhost';
mysql> CREATE DATABASE mistral;
mysql> USE mistral
mysql> GRANT ALL ON mistral.* TO 'root'@'localhost';
#. Generate ``mistral.conf`` file::