Update installation guide to use tricircle command

1. What is the problem
In DevStack script, we have already adapted to use "tricircle"
command to start Tricircle API, Xjob and sync database, but the
manual installation guide still tells users to use "python" command

2. What is the solution to the problem
In the manual installation guide, replace "python" commands with
"tricircle" command

3. What the features need to be implemented to the Tricircle
No new features

Change-Id: Ia84b68a52851bce40106592fcf8d54a4438f85ab
This commit is contained in:
zhiyuan_cai 2017-02-13 11:58:03 +08:00 committed by Zhiyuan Cai
parent a8e809c679
commit bd5a9e72ce

View File

@ -94,14 +94,14 @@ Installation with Central Neutron Server
mysql -uroot -p -e "create database tricircle character set utf8;"
cd tricircle
python cmd/manage.py etc/api.conf
tricircle-db-manage --config-file etc/api.conf db_sync
- 6 Start the Tricircle administrator API::
sudo mkdir /var/cache/tricircle
sudo chown $(whoami) /var/cache/tricircle/
cd tricircle
python cmd/api.py --config-file etc/api.conf
tricircle-api --config-file etc/api.conf
- 7 Configure the Tricircle Xjob daemon::
@ -133,7 +133,7 @@ Installation with Central Neutron Server
- 8 Start the Tricircle Xjob daemon::
cd tricircle
python cmd/xjob.py --config-file etc/xjob.conf
tricircle-xjob --config-file etc/xjob.conf
- 9 Setup central Neutron server