Search code examples
phpmysqlgithubxampp

How can I install Atta?


I've already install XAMPP and composer. My XAMPP is 7.4 and my composer is using composer 1. I'm not yet upgrading to composer v2.

How can I install this project on my computer? The project seems to be located at https://github.com/erleiuat/Atta.


Solution

  • Steps to be done:

    1. Open git bash or terminal or command prompt on Windows.
    2. Change directory to htdocs
    3. Run command git clone gh repo clone erleiuat/Atta
    4. In your browser visit: http://localhost/Atta/index.php

    That should do the work.