Back-end part of the "My Manuals" application by Team A. Autumn 2016.
- Run MySQL server;
- Make sure that 'root' user has no password;
- Clone 'my-manuals-server' repository;
- Navigate to the root folder;
- Run .sh (if you use Unix based OS) or .bat (for Windows OS) file.
Note: Before running set up you MySQL for storing manual files. Add next settings to my.cnf file into [mysqld] section:
max_allowed_packet = 100M
innodb_log_file_size = 200M
innodb_log_buffer_size = 50M