6. Building Spring Cloud Data Flow

Start Redis:

cd  $REDIS_INSTALL_DIRECTORY/src
./redis-server

Clone the GitHub repository:

git clone https://github.com/spring-cloud/spring-cloud-dataflow.git

Switch to the project directory:

cd spring-cloud-dataflow

Start a local Redis server to support testing:

redis-server

Build the project:

mvn clean install -s .settings.xml