I would like a guide as to installing media core on a server with cpanel/whm, the server has Cent os 5.5 64 bit, the guides list installing mediacore on a fresh server environment with installing mysql etc..But i already have mysql and apache install from cpanel/whm so I would like a guide as to installing mediacore on such environment please.
CPANEL / WHM INSTALL
6 posts Started 1 year ago by ndennis Latest reply from Felix Schwarz
-
-
Basically MediaCore is not different from any other web software you can deploy as WSGI or FastCGI. So just ignore all the stuff about your own Apache, MySQL or Python and just use what you have.
It's really simple. Just ensure that you install all the dev packages from your distro archives, create the virtualenv and start installing MediaCore.
-
That can't be so as cpanel/whm comes with a lower version of python, my server has;
[ python x86_64 2.4.3-44.el5]I only want to use mediacore on one cpanel account so I believe I can install python 2.5 on one domain/cpanel a/c of the server.
Is there a guide on how I can do that??
-
MediaCore works with any Python 2.x version (x > 3), the docs are just outdated and in the process of being fixed. I installed many MediaCore instances on cpanel/CentOS with Python 2.4.
-
Okay so check for system dependencies | gcc make autoconf automake
Then check for [setuptools] and for [virtualenv] and if not found install them through shell then I can run the mediacore install as i please? -
I fixed some errors in the CentOS docs a couple of days ago, however they are not online yet. Please use the source until then:
https://github.com/mediacore/mediacore/blob/master/doc/install/requirements.rstPlease check for the required packages and especially the section "Step 3: Installing Virtualenv".
Reply
You must log in to post.