{"id":19222860,"url":"https://github.com/shubhambansal1997/wordpress-shell-script","last_synced_at":"2026-04-13T13:03:22.747Z","repository":{"id":93837160,"uuid":"93306817","full_name":"ShubhamBansal1997/Wordpress-Shell-Script","owner":"ShubhamBansal1997","description":"Shell script to install wordpress on ubuntu servers","archived":false,"fork":false,"pushed_at":"2017-07-10T14:24:24.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T09:44:07.685Z","etag":null,"topics":["aws","aws-ec2","digitalocean","mysql","nginx","php","php7","shell","shell-script","shell-scripting","shell-scripts","ubuntu","ubuntu-script","ubuntu1404","worpdress"],"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-06-04T10:43:56.000Z","updated_at":"2018-06-29T19:19:14.000Z","dependencies_parsed_at":"2023-03-15T05:30:35.227Z","dependency_job_id":null,"html_url":"https://github.com/ShubhamBansal1997/Wordpress-Shell-Script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShubhamBansal1997/Wordpress-Shell-Script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FWordpress-Shell-Script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FWordpress-Shell-Script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FWordpress-Shell-Script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FWordpress-Shell-Script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShubhamBansal1997","download_url":"https://codeload.github.com/ShubhamBansal1997/Wordpress-Shell-Script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShubhamBansal1997%2FWordpress-Shell-Script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aws","aws-ec2","digitalocean","mysql","nginx","php","php7","shell","shell-script","shell-scripting","shell-scripts","ubuntu","ubuntu-script","ubuntu1404","worpdress"],"created_at":"2024-11-09T15:05:37.702Z","updated_at":"2026-04-13T13:03:22.727Z","avatar_url":"https://github.com/ShubhamBansal1997.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress Shell Script\n\n\nIt is a shell script to install WORDPRESS on the ubuntu server [php,mysql,nginx,wordpress].\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  \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    [sudo] git clone https://github.com/ShubhamBansal1997/Wordpress-Shell-Script.git\n    cd Wordpress-Shell-Script.git\n    [sudo] chmod +x wordpress.sh\n    ./wordpress.sh\n    ```\n  - Wordpress Installation process started\n    ```sh\n    Use sudo[y]:y\n    Enter your appname[hello-web]:testing\n    Enter your domain name[mydomain.com]:testing.com\n    Enter your database name[hello-world]:shubham\n    Enter your server public ip[127.0.0.1]: 23.34.12.31\n    Enter the wordpress version[4.7.5]: 4.7.2\n    ```\n  - Please connect your domain to your public ip otherwise it would show errors\n  - Installation process started it asked for various permissions in between kept yes for them\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%2Fwordpress-shell-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhambansal1997%2Fwordpress-shell-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhambansal1997%2Fwordpress-shell-script/lists"}