{"id":17150425,"url":"https://github.com/dlech/robertalab","last_synced_at":"2025-07-26T01:31:22.100Z","repository":{"id":142620737,"uuid":"47433496","full_name":"dlech/robertalab","owner":"dlech","description":"The programming environment »Open Roberta Lab\" by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.","archived":false,"fork":false,"pushed_at":"2015-12-11T18:24:33.000Z","size":362453,"stargazers_count":1,"open_issues_count":0,"forks_count":87,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T21:35:26.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lab.open-roberta.org","language":"Java","has_issues":false,"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/dlech.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}},"created_at":"2015-12-04T23:13:22.000Z","updated_at":"2023-09-04T14:59:13.000Z","dependencies_parsed_at":"2023-03-16T05:31:00.389Z","dependency_job_id":null,"html_url":"https://github.com/dlech/robertalab","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlech%2Frobertalab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlech%2Frobertalab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlech%2Frobertalab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlech%2Frobertalab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlech","download_url":"https://codeload.github.com/dlech/robertalab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227637706,"owners_count":17797323,"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-10-14T21:35:36.718Z","updated_at":"2024-12-01T22:28:01.185Z","avatar_url":"https://github.com/dlech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Open Roberta Lab\n================\n\n\nGetting started with your own deployment of the OpenRoberta programming environment.\n\n### Introduction\n\nAfter a fresh git clone you get the **robertalab** project folder.\nIt includes everything you need to setup and extend your own browser programming\nenvironment. License information is available in the **docs** folder.\n\nThings you need on your computer:\n\n* Java 1.7\n* Maven\n* Git\n* Web browser\n\nPlease also check our [wiki](http://wiki.open-roberta.org) for a detailed install\ninstruction, development procedure, coding conventions and further reading. Please\nalso checkout our project [issue tracker](http://jira.open-roberta.org).\n\n### Fast installation with maven\n\n#### Step 1: Clone the repository and compile\n\n    git clone git://github.com/OpenRoberta/robertalab.git\n    cd robertalab/OpenRobertaParent\n    mvn clean install\n\nGet a coffee! Might take a couple of minutes.\n\nA successful build looks like:\n\n    [INFO] ---------------------------------------\n    [INFO] Reactor Summary:\n    [INFO] RobertaParent ..................SUCCESS\n    [INFO] OpenRobertaShared ..............SUCCESS\n    [INFO] OpenRobertaServer ..............SUCCESS\n    [INFO] OpenRobertaRuntime .............SUCCESS\n    [INFO] ---------------------------------------\n    [INFO] BUILD SUCCESS\n\n#### Step 2a: Starting your own server instance using a unix-like shell (on either lin* or win*).\n\n    cd .. # return to the root folder\n    ./ora.sh --start # start the server using default properties\n\nYou can also run `./ora.sh --help` for more options.\n\n#### Step 2b: Starting your own server instance without using the shell script\n\n    cd ../OpenRobertaServer # go to the folder of the server resources and the database\n    java -cp target/OpenRobertaServer-1.0.0-SNAPSHOT.jar de.fhg.iais.roberta.main.ServerStarter # start\n\n\n#### Step 3: Accessing your programming environment\n\nStart your browser at: http://localhost:1999\n\n\nThat's it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlech%2Frobertalab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlech%2Frobertalab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlech%2Frobertalab/lists"}