{"id":24481063,"url":"https://github.com/miguilimzero/wordops-setup","last_synced_at":"2026-05-13T07:42:53.483Z","repository":{"id":118997648,"uuid":"275139416","full_name":"miguilimzero/wordops-setup","owner":"miguilimzero","description":"Automated script to install WordOps and deploy a web server faster.","archived":false,"fork":false,"pushed_at":"2020-07-02T02:12:11.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T17:51:39.731Z","etag":null,"topics":["php","server","web","wordops"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miguilimzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-26T11:25:24.000Z","updated_at":"2021-04-27T01:37:21.000Z","dependencies_parsed_at":"2023-08-07T21:56:42.039Z","dependency_job_id":null,"html_url":"https://github.com/miguilimzero/wordops-setup","commit_stats":null,"previous_names":["miguilimzero/wordops-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguilimzero%2Fwordops-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguilimzero%2Fwordops-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguilimzero%2Fwordops-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguilimzero%2Fwordops-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguilimzero","download_url":"https://codeload.github.com/miguilimzero/wordops-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624103,"owners_count":20321029,"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":["php","server","web","wordops"],"created_at":"2025-01-21T11:18:50.257Z","updated_at":"2026-05-13T07:42:51.867Z","avatar_url":"https://github.com/miguilimzero.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordOps Setup\nThis project is an automated script to install WordOps and deploy a web server faster. It also adds a dropbox script since wordops has no backup method.\n\nWordops Documentation: https://docs.wordops.net/getting-started/prerequesites/\n\n### WordOps Installs\n\n - Base Stack\n - Ufw Stack\n - Fail2ban Stack\n - Sendmail Stack\n \n### Other Installs\n\n - Node.js 10.x\n - Supervisor\n - Dropbox Script\n\n### Setup Guide\n\nExecute script `(WordOps will ask you some informations about Git and Ufw will ask for firewall rule confirmation)`:\n\n```sh\nwget -qO wos https://raw.githubusercontent.com/srdante/wordops-setup/master/setup.sh \u0026\u0026 sudo bash wos\n```\n\nReset WordOps username and password after setup:\n\n```sh\nwo secure --auth\n```\n\n### Cloudflare Guide\n\nSetup Cloudflare keys to validate SSL:\n\n```sh\nexport CF_Key=\"\"\nexport CF_Email=\"\"\n```\n\nCreate website with Cloudflare SSL `(Domain must already be pointed to IP before executing this command)`:\n\n```sh\nwo site create example.com --php74 --mysql --letsencrypt=wildcard --dns=dns_cf\n```\n\n### Dropbox Guide\n\nSetup Dropbox access token:\n\n```sh\nbash /root/dropbox/dropbox_uploader.sh\n```\n\nDatabase backup Cron example:\n\n```sh\n0 * * * * mysqldump wordpress \u003e /root/dropbox/wordpress-$(date +%Y-%m-%d-%H-00-00).sql \u0026\u0026 bash dropbox_uploader.sh upload /root/dropbox/wordpress-$(date +%Y-%m-%d-%H-00-00).sql /wordpress\n```\n\n### Permission Guide\n\nCommon permission commands to fix files permission `(Laravel folders)`:\n\n```sh\nsudo chown -R $USER:www-data storage\nsudo chown -R $USER:www-data bootstrap/cache\n\nchmod -R 775 storage\nchmod -R 775 bootstrap/cache\n```\n\n\u003e Remember to set database host on *.env* file as `localhost` instead of `127.0.0.1`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguilimzero%2Fwordops-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguilimzero%2Fwordops-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguilimzero%2Fwordops-setup/lists"}