{"id":26964107,"url":"https://github.com/floriangolling/epitech_tester","last_synced_at":"2025-04-03T06:19:51.655Z","repository":{"id":278163114,"uuid":"934712084","full_name":"floriangolling/epitech_tester","owner":"floriangolling","description":"Launch any command in epitech docker environnement","archived":false,"fork":false,"pushed_at":"2025-03-20T15:50:28.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T16:41:17.143Z","etag":null,"topics":["docker","env","epitech","test"],"latest_commit_sha":null,"homepage":"","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/floriangolling.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":"2025-02-18T09:34:07.000Z","updated_at":"2025-03-20T15:50:32.000Z","dependencies_parsed_at":"2025-03-20T16:32:32.390Z","dependency_job_id":"e371f2fa-f5c0-4f96-b8e9-3a40649ec33e","html_url":"https://github.com/floriangolling/epitech_tester","commit_stats":null,"previous_names":["floriangolling/epitech_tester"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriangolling%2Fepitech_tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriangolling%2Fepitech_tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriangolling%2Fepitech_tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floriangolling%2Fepitech_tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floriangolling","download_url":"https://codeload.github.com/floriangolling/epitech_tester/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944666,"owners_count":20858815,"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":["docker","env","epitech","test"],"created_at":"2025-04-03T06:19:51.133Z","updated_at":"2025-04-03T06:19:51.645Z","avatar_url":"https://github.com/floriangolling.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epitest Setup and Usage Guide\n\n## Prerequisites\n\nBefore installing `epitest`, ensure that Docker is installed on your system. You can verify this by running:\n\n```bash\ndocker --version\n```\n\nIf Docker is not installed, follow the [official Docker installation guide](https://docs.docker.com/get-docker/) for your operating system.\n\n## Installation\n\nTo install `epitest`, follow these steps:\n\n1. **Clone the Repository** (if not already cloned):\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. **Run the Setup Script**: Execute the setup script with root privileges:\n\n    **MacOS**\n\n    ```bash\n    chmod +x macOS.sh \u0026\u0026 ./macOS.sh\n    ```\n\n    \u003e Note: This will also launch **setup.sh**\n\n    **Other**\n   ```bash\n   sudo ./setup.sh\n   ```\n\n   **What **``setup.sh``** Does:**\n\n   - Ensures the script is run with root permissions.\n   - Verifies the presence of the `epitest` script in the current directory.\n   - Copies `epitest` to `/usr/local/bin/` for global access.\n   - Grants execute permissions to `epitest`.\n\n3. **Verify Installation**: Check if `epitest` is installed correctly:\n\n   ```bash\n   epitest -h\n   ```\n\n   You should see the usage information displayed.\n\n## Usage\n\nTo execute a command within the `epitest` Docker environment, use:\n\n```bash\nepitest \u003ccommand\u003e\n```\n\n### Examples:\n\n- Run an executable:\n\n  ```bash\n  epitest ./a.out\n  ```\n\n- Run multiple commands (use quotes to group them):\n\n  ```bash\n  epitest \"make re \u0026\u0026 ./a.out\"\n  ```\n\n- Enable graphical mode (e.g., for CSFML projects):\n\n  ```bash\n  epitest -g \"make re \u0026\u0026 ./my_hunter\"\n  ```\n\n## Uninstallation\n\nTo remove `epitest`, delete the script from `/usr/local/bin/`:\n\n```bash\nsudo rm /usr/local/bin/epitest\n```\n\n## Troubleshooting\n\nIf you encounter any issues:\n\n- Ensure Docker is running properly.\n- Verify that `epitest` is in `/usr/local/bin/` by running:\n  ```bash\n  which epitest\n  ```\n- Check for permission issues and rerun `setup.sh` with `sudo`.\n\nFor further assistance, consult the project repository or open an issue.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriangolling%2Fepitech_tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloriangolling%2Fepitech_tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriangolling%2Fepitech_tester/lists"}