{"id":15051046,"url":"https://github.com/beangreen247/webdev-server-setup-script","last_synced_at":"2026-02-10T17:37:09.787Z","repository":{"id":153757249,"uuid":"628884652","full_name":"BeanGreen247/webDev-server-setup-script","owner":"BeanGreen247","description":"WIP a script that automates the process of setting up a web development server","archived":false,"fork":false,"pushed_at":"2023-08-17T10:55:15.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:13:27.762Z","etag":null,"topics":["automation","bash","bash-script","debian","debian-linux","developer-tools","development","mysql","mysql-database","php","web","website"],"latest_commit_sha":null,"homepage":"http://beangreen247.xyz/","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/BeanGreen247.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":"2023-04-17T07:22:13.000Z","updated_at":"2023-04-17T07:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f5b7a76-a544-4a18-a3b5-2799d2ce6c51","html_url":"https://github.com/BeanGreen247/webDev-server-setup-script","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/BeanGreen247%2FwebDev-server-setup-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeanGreen247%2FwebDev-server-setup-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeanGreen247%2FwebDev-server-setup-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeanGreen247%2FwebDev-server-setup-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeanGreen247","download_url":"https://codeload.github.com/BeanGreen247/webDev-server-setup-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511381,"owners_count":20302554,"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":["automation","bash","bash-script","debian","debian-linux","developer-tools","development","mysql","mysql-database","php","web","website"],"created_at":"2024-09-24T21:30:39.503Z","updated_at":"2026-02-10T17:37:09.741Z","avatar_url":"https://github.com/BeanGreen247.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webDev-server-setup-script\na script that automates the process of setting up a web development server\n\nmake sure to read the [nginx_notes](https://github.com/BeanGreen247/webDev-server-setup-script/blob/main/nginx_notes) file for more information\n\n### what about ssh and vnc remote desktop?\n\nuse raspi-config and go here, there you will find the follwing option and enable SSH and VNC\n```\n3 Interface Options    Configure connections to peripherals\n```\n### what happens when running headless now?\n\nwell it defaults to a pretty resolution of 1024x768 so use the resolutions.sh script at startup or use arandr software\n\nunless you remove xrog like i just did, so no screen for you, only ssh\n\n### what if i do not want to manage the db using commandline tools?\n\ni personally use [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL)\n\n### make sure to do this\n\nsudo nano /etc/mysql/mariadb.cnf\n\nand uncomment the port 3306\n\nnext run these commands\n```\nsudo ufw allow 3306/tcp\nsudo ufw reload\n```\nand make sure the file is changed to this\n\n/etc/mysql/mariadb.conf.d/50-server.cnf\n```\nbind-address = 127.0.0.1\nport = 3306\n```\nthen reload the db software or reboot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeangreen247%2Fwebdev-server-setup-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeangreen247%2Fwebdev-server-setup-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeangreen247%2Fwebdev-server-setup-script/lists"}