How to install Deliverance — Site
Personal tools

Skip to content. | Skip to navigation

 
You are here:

Document Actions


1.4. How to install Deliverance

Pre-Requisites

You should have completed the following steps :

  • How to setup the Pre-requisites
  • How to setup Bungeni Parliamentary Information System
  • How to setup Plone Content Management System

Build & Setup

Option 1: Installing using the online package index

Build & deploy using the online package index using the following command :

fab -H <host-or-ip> portal_install config_ini:portal

See also Executing Fabric actions

Option 2: Installing using the local package index

Use this option only if you have a Bungeni package index running on your local network. Set the fabric parameters for the cached buildout by setting the local_cache parameters appropriately See Using the local_cache parameter

fab -H <host-or-ip>  portal_install config_ini:portal

See also Executing Fabric actions

Configure the Installation

The deliverance portal gets installed within the Bungeni installation folder in a folder called portal. See Bungeni

Installation folder structure.

Within the portal folder edit deploy.ini, and set the host-name to the host-name on which you want to serve Bungeni :

[DEFAULT]
## change the below host name to whatever public host name you want the server to run on
host_name = put.your.host.name.or.ip.here


Folder Structure

Deliverance gets installed in the portal folder within the buildout folder for bungeni.

./bungeni

|-- bin

|-- buildconf

|-- cache

|-- data

|-- develop-eggs

|-- eggs

|-- locales

|-- logs

|-- parts

|-- patch

|-- plone

|-- portal

|   |-- bin

|   |-- develop-eggs

|   |-- eggs

|   |-- parts

|   `-- src

|-- src

|-- templates

`-- testdatadmp


Starting and Stopping deliverance

See using supervisor to start / stop Deliverance

Next Steps

  • How to use the Supervisor Service Manager