{"id":34948299,"url":"https://github.com/secugrow/workshop_setup","last_synced_at":"2026-05-20T12:09:32.753Z","repository":{"id":285413935,"uuid":"692092600","full_name":"secugrow/workshop_setup","owner":"secugrow","description":"Documentation for setup","archived":false,"fork":false,"pushed_at":"2025-11-04T07:41:27.000Z","size":1472,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-03T23:53:01.829Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secugrow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-15T14:40:30.000Z","updated_at":"2025-04-11T05:31:36.000Z","dependencies_parsed_at":"2025-03-31T16:55:31.106Z","dependency_job_id":"2b493b2b-e845-48d1-ad38-bc811570605f","html_url":"https://github.com/secugrow/workshop_setup","commit_stats":null,"previous_names":["secugrow/workshop_setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/secugrow/workshop_setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secugrow%2Fworkshop_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secugrow%2Fworkshop_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secugrow%2Fworkshop_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secugrow%2Fworkshop_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secugrow","download_url":"https://codeload.github.com/secugrow/workshop_setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secugrow%2Fworkshop_setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33258874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-26T20:55:04.779Z","updated_at":"2026-05-20T12:09:32.748Z","avatar_url":"https://github.com/secugrow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# New Development is moved to [AppiBridgeBox](https://github.com/appibridgebox/setup_appibridgebox)\n\n\n\n\n## Workshop Setup\n\n## Prerequisites\nInstall Java for your OS (recommended Version 21 or above)\n\nmake the script executable via `chmod u+x install_tools.sh` and execute it afterwards via `./install_tools.sh`\n\n\n### Android SDK and build-tools\n\nmake the script executable via `chmod u+x install_android_sdk.sh` and execute it afterwards via `./install_android_sdk.sh`.\nIt will download all necessary files and edit your `~/.bashrc` or `~/.zshrc` or `~/.profile` with following env-variables.\n\n```shell\n\nexport ANDROID_HOME=$HOME/installed/android_sdk\nexport ANDROID_PLATFORM_TOOLS=$ANDROID_HOME/platform-tools\nexport ANDROID_CMD_LINE_TOOLS=$ANDROID_HOME/cmdline-tools/latest\nexport ANDROID_BUILD_TOOLS_34=$ANDROID_HOME/build-tools/34.0.0\n\nexport PATH=$ANDROID_HOME:$ANDROID_PLATFORM_TOOLS:$ANDROID_CMD_LINE_TOOLS/bin:$ANDROID_BUILD_TOOLS_34\n\n```\n\n## Installation for Windows\n\n### node installation\nhttps://nodejs.org/en/download/\n\n\ne.g. \n### Android SDK with Android Studio\nhttps://developer.android.com/studio/index.html  \nGoto Configure environment variables: \n\n```System Properties -\u003e Environment Variables -\u003e System Variables -\u003e New -\u003e ANDROID_HOME``` \n\nand set value as **C:Users\\YourUser\\AppData\\Local\\Android\\SDK** (path where SDK is installed)\n\nAdd the Android SDK paths into your existing PATH variable value as `%ANDROID_HOME%\\tools;%ANDROID_HOME%\\platform-tools;%ANDROID_HOME%\\build-tools`\n\n---\n\n## fallback for nvm (https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/)\n\nexecute in terminal\n\n```\nbrew install nvm \n# or via \ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n```\n\nif not automatically added during installation, do manually after install\n\n```\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n```\n\n## fallback for sdkman (https://sdkman.io/install/)\n\n```\ncurl -s \"https://get.sdkman.io\" | bash\n```\n\nFollow the on-screen instructions to wrap up the installation. Afterward, open a new terminal or run the following in the same shell:\n\n```\nsource \"$HOME/.sdkman/bin/sdkman-init.sh\"\n```\n\n### working mvn command running the tests\n```\nmvn test -Dbrowser=chrome -DbaseUrl=\"https://www.wikipedia.org\" -Dcucumber.filter.tags=@all -Dcucumber.glue=at.ucaat.demo.stepdefinitions -Dcucumber.features=src/test/resources/features\n```\n\n### selenium-server download\n\n```\njava -jar selenium-server-4.30.0.jar standalone\n```\n\n\n\n---\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecugrow%2Fworkshop_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecugrow%2Fworkshop_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecugrow%2Fworkshop_setup/lists"}