Meego Wiki
Views

Quality/QA-tools/OTS/Plugins/HTTP logger

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Installation)
(Installation)
Line 20: Line 20:
5. [[Quality/QA-tools/OTS/Plugins/Django#Create.2Fupdate_databases|Create/update database]]
5. [[Quality/QA-tools/OTS/Plugins/Django#Create.2Fupdate_databases|Create/update database]]
-
6. Browse http://localhost/logger/view/
+
6. Restart Apache2
 +
sudo service apache2 restart
 +
Fedora:
 +
sudo /etc/init.d/httpd restart
 +
 
 +
7. Browse http://localhost/logger/view/

Revision as of 06:18, 22 March 2011

HTTP logger plugin

Released in OTS 0.8.2.

Installation

Installation is made to OTS server.

1. Install Django environment

2. Setup Apache2 environment

3. Install plug-in

sudo apt-get install python-ots-plugin-logger

Fedora:

sudo yum install python-ots-plugin-logger

4. Enable Django application

'ots.plugin.logger'

5. Create/update database

6. Restart Apache2

sudo service apache2 restart

Fedora:

sudo /etc/init.d/httpd restart

7. Browse http://localhost/logger/view/

Personal tools