{"id":16707670,"url":"https://github.com/riteshsingh1/devsetup","last_synced_at":"2025-04-10T05:22:34.440Z","repository":{"id":116876293,"uuid":"121098473","full_name":"riteshsingh1/DevSetup","owner":"riteshsingh1","description":"Development environment setup for ubuntu,linux mint,debian and windows based operating systems :rocket:","archived":false,"fork":false,"pushed_at":"2018-08-09T14:00:50.000Z","size":22,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-02T20:36:55.714Z","etag":null,"topics":["android-setup","android-studio","javascipt","lamp-setup"],"latest_commit_sha":null,"homepage":"","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/riteshsingh1.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}},"created_at":"2018-02-11T07:39:40.000Z","updated_at":"2024-04-24T05:07:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"601ad6c5-ae66-4322-b402-b205300900e0","html_url":"https://github.com/riteshsingh1/DevSetup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riteshsingh1%2FDevSetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riteshsingh1%2FDevSetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riteshsingh1%2FDevSetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riteshsingh1%2FDevSetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riteshsingh1","download_url":"https://codeload.github.com/riteshsingh1/DevSetup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239157216,"owners_count":19591283,"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":["android-setup","android-studio","javascipt","lamp-setup"],"created_at":"2024-10-12T19:40:32.510Z","updated_at":"2025-02-16T16:31:39.216Z","avatar_url":"https://github.com/riteshsingh1.png","language":"Shell","readme":"# DevSetup\n### Setup Delopment environment for PHP,Android and Javascript from Scratch.\n\n## Note:\nScripts for ubuntu will work well in **linux mint**, **elementry OS** and **Debian**\n\n\n## Table of contents\n\n* [Features](#features)\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [To DO](#todo)\n\n\n\n\n## Features\n \n\nPHP \t\t\t\t| JAVASCRIPT   \t\t\t\t| ANDROID\n---     \t\t\t| ---\t\t\t\t\t\t| ---\nPHP  7.1\t\t\t| Node 9.5\t\t\t\t\t| Android studio 3\nMysql  5.7\t\t\t| NPM 5.6\t\t\t\t\t| AVD\nApache  2.4\t\t\t| YARN 1.3.2\t\t\t\t| SDK\nNode 9.5\t\t\t| Gulp latest\t\t\t\t| Platform tools\nNPM  5.6\t\t\t| bower 1.8\t\t\t\t\t| JAVA \t\nYARN 1.3.2\t\t\t| webpack latest\t\t\t| Environment variable for java\nSublime Text 3.0 \t| sublime text 3.0\t\t\t| Google Chrome\ngoogle chrome 64.0\t| google chrome 64.0\t\t| Sqlite 3.0\t\nSqite 3.0\t\t\t| Sqlite 3.0\t\t\t\t|\nComposer 1.6\t\t| \t\t\t\t\t\t\t|\n\n\n\n## Prerequisites\n\nPlease make sure you have git installed. If not then\n\n### linux or ubuntu\nopen terminal and run-\n\n```bash\nsudo apt-get update \u0026\u0026 sudo apt-get install git\n```\n\n### windows\n\nDownload [Git For Windows](https://git-scm.com/download/win)\n\n## Installation\n\n* [PHP Development System](#php-development-setup)\n* [Javascript Developement System](#javascript)\n* [Android Development System](#android)\n\n\n## PHP Development Setup\n\n**Ubuntu and Linux**\n\nOpen the terminal and run\n\n```bash\ngit clone https://github.com/riteshsingh1/DevSetup.git \u0026\u0026 cd DevSetup \u0026\u0026 sh ./ubuntu-php.sh\n```\n\n**Windows**\n\nOpen command prompt with administrator then navigate to this directory then run-\n\n```bash\nwindows-php\n```\n\nthis will install all packages essential for PHP development. \n#### The default mysql root password is root.\n\n## Javascript\n\n**Ubuntu and Linux**\n\nOpen the terminal and run\n\n```bash\ngit clone https://github.com/riteshsingh1/DevSetup.git \u0026\u0026 cd DevSetup \u0026\u0026 sh ./ubuntu-js.sh\n```\n\n**Windows**\n\nOpen command prompt with administrator then navigate to this directory then run-\n\n```bash\nwindows-js\n```\n\nthis will install all packages essential for Javascript development\n\n\n## Android\n\n**Ubuntu and Linux**\n\nOpen the terminal and run\n\n```bash\ngit clone https://github.com/riteshsingh1/DevSetup.git \u0026\u0026 cd DevSetup \u0026\u0026 sh ./ubuntu-android.sh\n```\n\n**Windows**\n\nOpen command prompt with administrator then navigate to this directory then run-\n\n```bash\nwindows-android\n```\n\nthis will download and install everything including JAVA and required component like latest android SDK, Android platform tools, etc. It will also create a desktop icon.\n\n## TODO\n - Add Support for Fedora and RHEL\n - Add Support for GO and Python\n\n## Contributing\nPull Requests are welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshsingh1%2Fdevsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friteshsingh1%2Fdevsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshsingh1%2Fdevsetup/lists"}