{"id":19520302,"url":"https://github.com/henryhale/webenv","last_synced_at":"2025-02-26T00:23:27.730Z","repository":{"id":211011702,"uuid":"698549679","full_name":"henryhale/webenv","owner":"henryhale","description":"#️⃣ Setup your web development environment in one command","archived":false,"fork":false,"pushed_at":"2024-06-24T08:22:37.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T13:37:24.740Z","etag":null,"topics":["bash","command-line","env","henryhale","lamp","linux-shell","node","shell","web"],"latest_commit_sha":null,"homepage":"","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/henryhale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-30T08:45:17.000Z","updated_at":"2024-11-10T10:28:59.000Z","dependencies_parsed_at":"2023-12-08T03:28:18.855Z","dependency_job_id":"25871d4c-b359-415a-b23e-8c3cb4124234","html_url":"https://github.com/henryhale/webenv","commit_stats":null,"previous_names":["henryhale/webenv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryhale%2Fwebenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryhale%2Fwebenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryhale%2Fwebenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryhale%2Fwebenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henryhale","download_url":"https://codeload.github.com/henryhale/webenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240768253,"owners_count":19854422,"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":["bash","command-line","env","henryhale","lamp","linux-shell","node","shell","web"],"created_at":"2024-11-11T00:24:52.555Z","updated_at":"2025-02-26T00:23:27.628Z","avatar_url":"https://github.com/henryhale.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webenv\nSetup your web development environment in one command\n\n## overview\nSetting up a development environment on your new machine can be hard sometimes. The sole aim of this project is to provide a convenient way of getting the job done with one command.\n\n![](./screenshot.png)\n\n## usage\nBelow are the environments currently available;\n\n- [Node.js](./setup-nodejs.bash) : \n  Run this script to setup an envirnoment with an IDE, git, browser, node.js, package manager and your favorite framework cli\n  ```sh\n  curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-nodejs.bash\n  bash setup-nodejs.bash\n  ```\n\n- [LAMP stack](./setup-lamp.bash) : \n  Setup a PHP based enviroment with php, composer, database server and phpmyadmin\n  ```sh\n  curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-lamp.bash\n  bash setup-lamp.bash\n  ```\n\n- [XAMPP](./setup-xampp.bash) : \n  Setup a pre-configured PHP based enviroment with XAMPP from Apache Friends containing php, mysql, mariadb, perl, apache, ftp server, phpmyadmin\n  ```sh\n  curl -O https://raw.githubusercontent.com/henryhale/webenv/master/setup-xampp.bash\n  bash setup-xampp.bash\n  ```\n\n## faq\n- Errors concerning user permissions: re-run the command with sudo.\n  Example:\n  ```sh\n  $ chmod +x setup-nodejs.bash\n  $ sudo ./setup-nodejs.bash\n  ```\n\n## development\nClone this GitHub repository and get hacking.\nWhile testing out new features or implementing adjustments, run the `setup-*` scripts with `--local` command line argument.\nThis enables you to use the local files rather than downloading the common variables and functions from the GitHub repo.\n```sh\n$ ./setup-nodejs.bash --local\n```\n\n## issues\nIn case of any issues such as bugs or errors, kindly [open an issue](https://github.com/henryhale/webenv/issues) describing what happened\n\n## license\n\nReleased under [MIT License](./LICENSE.md)\n\nCopyright 2023 - Present [Henry Hale](https://github.com/henryhale)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryhale%2Fwebenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenryhale%2Fwebenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryhale%2Fwebenv/lists"}