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

  1. 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
    
  2. Extract and copy newsinjector.war file to "tomcat/webapps/"
  3. Start tomcat server if it is not running yet:
    cd <path-to-tomcat>/tomcat/bin
    ./startup.sh
    
  4. 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).