{"id":16106729,"url":"https://github.com/ericgaspar/server_install","last_synced_at":"2026-05-20T14:04:23.091Z","repository":{"id":113892742,"uuid":"184585584","full_name":"ericgaspar/server_install","owner":"ericgaspar","description":"Raspberry Pi LEMP server install script","archived":false,"fork":false,"pushed_at":"2021-09-16T14:05:16.000Z","size":83,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T09:30:48.113Z","etag":null,"topics":["raspberry-pi","web-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/ericgaspar.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":"2019-05-02T13:25:34.000Z","updated_at":"2021-07-15T08:14:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b2478d0-4fbb-4a5b-b24f-88dcb58e5ae1","html_url":"https://github.com/ericgaspar/server_install","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/ericgaspar%2Fserver_install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgaspar%2Fserver_install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgaspar%2Fserver_install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgaspar%2Fserver_install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericgaspar","download_url":"https://codeload.github.com/ericgaspar/server_install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"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":["raspberry-pi","web-server"],"created_at":"2024-10-09T19:14:12.599Z","updated_at":"2026-05-20T14:04:22.502Z","avatar_url":"https://github.com/ericgaspar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi LEMP server install script\n\n[![Build Status](https://travis-ci.org/ericgaspar/server_install.svg?branch=testing)](https://travis-ci.org/ericgaspar/server_install)\n\n## Installation\n\n`wget https://raw.githubusercontent.com/ericgaspar/server_install/master/install.sh`\n\n`chmod +x install.sh`\n\n`sudo bash install.sh` ou `sudo ./install.sh`\n\n## Mysql\nTo connect to mysql\n\n```\nsudo mysql -u root -p\n\nmysql\u003e USE mysql;\nmysql\u003e SELECT User, Host, plugin FROM mysql.user;\n\n+------------------+-----------------------+\n| User             | plugin                |\n+------------------+-----------------------+\n| root             | UNIX_socket           |\n| mysql.sys        | mysql_native_password |\n| debian-sys-maint | mysql_native_password |\n+------------------+-----------------------+\n\n\nmysql\u003e USE mysql;\nmysql\u003e UPDATE user SET plugin='mysql_native_password' WHERE User='root';\nmysql\u003e FLUSH PRIVILEGES;\nmysql\u003e exit;\n\n$ service mysql restart\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgaspar%2Fserver_install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericgaspar%2Fserver_install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgaspar%2Fserver_install/lists"}