A simple movie manager
- Download source into your web directory
$ git clone https://github.com/Ezak91/B-Muhvieh.git
-
Install database dump from install/b_muhvieh.sql (import to mysql)
-
Create config files
$ cd B-Muhvieh/conf
$ cp conf_db.php.example conf_db.php
$ cp conf.php.example conf.php
- Edit files and fill in your credentials (for example with nano)
$ nano conf_db.php
$ nano conf.php
- Finish =) Now you can start using B-Muhvieh.
$ cd B-Muhvieh
$ git pull