Install on Apple OS X

15 replies [Last post]
Joined: 07/20/2009
Points: 18

I just installed Kaltura CE on my mac mini to develop a little project that requires video and it worked out of the box, doing the following :

I have internet sharing activated and that enabled apache, php and mysql on my local webserver

I used Sequel Pro to create a database named kaltura then in the query tab I created a user and added a password to access the db like this :

GRANT ALL PRIVILEGES ON kaltura.* TO 'k_user'@'localhost' IDENTIFIED BY 'k_pass'

FLUSH PRIVILEGES

After that I downloaded KalturaCE v1.5 - Mac OSX 386, unzipped it under my localhost, navigated to localhost/~madaerodog/KalturaCE (using Firefox, on safari a little bug with the name field appears for now)

used the snippet for permissions in the terminal, introduced the database connect information and after I saved my was partner Id I was all set, navigated to server status section exploring the great features around there

will come back with opinions about what I found there

If you need assistance making it work under OSX please ask here, and I will try to help

Joined: 01/05/2009
Points: 1697

Thanks for sharing Craciun!

Joined: 07/30/2009
Points: 10

I tried to install it on my development server, which was running custom compiled 64 bit PHP and MySQL. I kept getting cannot find php binary error. I then downloaded XAMPP and it worked fine.

Joined: 08/03/2009
Points: 3

Yup! kaltureCE assumes XAMPP installation. I use standard LAMP setup on my osx.

I actually created a symlink of /usr/local/bin/php in /Application/XAMPP/xamppfiles/bin/, that worked for me.

Too bad, kaltureCE assumes things like that.

-abdul

Joined: 07/30/2009
Points: 10

Creating symlink will work only if your php binary is 32 bit.

Joined: 07/20/2009
Points: 18

Kaltura CE does not assume installing Xampp on a mac, I have installed with the bundled php, apache and mysql every mac has installed already

Joined: 07/20/2009
Points: 18

so my KalturaCE is working steady, now I installed a fresh drupal in the webserver, added the Kaltura module from here by following the instructions from here Connecting Drupal to Kaltura CE (btw there is a little typo in the title "durpal" :P ), after that I made the crossdomain.xml and place it in Library/WebServer/Documents and the drupal has confirmed that my drupal Kaltura module is working fine and all settings are done right.

Joined: 02/22/2009
Points: 38

so where can we see it working? :-)

Joined: 07/20/2009
Points: 18

for now the idea/realization in growing on localhost but soon a little personal project involving video will be born on a domain, maybe even participate in the frenzy challenge :)

Joined: 03/29/2009
Points: 764

The frenzy is calling you, my friend.

Joined: 05/13/2009
Points: 164

What's that snippet for the permissions?

Are you referring to install/fixperms.sh?

Joined: 07/20/2009
Points: 18

yes

Joined: 06/16/2009
Points: 21

Dear all,

I've been trying to get Kaltura up and running for quite some hours without success... until I realized the latest version of XAMPP doesn't work with the actual build of Kaltura. I downgraded to 0.7.4 and everything works fine.

The installation looked fine, but the registration process at the end gives an error.
http://www.kaltura.org/install-success-cant-do-anything

I'm running Mac OS X 10.5.7

Joined: 07/20/2009
Points: 18

so what seems to be the error? in that thread you .. say it now works well?

Joined: 10/29/2010
Points: 1

You said you used KalturaCE v1.5 - Mac OSX 386. Is this just the Linux version?
Kaltura CE 4.0.0 Linux 32/64-bit

Pat.

Joined: 06/30/2011
Points: 17

I followed following guide in order to install Kaltura CE on MAC OS:-

http://www.kaltura.org/kaltura-community-edition-server-osx

On step# 6, Fix permissions using the script provided by Kaltura

I got following error:-

Thank you for installing Kaltura Video Platform - Community Edition

In order to improve Kaltura Community Edition, we would like your permission to send system data to Kaltura.
This information will be used exclusively for improving our software and our service quality. I agree (Y/n)
> Y

If you wish, please provide your email address so that we can offer you future assistance (leave empty to pass)
>

Installation cannot continue, Kaltura platform can only be installed on Linux OS at this time.

Anyone help me.

Thanks in advance.

Imran