Is there a clear guide to how installing UNA on localhost

I'm looking for clear guide to how ti install UNA on a localhost.

i use XAMPP.

please advise.

  • 670
  • More
Replies (6)
    • Hello @jay91 !

      This manual https://una.io/wiki/Installation is fine for the localhost too except for the step about permissions - with Xampp it is not required.

      • Thanks for your comment.

        i'm facing this issue during the installation.

        image_transcoder.php?o=sys_images_editor&h=1075&dpx=1&t=1677242555

        Getting the message below in the CL when updating or installing through composer.

        > test -f ./plugins/ffmpeg/ffmpeg/linux-x64 && mv ./plugins/ffmpeg/ffmpeg/linux-x64 ./plugins/ffmpeg/ffmpeg.exe && rm -rf ./plugins/ffmpeg/ffmpeg || true
        'test' is not recognized as an internal or external command,
        operable program or batch file.
        'true' is not recognized as an internal or external command,
        operable program or batch file.
        Script test -f ./plugins/ffmpeg/ffmpeg/linux-x64 && mv ./plugins/ffmpeg/ffmpeg/linux-x64 ./plugins/ffmpeg/ffmpeg.exe && rm -rf ./plugins/ffmpeg/ffmpeg || true handling the relocate-ffmpeg event returned with error code 1
        Script @relocate-ffmpeg was called via post-update-cmd
        

        Please advise.

        • Just make this file writable.

          • I'm sorry, could you please clarify more? what file? ffmpeg.exe is not there if this what you mean!.

            • Would you kindly locate the file in your Xampp and provide us with a screenshot, including the information available through the right-click context menu?

              • The screenshot below is for this path: C:\xampp\htdocs\plugins\ffmpeg\ffmpeg

                image_transcoder.php?o=sys_images_editor&h=1077&dpx=1&t=1677315403

                The permissions for this path are below: C:\xampp\htdocs\plugins\ffmpeg\ffmpeg

                image_transcoder.php?o=sys_images_editor&h=1078&dpx=1&t=1677315522

                Login or Join to comment.