{"id":19639485,"url":"https://github.com/peppapig13132/wp-ubuntu-config-guide","last_synced_at":"2025-09-08T13:34:50.329Z","repository":{"id":260909503,"uuid":"882684337","full_name":"peppapig13132/wp-ubuntu-config-guide","owner":"peppapig13132","description":"📒 Guide to Installing WordPress on Ubuntu (Remote Server)","archived":false,"fork":false,"pushed_at":"2024-11-03T14:02:03.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T17:56:01.849Z","etag":null,"topics":["deployment","ubuntu","wordpress"],"latest_commit_sha":null,"homepage":"","language":null,"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/peppapig13132.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":"2024-11-03T13:44:36.000Z","updated_at":"2024-11-03T14:38:55.000Z","dependencies_parsed_at":"2024-11-03T15:17:07.446Z","dependency_job_id":null,"html_url":"https://github.com/peppapig13132/wp-ubuntu-config-guide","commit_stats":null,"previous_names":["peppapig13132/wp-ubuntu-config-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peppapig13132%2Fwp-ubuntu-config-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peppapig13132%2Fwp-ubuntu-config-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peppapig13132%2Fwp-ubuntu-config-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peppapig13132%2Fwp-ubuntu-config-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peppapig13132","download_url":"https://codeload.github.com/peppapig13132/wp-ubuntu-config-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240943403,"owners_count":19882394,"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":["deployment","ubuntu","wordpress"],"created_at":"2024-11-11T13:01:06.351Z","updated_at":"2025-02-26T22:25:18.740Z","avatar_url":"https://github.com/peppapig13132.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guide to Installing WordPress on Ubuntu\n\n- Parameters: \t4 vCPU, 8 GB RAM, 90 GB Disk\n- ОS: \t\t\t    Ubuntu 22.04\n\n## PHP\n\n```bash\nsudo apt update\n```\n\n```bash\nsudo apt install php libapache2-mod-php php-mysql\n```\n\nSelect options ...\n```bash\nRestarting services...\nDaemons using outdated libraries\n--------------------------------\n\n  1. dbus.service                 5. ssh.service               9. systemd-timesyncd.service\n  2. getty@tty1.service           6. systemd-journald.service  10. systemd-udevd.service\n  3. multipathd.service           7. systemd-logind.service    11. unattended-upgrades.service\n  4. networkd-dispatcher.service  8. systemd-resolved.service  12. none of the above\n\n(Enter the items or ranges you want to select, separated by spaces.)\n\nWhich services should be restarted?\n```\n\nChecking installation\n```bash\nphp -v\n```\n\nRestart Apache(if using Apache)\n```bash\nsudo systemctl restart apache2\n```\n\nInstall additional PHP modules you may need\n```bash\nsudo apt install php-curl php-json php-cgi php-gd php-mbstring php-xml php-zip\n```\n\n## MySQL\n\n```bash\nsudo apt install mysql-server\n```\n\nAfter installation, it’s recommended to run a security script that comes with MySQL to improve its security\n```bash\nsudo mysql_secure_installation\n```\n\nCheck MySQL Service\n```bash\nsudo systemctl status mysql\n```\n\nStart MySQL Service\n```bash\nsudo systemctl start mysql\n```\n\nEnable MySQL to Start on Boot\n```bash\nsudo systemctl enable mysql\n```\n\nLog in to MySQL\n```bash\nsudo mysql -u root -p\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeppapig13132%2Fwp-ubuntu-config-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeppapig13132%2Fwp-ubuntu-config-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeppapig13132%2Fwp-ubuntu-config-guide/lists"}