PHP media manager?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tdhz77 Offline
Senior Member
Posts: 103
Joined: Apr 2009
Reputation: 0
Post: #11
Where do I pull up PMM?
I tried: myipaddress/pmm & hostname/pmm

Installation went fine here is how I did it on my server. Sorry I'm new to php5.3 and fuel php.

Installed mysql/php:
Code:
sudo apt-get install php5 php5-cli apache2 mysql-server phpmyadmin curl vim git-core

Added mysql database as need.

Installed fuelphp/oil
Code:
curl get.fuelphp.com/oil | sh

Source
Code:
git clone git://github.com/connors511/PMM.git
    cd pmm/
    git submod[/php]ule init
    git submodule update

z

Install refine
Code:
oil refine install
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #12
@gugahoi:
Right now, the movies are just being outputted to the browser and relies on a player to take over from there.

@tdhz77:
If you've pulled into your www folder, you can access the movie overview at /pmm/public/home and the admin panel at /pmm/public/admin
find quote
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #13
Hi Connors

i have nas4free installed and all i get when i try to load the index.php from public folder is:

Warning: require(/mnt/data/programs/web/manager/fuel/core/classes/autoloader.php): failed to open stream: No such file or directory in /mnt/data/programs/web/manager/fuel/app/bootstrap.php on line 4 Fatal error: require(): Failed opening required '/mnt/data/programs/web/manager/fuel/core/classes/autoloader.php' (include_path='.:/etc/inc:/usr/local/www') in /mnt/data/programs/web/manager/fuel/app/bootstrap.php on line 4

fuel is installed

cheers
c_bb
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #14
Hi c_bb

I've just tried pulling the source myself, and can see that it's not correctly downloading all submodules. I'm not sure why, but I'll try to figure it out.

In the meantime, a fix is to execute: git submodule foreach "git reset --hard HEAD; git pull 1.3/develop"

Remember the quotes when running the command Smile
find quote
Post Reply