Welcome, Guest! Log In | Create Account

Installation Instructions

For the ORICO Web Tool

On Debian:

sudo apt-get install postgresql-8.1

start plsql

CREATE ROLE sobf LOGIN
  ENCRYPTED PASSWORD 'md536dbfb3215627a3f0fd06cf0756e9ba0'
  NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE;


CREATE DATABASE sobf
  WITH OWNER = postgres
       ENCODING = 'UTF8';

in shell

pg_restore -U sobf -h localhost -p 5432 -v snapshot.sql

Add a line to /etc/apt/sources.list:

### unstable #######
deb http://ftp.debian.org/debian/ unstable main non-free

Add a line to /etc/apt/apt.conf.d/70debconf:

APT::Cache-Limit "100000000";

Create /etc/apt/preferences:

Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=unstable
Pin-Priority: 600

Run apt-get update

Install Java6 packages

Install Tomcat

Configure /etc/defaults/tomcat5.5

-> JAVA_HOME and Security Manager