View on GitHub

MovieAster

The Movie Manager for your private NAS

Screenshots

Features

System Requirements

Install

1) Download Latest Version

git clone git://github.com/movieaster/movieaster.git

or download and unzip: https://github.com/movieaster/movieaster/archive/master.zip

2) Install the Vendor Libraries

Run the following:

php bin/vendors install

Note that you must have git installed and be able to execute the `git` command to execute this script. If you don't have git available, either install it or download Symfony with the vendor libraries already included.

3) Copy to the webserver `htdocs` folder

4) Config MySQL

1. Config DB username/password: app/config/parameters.ini
2. Create DB a new DB `movieaster`

php app/console doctrine:database:create

3. Update schema

php app/console doctrine:schema:update --force