==============================================================================
 TYPEMILL SERVER: INSTALLATION INSIDE KUSA ENVIRONMENT
==============================================================================

1. kusa configuration (/etc/kusa/kusa.conf)
------------------------------------------------------------------------------

   1.a. required classes:

   	[common]
	  class		server.web
	  extramodules	srv-typemill



2. system install (phase1)
------------------------------------------------------------------------------

  - run "kusa-reconf", will install the full system with apache and mysql


3. install typemill software
------------------------------------------------------------------------------

   3.a. install

   	# kusa-reconf srv-typemill

   3.b. admin user

   	navigate to the machine website (NOT SSL): http://machine_fqdn:8080/tm
	and create the admin user

   3.c. login

   	go to http://machine_fqdn:8080/tm/login, login using the fresh
	created admin user and start working, thats all

==============================================================================
