{"id":18391745,"url":"https://github.com/moscicky/evaluation-macos","last_synced_at":"2025-10-25T15:09:19.455Z","repository":{"id":83328312,"uuid":"358847282","full_name":"moscicky/evaluation-macos","owner":"moscicky","description":"Solution for running evaLUAtion on macOS","archived":false,"fork":false,"pushed_at":"2021-04-17T13:11:37.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T14:49:47.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moscicky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-17T10:19:10.000Z","updated_at":"2021-04-17T16:04:59.000Z","dependencies_parsed_at":"2023-03-01T10:32:23.302Z","dependency_job_id":null,"html_url":"https://github.com/moscicky/evaluation-macos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moscicky%2Fevaluation-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moscicky%2Fevaluation-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moscicky%2Fevaluation-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moscicky%2Fevaluation-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moscicky","download_url":"https://codeload.github.com/moscicky/evaluation-macos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248549740,"owners_count":21122926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:53:08.533Z","updated_at":"2025-10-25T15:09:14.406Z","avatar_url":"https://github.com/moscicky.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Running evaLUAtion on MacOS\n\nBased on [this](https://fredrikaverpil.github.io/2016/07/31/docker-for-mac-and-gui-applications/) excellent blog post\n\n## Requirements\n- Docker\n- brew\n\n## Setup\n\n**This guide assumes that you execute all the commands from the root directory\nof this repository.**\n\n**Tested on MacOS BigSur**\n\n1. Install xquartz in order to enable running\nGUI applications from a docker container:\n    ```shell\n    brew install xquartz\n   ```\n   \n2. Open xquartz:\n    ```shell\n    open -a XQuartz\n    ```\n   \n3. Enable connections from network clients: \n    ![](img/xquartz1.png)\n    ![](img/xquartz2.png)\n   \n4. Move `evaLUAtion` directory (evaluation source with executable binary) \n   to the root directory of this repository:\n    ```shell\n   mv /[path_to_evaLUAtion_src]/evaLUAtion ./evaluation\n    ```\n   \nExpected directory structure:\n\n![](img/dirs.png)\n\n5.  Build base docker image - Ubuntu with necessary \nlibraries:\n    ```shell\n    chmod +x build.sh\n    ./build.sh\n    ```\n    \n6. Run the container with evaLUAtion: \n    ```shell\n    chmod +x run.sh\n    ./run.sh\n    ```\n\n**If you get an error: `Unable to init server: Broadway display type not supported` you\nneed to reboot your computer. This is an issue with xquartz**\n\n   \n7. From now on, you will be executing commands inside \nthe docker container. Change directory to `evaluation` \n   and run `evaLUAtion`:\n   ```shell\n    cd evaluation\n   ./evaLUAtion\n    ```\n\n8. The window with evaluation will now open.\n\n## Making changes\nThe `evaluation` directory in this project is mounted to the container,\nso you can make changes to your config/scripts, and they will be \nreflected in the container. Once you make changes, run `./evaLUAtion` once again \nfrom within the container.\n\n## Exiting\n`Ctrl+d`. The container should be automatically deleted.\n    \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoscicky%2Fevaluation-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoscicky%2Fevaluation-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoscicky%2Fevaluation-macos/lists"}