| 78 | == Check project == |
| 79 | |
| 80 | After making a project. a check_project script is available to help check certain aspects of the system. Specifically it checks for three things. |
| 81 | |
| 82 | 1. Checks the permissions for the apache web server user on certain project directories, to make sure they are writable. |
| 83 | 1. Checks to see if specific PHP modules are installed. |
| 84 | 1. Checks to see if certain command line program/tools are installed and executable. |
| 85 | |
| 86 | Running this script after making a project may help in identifying some of the common problems that may occur. |
| 87 | |
| 88 | == options == |
| 89 | || -p or --project_dir || project installation directory || |
| 90 | || -a or --apache_user || (optional) the apache user name, script will attempt to auto-detect this if this option is left blank. || |
| 91 | || -h or --help || Show options || |
| 92 | |