{"id":21037363,"url":"https://github.com/macx/hawk4411-aws-cloud9","last_synced_at":"2026-04-22T18:32:29.673Z","repository":{"id":136340914,"uuid":"185948369","full_name":"macx/hawk4411-aws-cloud9","owner":"macx","description":"Pre Installed Cloud9 Editor Setup for Students of HAWK 4411","archived":false,"fork":false,"pushed_at":"2019-05-10T08:45:26.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T06:13:11.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/macx.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-10T08:18:28.000Z","updated_at":"2019-05-10T08:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb216cd4-7ae5-4fcd-a0ea-117f46c3df84","html_url":"https://github.com/macx/hawk4411-aws-cloud9","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macx/hawk4411-aws-cloud9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macx%2Fhawk4411-aws-cloud9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macx%2Fhawk4411-aws-cloud9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macx%2Fhawk4411-aws-cloud9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macx%2Fhawk4411-aws-cloud9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macx","download_url":"https://codeload.github.com/macx/hawk4411-aws-cloud9/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macx%2Fhawk4411-aws-cloud9/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-19T13:25:49.828Z","updated_at":"2026-04-22T18:32:29.666Z","avatar_url":"https://github.com/macx.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"HAWK 4411 AWS Cloud9\n------\n\n## Anmeldung nach vorheriger Einladung\n\nMelde dich bei der AWS Console an:\n\n`https://signin.aws.amazon.com/console`\n\n## Cloud9-Umgebung einrichten\n\nLasse einen Webserver durch Klicken auf „Create Environment” erstellen. Benutzte dabei die folgenden Parameter:\n\n| Einstellung | Wert |\n|:--|:--|\n| Environment type | EC2 |\n| Instance type | t2.micro |\n| Platform | Amazon Linux |\n| Cost-saving setting | 30 Minutes |\n\n### Einrichtung der Entwicklungsumgebung\n\nÖffne die Konsole (View \u003e Console) und installiere folgende Pakete:\n\n```sh\n$ sudo yum -y update\n$ npm install -g node-sass\n```\n\n### Build-System erstellen\n\nDamit aus SCSS-Dateien CSS-Dateien generiert werden können, klicke im Menü auf `\u001dRun` \u003e `\u001dBuild System`\u001d \u003e New Build System`. Trage dort bitte folgendes nach und speichere die Datei.\n\n```\n{\n  \"cmd\" : [\"node-sass\", \"$file\", \"$file_path/assets/$file_base_name.css\"],\n  \"env\" : {},\n  \"info\" : \"Building $project_path/$project_name/$file_name\",\n  \"selector\": \"source.scss\"\n}\n```\n\nDatei speichern durch CMD + S (Mac) bzw. STRG + S (PC) und als Dateiname `node-sass.build` nennen.\n\n### Einstellungen vornehmen\n\nKlicke bitte oben rechts auf das Zahnrad-Icon für die Einstellungen.\n\n### User Settings / Preview\n\nEinstellung | Wert\n|:---|:---|\nSoft Tabs | 2\n\n### User Settings / Preview\n\nEinstellung | Wert\n|:---|:---|\nPreview Running Apps | yes\nDefault previwer | Browser\nWhen Saving Reload Preview | Always\n\n### Themes\n\nUnter Themes kannst du ein dunkles Theme verwenden. Ich verwende gern `Flat blue` und `Jett`.\u001c\u001c\u001c\n \n## Testen\n\nNun kannst du loslegen. Lege bitte folgenden Verzeichnisse und Dateien an:\n\n```\nindex.html\nstyles.scss\nassets/normalize.css\nassets/scripts.js\nassets/images/\n```\n\u001e\nÖffne jetzt die Datei `styles.scss` und wähle im Menu `Run` \u003e `Automatically Build Supported Files`, sowie `Run` \u003e `Build System` \u003e `Node-sass´.\n\nÖffne jetzt die Datei `ìndex.html` und klicke dann im Menü auf `Run` \u003e `Run with` \u003e `PHP (build-in)`. \n\nNun klicke im Menü auf den Button `Preview` \u003e `Preview Running Application`.\n\nSpeichere jeweils deine Änderungen mit CMD + S (Mac) bzw. STRG + S (Windows). Die Änderungen im Preview kannst du durch drücken von CMD + Enter (Mac) bzw. STRG + Enter sichtbar machen.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacx%2Fhawk4411-aws-cloud9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacx%2Fhawk4411-aws-cloud9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacx%2Fhawk4411-aws-cloud9/lists"}