How to install UNA on Apache server (windows)

I didn't understand at all how to install UNA on Apache server to test it.

  • 851
  • More
Replies (6)
    • I used XAMPP and chatGPT and was able to install it. But now I have one error... I think

      • How did you manage to do that?

        For example, WordPress is easy to install, you turn on the server, create a database. In WordPress, when installing, you specify this database and everything connects fine.

        And how do you connect UNU?

        • Go to chatGPT and write "I want to instal UNA to my laptop using XAMPP. Give me step by step instructions".

          That worked for me.

          • i have error

            Warning: require_once(F:\OpenServer\domains\una.local\plugins/composer/autoload_real.php): failed to open stream: No such file or directory in F:\OpenServer\domains\una.local\plugins\autoload.php on line 5

            Fatal error: require_once(): Failed opening required 'F:\OpenServer\domains\una.local\plugins/composer/autoload_real.php' (include_path='.') in F:\OpenServer\domains\una.local\plugins\autoload.php on line 5

            • In the archive of Una there is initially no file autoload.php in this directory

              • Hello @Romthalas !

                Commonly, it can be done via the next steps:

                1) If you have already installed XAMPP in the C disk , it will have the folder with the path like C:\xampp\htdocs .

                2) Create the directory like the una name within this folder.

                3) Upload and unzip the UNA package right to this directory. So the path to the index.php file of UNA will look like C:\xampp\htdocs\una\index.php .

                4) Open in your browser the URL like localhost/una/ and follow the appearing instructions according to this manual:

                https://unacms.com/wiki/Installation#step-3-installation

                Login or Join to comment.