{"id":19222873,"url":"https://github.com/shubhambansal1997/lemp-shell-script","last_synced_at":"2026-04-11T03:31:47.475Z","repository":{"id":93836663,"uuid":"92660797","full_name":"ShubhamBansal1997/LEMP-shell-script","owner":"ShubhamBansal1997","description":"Depreciated!!! Shell script to setup LEMP server on ubuntu 14.04 (on AWS, digitialocean etc.)","archived":false,"fork":false,"pushed_at":"2017-07-10T13:14:29.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T13:51:22.990Z","etag":null,"topics":["aws","digitalocean","lemp","lemp-server","mysql","nginx","nginx-configuration","php","php7","shell","shell-script","ubuntu-server"],"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/ShubhamBansal1997.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":"2017-05-28T12:47:59.000Z","updated_at":"2018-06-29T19:19:12.000Z","dependencies_parsed_at":"2023-06-15T08:00:10.964Z","dependency_job_id":null,"html_url":"https://github.com/ShubhamBansal1997/LEMP-shell-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShubhamBansal1997/LEMP-shell-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FLEMP-shell-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FLEMP-shell-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FLEMP-shell-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FLEMP-shell-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShubhamBansal1997","download_url":"https://codeload.github.com/ShubhamBansal1997/LEMP-shell-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FLEMP-shell-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","digitalocean","lemp","lemp-server","mysql","nginx","nginx-configuration","php","php7","shell","shell-script","ubuntu-server"],"created_at":"2024-11-09T15:05:40.031Z","updated_at":"2026-04-11T03:31:47.453Z","avatar_url":"https://github.com/ShubhamBansal1997.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LEMP Shell Script\n\n\nIt is a shell script to install LEMP stack on the ubuntu server [php,mysql,nginx].\n\n  - Work on all cloud services (aws, digitalocean)\n  - Easy to use\n  - Setup in 2 mins\n  - Work with most of php framworks and open scripts - Laravel, Codeigniter, Wordpress etc. \n  - Use php7.0 and most of the php packages(php7.0-mysql php7.0-fpm php7.0-mbstring php7.0-xml php7.0-curl php7.0-json mcrypt php7.0-mcrypt php7.0-zip )\n  - More suitable for Ubuntu 14.04\n\n# How to use !\n\n  - In your ubuntu server \n    ```sh\n    git clone git@github.com:ShubhamBansal1997/LEMP-shell-script.git\n    cd LEMP-shell-script.git\n    [sudo] chmod +x shell.sh\n    ./shell.sh\n    ```\n  - LEMP Installation process started\n  - First it ask for sudo status(you want to use superuser or not)[default_parameter]\n    ```sh\n    Use sudo[y]:y\n    Enter your appname[hello-web]:testing\n    Enter your domain name[mydomain.com]:testing.com\n    Install mysql[y]:y\n    Install Composer[y]: y\n    Intialized git [y]: y\n    Enter your server ip[127.0.0.1]:23.34.12.31\n    ```\n  - Please enter your ip correctly otherwise server will not work\n  - Installation process started it asked for various permissions in between kept yes for them\n  - If you install mysql it also asks\n    ```sh\n    Enter your database name[hello-web]:testing\n    ```\n  - If you intialized git then it asks\n    ```sh\n    If your adding ssh url please add your ssh keys!!!!!!!!!\n    Git url[https://github.com/ShubhamBansal1997/LEMP-shell-script.git]:https://github.com/ShubhamBansal1997/LEMP-shell-script.git\n    git branch would be addded to root directory \n    if you want to add make a pull request\n    remove the default index.php\n    rm -rf  index.php\n    and then git pull your branch\n    ```\n    \nPoints to remember:\n---\n  - Please don't stop this after running otherwise you have to reset your server\n  - Your nginx configuration can be edited here\n    ```sh\n    [sudo] nano /etc/nginx/conf.d/default.conf \n    ```\n  - After changing your nginx configuration, restart ngnix\n    ```sh\n    [sudo] /etc/init.d/nginx restart\n    ```\n  - See error log of the server here\n    ```sh\n    cat /var/log/nginx/error.log\n    ```\n  - After making any change in php configuration.Run this\n    ```sh\n    [sudo] /etc/init.d/php7.0-fpm restart\n    ```\n\nNote for Users\n----\n\n  - Post your requirements and error in issue\n  - Would update as per needs and issues\n\nLicense\n----\n\nMIT\n\n\n**Free Software, Hell Yeah!**\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhambansal1997%2Flemp-shell-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhambansal1997%2Flemp-shell-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhambansal1997%2Flemp-shell-script/lists"}