Thursday, January 3, 2013

Restarting MediaCore service

Please note down the steps to restart the mediaCore service.

Media core default port is 5000

1. change the directory to the installed location :
2. execute this command
source mediacore_env/bin/activate
You will get the Media core Environment
(mediacore_env)

3.
(mediacore_env)root@server [media core installed location]# paster serve --daemon --reload development.ini
Starting subprocess with file monitor
Entering daemon mode

4. root@server [/]# netstat -lpn | grep :5000
tcp 0 0 serverIP:5000 0.0.0.0:* LISTEN 11402/python

No comments:

Post a Comment