Changes between Version 34 and Version 35 of MakeProject


Ignore:
Timestamp:
Jan 10, 2017, 12:12:49 PM (7 years ago)
Author:
skwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v34 v35  
    7676|| -h or --help    || Show options ||
    7777
     78== Check project ==
     79
     80After making a project. a check_project script is available to help check certain aspects of the system. Specifically it checks for three things.
     81
     821. Checks the permissions for the apache web server user on certain project directories, to make sure they are writable.
     831. Checks to see if specific PHP modules are installed.
     841. Checks to see if certain command line program/tools are installed and executable.
     85
     86Running 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
    7893== Deleting a project ==
    7994
    80 To delete a project, delete its directory and its database:
     95To delete a project, in this example named 'test', delete its directory and its database:
    8196{{{
    8297cd ~/projects