Manorrock.com / Products / Manorrock Online Stickies

Installation

Installing the Manorrock Online Stickies application consists of the following steps below.

  • Install the Manorrock Online application first.
  • Run the SQL script.
  • Deploy the application.
  • Verify the deploy.

Install the Manorrock Online application first

Go to http://www.manorrock.com/products/online/installation.html and follow the directions there.

Run the SQL script

  • Unzip the Online WAR file to a temporary directory.
  • Start the PostgreSQL administration application (pgAdmin III).
  • Connect to your PostgreSQL server
  • Click on the online database.
  • Click the SQL icon.
  • Click on File | Open.
  • Browse to $WAR_ROOT/WEB-INF/sql/postgres and select the latest SQL script.
  • Click the little green arrow pointing right (Execute Query).

    Note $WAR_ROOT means the location where you unzipped your WAR file.

Deploy the application

  • Login into the admin console of your application server (http://localhost:4848)
  • Click on Applications.
  • Click Deploy.
  • Click Choose File.
  • Select the WAR file and click Open.
  • Set the context root to /online/stickies
  • Click OK.

Verify the deploy

  • Browse to http://localhost:8080/online/stickies
  • Be happy, or go back over each step and figure out what went wrong.