MyCinema - Quick start quide¶
The Information system of the cinema “MyCinema”
It includes of:¶
- View the current schedule showing films;
- Search for a film in the schedule;
- Book tickets for the selected movie session;
- Add new movies to schedule;
- Add new halls to the cinema;
- The system of promotional codes when booking tickets;
Table of contents¶
Support¶
If you’re have any problems please email nazmiev69@gmail.com
Also you can get help there:
- Alternative email: robert.nazmiev@yahoo.com
- VK page
Dependencies¶
Download source files¶
The latest stable version you can clone from remote GIT repository:
SSH.:
git clone git@github.com:RlyEasy/cinema.git
HTTPS.:
git clone https://github.com/RlyEasy/cinema.git
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
Getting Updates¶
For getting the newest version of the app use BASH script in the update mode.:
bash deploy.sh -u AWS
Reset Server Settings¶
If you want to delete application from your server run BASH script with clear mode.:
bash deploy.sh -c AWS