This reverts commit cf282c937f26de63dd3dee60cc77be22c5f50e0b, reversing changes made to ee9834c0dae924770e0a8b96878642e2402b1469. Undos accidental remote merge
		
			
				
	
	
	
		
			753 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			753 B
		
	
	
	
	
	
	
	
Konova
Konova is the successor of KSP. It's build using the python webframework Django, the database postgresql and the css library bootstrap as well as the icon package fontawesome for a modern look, following best practices from the industry.
Background processes
Konova uses celery for background processing. To start the worker you need to run
$ celery -A konova worker -l INFO
More info can be found here. Redis must be installed.
Technical documentation
Technical documention is provided in the projects git wiki.
User documentation
A user documentation is not available (and not needed, yet).