hausbuch tool by cakephp
- sudo mysql_secure_installation ... Same as usual + mysql
- create user username@localhost identified by 'password';
- grant all on hausbuch. * to username@localhost;
- Copy from
app.default.php
- Write down under "Datasoures"... 'username', 'password', 'database'.
- cd /var/www/html
- bin/cake migrations migrate
- sudo vi /etc/httpd/conf/httpd.conf
<Directory "/var/www/html">
Options FollowSymLinks
AllowOverride All
</Directory>
- sudo systemctl restart httpd