提交 7343eab9 编写于 作者: X Xin Zhang

Update README.md

上级 bdc362aa
......@@ -106,41 +106,24 @@ throughout the codebase, but a few larger additions worth noting:
## Basic GPDB source configuration, compilation, gpdemo cluster creation and test execution example
* Configure build environment
```
configure --prefix=<install location>
```
# Configure build environment to install at /usr/local/gpdb
configure --prefix=/usr/local/gpdb
* Compilation and install
```
# Compilation and install
make
make install
```
* Bring in greenplum environment into your running shell
```
source <install location>/greenplum_path.sh
```
* Start demo cluster (gpdemo-env.sh is created which contain
__PGPORT__ and __MASTER_DATA_DIRECTORY__ values)
# Bring in greenplum environment into your running shell
source /usr/local/gpdb/greenplum_path.sh
```
# Start demo cluster (gpdemo-env.sh is created which contain
# __PGPORT__ and __MASTER_DATA_DIRECTORY__ values)
cd gpAux/gpdemo
make cluster
source gpdemo-env.sh
```
* Run tests
```
make installcheck-good
```
## Regression tests
* The default regression tests
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册