Installation
Installation instructions are written for Tomcat Servlet Container running on Linux/Unix. Please make necessary adjustments depending on your environment.
Short Version
Download newsinjector-1.4.1.zip file, extract newsinjector.war and install it in your servlet container.
News are stored under "~/.newsinjector/".
Step by Step
- Download installation file and save it
on your local file system. Zip file includes:
readme.txt - file containing instructions license.txt - NewsInjector license newsinjector.war - installation file
- Extract and copy newsinjector.war file to "tomcat/webapps/"
- Start tomcat server if it is not running yet:
cd <path-to-tomcat>/tomcat/bin ./startup.sh
- Access application using a browser, e.g.:
You are ready to write news:
For installation on production environment you may consider installation package with enabled security (defined security roles in web.xml).