Project

General

Profile

RadioParadiseDeploy » History » Version 1

Aurynn Shaw, 12/27/2006 11:35 AM

1 1 Aurynn Shaw
= Deployment Instructions =
2
3
www.radioparadise.com
4
5
== Preparing http://www.cmdalert.com ==
6
7
 * Check the trunk of pggraph2 out of the SVN repository.
8
 * create local database pggraph_radioparadise, and install pl/pgsql.
9
 * Configure the INI file:
10
   * Local database, pggraph_radioparadise
11
   * SSH connection to radioparadise, likely using the cmd administrative account?
12
   * Authentication on their postgres server. postgres user, or cmd user?
13
   * Determine their pricing plan for pggraph statistics, and set shortest interval accordingly
14
   * Decide on a prefix - radio_paradise?
15
 * Run the installer. Hope and pray.
16
 * Start up forward.py. It will read the connection info from the config file and initiate a tunnel to www.radioparadise.com
17
 * Add a cronjob for bridge.py, set to every 5 minutes, or so.
18
19
== Apache ==
20
21
 * Decide on where radioparadise will be able to view their statistics
22
 * Configure apache to expose the directory where pggraph2 is installed to the web, as a CGI directory.
23
 * Allow .py to execute via python
24
 * Mark pggraph_index.py, pggraph_database.py, and pggraph_table.py as +x