Fixes for installation algorithm in the README.md

Change installation deployment sequence: move installing deps to first
step.
Fix typos in the readme and frontend's html.

Change-Id: Ic37f2aa9e5a291eaff127762d7095799bdad1ad4
Closes-Bug: #1259447
Closes-Bug: #1259451
This commit is contained in:
Peter Lomakin 2013-12-10 17:23:03 +04:00
parent a9b8de3766
commit 1dc5e57597
2 changed files with 5 additions and 5 deletions

View File

@ -20,24 +20,24 @@ Installation
For Ubuntu:
```shell
$ sudo apt-get install git build-essential mongodb-server redis-server python-pip
$ git clone https://github.com/stackforge/rubick && cd rubick
$ sudo apt-get install build-essential mongodb-server redis-server python-pip
$ sudo pip install -r requirements.txt
$ honcho start
```
For CentOS:
Follow the official documentation to take enable EPEL repo in your system: http://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_install_the_packages_from_the_EPEL_software_repository
Follow the official documentation to enable EPEL repo in your system: http://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_install_the_packages_from_the_EPEL_software_repository
After that install dependencies and run an application.
```shell
$ sudo yum install git build-essential mongodb-server redis-server python-pip
$ git clone https://github.com/stackforge/rubick && cd rubick
$ sudo yum install build-essential mongodb-server redis-server python-pip
$ sudo pip install -r requirements.txt
$ honcho start
```
Note: If you use fuel-pm node as a rubicks destination node, you'll need to return CentOS base repositaries in the yum settings.
Note: If you use fuel-pm node as a rubicks destination node, you'll need to return CentOS base repositories in the yum settings.
Note2: All steps for manual deployment and running the app you can find here: /vagrant/cookbooks/openstack-validator/recipes/default.rb

View File

@ -154,7 +154,7 @@
ng-click="setRuleGroup('valid')"
ng-class="{'active' : ruleGroup == 'valid'}">
<i class="cloud icon"></i> Validty
<i class="cloud icon"></i> Validity
<div class="ui label">{{rules.length}}</div>
</a>
<a class="item"