canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,043
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Installation = | = Installation = | ||
== Permissions == | |||
* app/webroot/files needs to be writable by apache | * app/webroot/files needs to be writable by apache | ||
* app/webroot/files/temp needs to be writable by apache | * app/webroot/files/temp needs to be writable by apache | ||
* app/webroot/files/approval needs to be writable by apache | * app/webroot/files/approval needs to be writable by apache | ||
== Configuration == | |||
Copy app/config/database.php.default to app/config/database.php and modify the default and test databases to be your database, but for the test database use a user with read-only privileges. | |||
To create a user with read-only privileges, execute this SQL command after replacing {variables}: | |||
:::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}'; |