aviemzur commented on a change in pull request #75: URL: https://github.com/apache/incubator-liminal/pull/75#discussion_r768614705
########## File path: README.md ########## @@ -161,34 +170,43 @@ You'll see that a number of outputs indicating various docker images built. 3. Create a kubernetes local volume \ In case your Yaml includes working with [volumes](https://github.com/apache/incubator-liminal/blob/6253f8b2c9dc244af032979ec6d462dc3e07e170/docs/getting_started.md#mounted-volumes) please first run the following command: + ```bash -cd </path/to/your/liminal/code> +cd </path/to/your/liminal/code> liminal create ``` 4. Deploy the pipeline: + ```bash -cd </path/to/your/liminal/code> +cd </path/to/your/liminal/code> liminal deploy ``` -Note: after upgrading liminal, it's recommended to issue the command + +Note: after upgrading liminal, it's recommended to issue the command + ```bash liminal deploy --clean -``` +``` This will rebuild the airlfow docker containers from scratch with a fresh version of liminal, ensuring consistency. -5. Start the server +1. Start the server Review comment: It seems to have messed up the numbering here, how do we resolve this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
