(→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/ | ||
Released in OTS 0.8.2.
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'
6. Restart Apache2
sudo service apache2 restart
Fedora:
sudo /etc/init.d/httpd restart
7. Browse http://localhost/logger/view/