Installation ============ You can move downloaded from repository files to your root server directoty or just run BASH script with install mode.:: bash deploy.sh -i git@github.com:RlyEasy/cinema.git After that you need to change authentication method for your root MySQL user.:: sudo mysql -u root -e "use mysql; update `user` set `plugin`='native_mysql_password' where `user`='root';" And restart Apache server.:: sudo service apache2 restart