Update the prepare_lab

Change-Id: Ie679bba82941a41c978826c5eceaa3582d1b36da
This commit is contained in:
zhurong 2022-01-15 01:43:17 +00:00
parent bdc7d53ec7
commit dbbe49a542
1 changed files with 10 additions and 10 deletions

View File

@ -14,8 +14,8 @@ System prerequisites
Supported operating systems Supported operating systems
--------------------------- ---------------------------
* Ubuntu Server 12.04 LTS * Ubuntu Server 16.04 LTS or higher
* RHEL/CentOS 6.4 * RHEL/CentOS 7.4 or higher
**System packages are required for Murano** **System packages are required for Murano**
@ -23,9 +23,9 @@ Supported operating systems
* gcc * gcc
* python-pip * python3-pip
* python-dev * python3-dev
* libxml2-dev * libxml2-dev
@ -35,23 +35,23 @@ Supported operating systems
* libpq-dev * libpq-dev
* python-openssl * python3-openssl
* mysql-client * mysql-client
Install all the requirements on Ubuntu by running:: Install all the requirements on Ubuntu by running::
sudo apt-get install gcc python-pip python-dev \ sudo apt-get install gcc python3-pip python3-dev \
libxml2-dev libxslt-dev libffi-dev \ libxml2-dev libxslt-dev libffi-dev \
libpq-dev python-openssl mysql-client libpq-dev python3-openssl mysql-client
*CentOS* *CentOS*
* gcc * gcc
* python-pip * python3-pip
* python-devel * python3-devel
* libxml2-devel * libxml2-devel
@ -67,7 +67,7 @@ Install all the requirements on Ubuntu by running::
Install all the requirements on CentOS by running:: Install all the requirements on CentOS by running::
sudo yum install gcc python-pip python-devel libxml2-devel \ sudo yum install gcc python3-pip python3-devel libxml2-devel \
libxslt-devel libffi-devel postgresql-devel pyOpenSSL \ libxslt-devel libffi-devel postgresql-devel pyOpenSSL \
mysql mysql