mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 06:02:55 +00:00 
			
		
		
		
	
			
				
					
						
					
					c8dca5f33b386aed00520ede7eb66c75a174d93c
				
			
			
		
	Tutorial Framework
Building and running with magic starter
Execute the tfw_magic_start.sh script and it will automagically run a backend instance in Docker and serve the Angular frontend locally.
This requires the tutorial-framework-wip and tutorial-framework-ng repositories to have a common parent folder.
Building and running with Docker
Simply issue docker build -t tfw . in the project root. The first build could take a while as it's compiling a fresh
Python package from source.
Run with docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret tfw.
Running locally is possible with lots of pain involved, so this is no longer officially supported.
Frontend
Place an index.html and related static files in src/frontend/dist, the web server will serve them.
Description
				
					Languages
				
				
								
								
									Python
								
								96.9%
							
						
							
								
								
									Dockerfile
								
								2.6%
							
						
							
								
								
									Shell
								
								0.5%