mQueue is a website to keep track of movies you want to watch, and rate the one you watched. It is integrated with IMDb and allow you to rate movies on other webpages (www.imdb.com itself and any other page linking to an IMDb movie). This is possible thanks to the use of user-script (greasemonkey for Firefox).
- PHP with cURL module
- Apache
- MariaDB
- gulp
- Create a database and a user in MariaDB (eg: "mqueue")
- Download latest version:
git clone https://github.com/PowerKiKi/mqueue.git
- In application/configs/, copy application.sample.ini to application.ini and edit database configuration
- Run
yarn install && gulp
- Open mQueue in your browser (something similar to http://mqueue/ or http://localhost/mqueue/public/)
- Download latest version:
git pull
- Run
yarn install && gulp