Home
Name Modified Size InfoDownloads / Week
archived 2017-03-26
natti-as-4.0.0-demo.tar.gz 2017-04-30 162.3 MB
natti-as-4.0.0-demo.zip 2017-04-30 162.6 MB
README.txt 2017-04-07 1.3 kB
README 2017-03-27 1.3 kB
Totals: 5 Items   324.8 MB 0
================================================================================
VERPIS LTD.

Natti Application Server installation guide.


1.	JDK 1.8 required.
	
2. Database Servers Supported
	(1)Derby.
	(2)PostgreSQL
	(3)MySQL( collation must be utf8_bin)
	
	Default database is Embedded Derby (No installation/configuration required).
	For production environment you may want to use PostgreSQL or MySQL .

3. Configuration
	(a) Database: 
	    Edit ${SERVER_HOME}/ect/database.cfg
	    Note:
	    Default database is Embedded Derby (No installation/configuration required).
	(b) Internationalization:
	    Edit ${SERVER_HOME}/ect/translation.cfg
	    Remove '#' to enable an entry.
	    
4. Run 
   a. ${SERVER_HOME}/bin/karaf.bat [windows].
   b. ${SERVER_HOME}/bin/karaf.sh  [unix*].
   c. Wait until you see 'Natti AS OK'.
   
5. Restart server.
   a. Ctrl+D --> to shutdown.
   b. Step 4a/4b depending on your Operating System.
	
6. Webapp
	Finished!
	Access frontend at http(s)://localhost:8181/natti/frontend/workspace
	Default login(Super User):
	username:natti
	password:natti
	
	Notes:
	Super User(natti) is not meant for normal data entries.
	You have to create normal users for that purpose.
	
Source: README.txt, updated 2017-04-07