Yes. I used Compose and well I am on the installation page now.

Maximum execution time of 30 seconds exceeded in ... I got a error like this

    Open php.ini using xampp control panel -> config-> php.ini
    Find max_execution_time and increase the value after it.
    300 would be appropriate.

    and also find memory_limit and change it to 254M

    MuhsinMohamedPc This usually indicates other errors (something running on a infinite loop for example). Check your error logs if possible. I'd start with php and webserver error logs ?

    These are usually located within /var/log. Look for an apache or nginx subdirectory in there.

    You can also try this command:

    php --info | grep error
      5 days later

      I am installing it on centos and I got the same error. I have set the whole directory with chmod 777. but it is still not working. any ideas?
      if I want to change the directory owner, to which user should I change?