add cookiecutter usage
This commit is contained in:
		
							
								
								
									
										20
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								README.rst
									
									
									
									
									
								
							@@ -147,6 +147,26 @@ in your Wordpress web site, configured as follows:
 | 
				
			|||||||
  :width: 100%
 | 
					  :width: 100%
 | 
				
			||||||
  :alt: WP Oauth configuration page
 | 
					  :alt: WP Oauth configuration page
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Usage in Cookiecutter
 | 
				
			||||||
 | 
					---------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					add a snippet of this form to openedx_devops/.github/workflows/build-openedx.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					..  code-block:: yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      #------------------------------------------------------------------------
 | 
				
			||||||
 | 
					      # ... add your initialization and any preceding steps ...
 | 
				
			||||||
 | 
					      #------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Add the wp-oauth-backend
 | 
				
			||||||
 | 
					        uses: openedx-actions/tutor-plugin-build-openedx-add-requirement@v1.0.0
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          repository: wp-oauth-backend
 | 
				
			||||||
 | 
					          repository-organization: lpm0073
 | 
				
			||||||
 | 
					          repository-ref: v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Sample lms log output
 | 
					Sample lms log output
 | 
				
			||||||
---------------------
 | 
					---------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user