{"id":4,"date":"2022-11-12T23:05:15","date_gmt":"2022-11-12T23:05:15","guid":{"rendered":"https:\/\/dostart.run\/logs\/?p=4"},"modified":"2022-12-22T01:33:22","modified_gmt":"2022-12-22T01:33:22","slug":"can-you-deploy-wordpress-on-your-own","status":"publish","type":"post","link":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own","title":{"rendered":"Can you Deploy WordPress on your own?"},"content":{"rendered":"<h4>Many people building their website don&#8217;t know that you can deploy and run your own wordpress site with out all the extra management fees like Managed hosting plans.<\/h4>\n<p>Here we will show you a way you can deploy your own wordpress on the cloud.<\/p>\n<p>Deploying WordPress on your own can seem intimidating at first, but it\u2019s actually a fairly straightforward process. With a little bit of technical know-how and some time, you can easily have your own self-hosted WordPress site up and running.<\/p>\n<p>One of the main benefits of self-hosting your WordPress site is that you have full control over your site and its performance. You\u2019re not at the mercy of a managed hosting provider, and you can customize and optimize your site as needed.<\/p>\n<p>To deploy WordPress on your own, you\u2019ll need to follow these steps:<\/p>\n<ol>\n<li>Choose a hosting provider: There are many hosting providers to choose from, such as <a href=\"http:\/\/godo.run\" target=\"_blank\" rel=\"noopener\">Digital Ocean<\/a>, Linode, Google Cloud or AWS. Choose one that fits your budget and offers the features you need.<\/li>\n<li>Install WordPress: Most hosting providers offer a one-click installation process for WordPress, so you can easily set up your site with just a few clicks.<\/li>\n<li>Choose a theme: WordPress has a wide variety of themes available, both free and paid. Choose one that fits the style and branding of your site.<\/li>\n<li>Customize your site: Once your theme is installed, you can start customizing your site by adding pages, posts, and media.<\/li>\n<li>Install plugins: WordPress has a large plugin repository, which allows you to add extra functionality to your site. Some popular plugins include contact form plugins, SEO plugins, and security plugins.<\/li>\n<\/ol>\n<p>Self-hosting your WordPress site can seem daunting at first, but with a little bit of knowledge and some time, you can easily have your own site up and running. Plus, the benefits of having full control over your site are well worth the effort.<\/p>\n<p><span style=\"color: #84f553;\">To install WordPress on Rocky Linux using Digital Ocean and the Virtualmin control panel, you will need to follow these steps:<\/span><\/p>\n<ol>\n<li><span style=\"color: #ff17c1;\">Generate an SSH key: Open terminal and enter the command:<\/span><\/li>\n<\/ol>\n<p style=\"padding-left: 120px;\"><span style=\"color: #ff17c1;\"><span style=\"color: #ffff99;\"> &gt;<\/span>\u00a0 <span style=\"color: #00ccff;\">ssh-keygen -t rsa<\/span><\/span><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #ff17c1;\">Press Enter to accept the default location for the key and enter a passphrase when prompted. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">This will generate an SSH key pair for you.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<blockquote>\n<ol>\n<li><span style=\"color: #ff17c1;\">Add the SSH key to your <a href=\"http:\/\/godo.run\" target=\"_blank\" rel=\"noopener\">Digital Ocean<\/a> account: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">Log in to your <a href=\"http:\/\/godo.run\" target=\"_blank\" rel=\"noopener\">Digital Ocean<\/a> account and navigate to the &#8220;<span style=\"color: #00ccff;\">Security<\/span>&#8221; section. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Click the &#8220;<span style=\"color: #00ccff;\">Add SSH Key<\/span>&#8221; button and paste the contents of the public key file (<span style=\"color: #ffff99;\">located in the .ssh folder of your home directory<\/span>) into the &#8220;<span style=\"color: #00ccff;\">Key<\/span>&#8221; field. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Give the key a name and click the &#8220;<span style=\"color: #00ccff;\">Add SSH Key<\/span>&#8221; button.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Create a new droplet: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">From the Digital Ocean dashboard, click the &#8220;<span style=\"color: #00ccff;\">Create<\/span>&#8221; button and choose the &#8220;<span style=\"color: #00ccff;\">Droplets<\/span>&#8221; option. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Choose the size and region for your droplet and select &#8220;<span style=\"color: #00ccff;\">Rocky Linux<\/span>&#8221; as the image.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Configure additional options: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">In the &#8220;<span style=\"color: #00ccff;\">Additional Options<\/span>&#8221; section, select your SSH key from the &#8220;<span style=\"color: #00ccff;\">SSH Keys<\/span>&#8221; dropdown. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">This will allow you to log in to your droplet using the private key you generated earlier.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Create the droplet: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">Click the &#8220;<span style=\"color: #00ccff;\">Create droplet<\/span>&#8221; button to create your droplet. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">It may take a few minutes for the droplet to be created and initialized.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Connect to your droplet: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">Once the droplet is created, you can connect to it using SSH. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Use the IP address of your droplet and the private key you generated earlier to log in.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Install Virtualmin: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">Connect to the server with ssh <\/span><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p style=\"padding-left: 80px;\"><span style=\"color: #ff17c1;\"><span style=\"color: #ffff99;\">&gt;<\/span>\u00a0 ssh root@servername.com<\/span><\/p>\n<div class=\"w-[30px] flex flex-col relative items-end\">\n<div class=\"relative h-[30px] w-[30px] p-1 rounded-sm text-white flex items-center justify-center\"><span style=\"color: #ff17c1;\">Installing Virtualmin LAMP (Linux, Apache, MySQL, PHP) server, follow these steps: (For Rocky Linux \/CentOS7)<\/span><\/div>\n<\/div>\n<div class=\"relative flex w-[calc(100%-50px)] md:flex-col lg:w-[calc(100%-115px)]\">\n<div class=\"flex flex-grow flex-col gap-3\">\n<div class=\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<ol>\n<li><span style=\"color: #ff17c1;\">Update your system:<\/span><\/li>\n<\/ol>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"p-4 overflow-y-auto\"><span style=\"color: #ffff99;\">\u00a0 &gt;<\/span><span style=\"color: #00ffff;\"><code class=\"!whitespace-pre-wrap hljs language-sql\"><span style=\"color: #00ffff;\">sudo yum <span class=\"hljs-keyword\">update<\/span><\/span><br \/>\n<\/code><\/span><\/div>\n<\/div>\n<ol start=\"2\">\n<li><span style=\"color: #ff17c1;\">Install the dependencies required by Virtualmin:<\/span><\/li>\n<\/ol>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<\/div>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"p-4 overflow-y-auto\"><span style=\"color: #ffff99;\">&gt;<\/span> \u00a0<code class=\"!whitespace-pre-wrap hljs\"><span style=\"color: #00ffff;\">sudo yum install perl perl-Net-SSLeay openssl perl-IO-Tty<br \/>\n<\/span><\/code><\/div>\n<\/div>\n<ol start=\"3\">\n<li><span style=\"color: #ff17c1;\">Download the Virtualmin installer script:<\/span><\/li>\n<\/ol>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<\/div>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"p-4 overflow-y-auto\"><span style=\"color: #ffff99;\">&gt;<\/span> \u00a0<code class=\"!whitespace-pre-wrap hljs language-ruby\"><span style=\"color: #00ffff;\">wget <span class=\"hljs-symbol\">http:<\/span>\/<span class=\"hljs-regexp\">\/software.virtualmin.com\/gpl<\/span><span class=\"hljs-regexp\">\/scripts\/install<\/span>.sh<br \/>\n<\/span><\/code><\/div>\n<\/div>\n<ol start=\"4\">\n<li><span style=\"color: #ff17c1;\">Make the installer script executable:<\/span><\/li>\n<\/ol>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<\/div>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"p-4 overflow-y-auto\"><span style=\"color: #ffff99;\">&gt;<\/span> \u00a0<code class=\"!whitespace-pre-wrap hljs language-bash\"><span style=\"color: #00ffff;\"><span class=\"hljs-built_in\">chmod<\/span> +x install.sh<br \/>\n<\/span><\/code><\/div>\n<\/div>\n<ol start=\"5\">\n<li><span style=\"color: #ff17c1;\">Run the installer script:<\/span><\/li>\n<\/ol>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 px-4 py-2 text-xs font-sans\"><\/div>\n<\/div>\n<div class=\"bg-black mb-4 rounded-md\">\n<div class=\"p-4 overflow-y-auto\"><span style=\"color: #ffff99;\">&gt;<\/span> \u00a0<code class=\"!whitespace-pre-wrap hljs language-bash\"><span style=\"color: #00ffff;\">sudo .\/install.sh<br \/>\n<\/span><\/code><\/div>\n<\/div>\n<p><span style=\"color: #ff17c1;\">The installer will ask you a series of questions about your system and configuration preferences. <\/span><\/p>\n<p><span style=\"color: #ff17c1;\">Follow the prompts to complete the installation.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ff17c1;\">Once the installation is complete, you can access the Virtualmin web interface by going to<span style=\"color: #00ccff;\"> <a style=\"color: #00ccff;\" href=\"https:\/\/your-server-ip:10000\" target=\"_new\" rel=\"noopener\">https:\/\/your-server-ip:10000<\/a><\/span> in your web browser. <\/span><\/p>\n<p><span style=\"color: #ff17c1;\">Use the username and password you provided during the installation process to log in. <\/span><\/p>\n<p><span style=\"color: #ff17c1;\">Or login to ssh and set a root password with command:<\/span><\/p>\n<p><span style=\"color: #ffff99;\">&gt;<\/span><code class=\"!whitespace-pre-wrap hljs language-bash\"><span style=\"color: #00ffff;\">passwd<br \/>\n<\/span><\/code><\/p>\n<p><span style=\"color: #ff17c1;\">enter password twice make sure it is long enough and uses good password practices to make it secure or setup a admin user for Virtualmin<\/span><\/p>\n<p>Note: These instructions assume that you have already installed and configured a LAMP stack on your CentOS 7 server. If you have not, you will need to do that first before installing Virtualmin.<\/p>\n<ol>\n<li><span style=\"color: #ff17c1;\">Set up your domain and DNS settings: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">In the Virtualmin control panel, navigate to the &#8220;<span style=\"color: #00ccff;\">Virtualmin&#8221; &gt; &#8220;Server Configuration<\/span>&#8221; &gt; &#8220;<span style=\"color: #00ccff;\">Manage SSL Certificate<\/span>&#8221; page. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Add your domain name and generate a self-signed SSL certificate. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Then, log in to your <a href=\"http:\/\/godo.run\" target=\"_blank\" rel=\"noopener\">Digital Ocean<\/a> account and navigate to the &#8220;<span style=\"color: #00ccff;\">Networking&#8221; &gt; &#8220;Domains<\/span>&#8221; page. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Add your domain and set the &#8220;<span style=\"color: #00ccff;\">A<\/span>&#8221; record to point to the IP address of your droplet.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"color: #ff17c1;\">Use the one-click install feature in Virtualmin to install WordPress: <\/span>\n<ul>\n<li><span style=\"color: #ff17c1;\">In the Virtualmin control panel, navigate to the &#8220;<span style=\"color: #00ccff;\">Virtualmin&#8221; &gt; &#8220;Server Configuration&#8221; &gt; &#8220;Feature Configuration<\/span>&#8221; page. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Scroll down to the &#8220;<span style=\"color: #00ccff;\">One-click Installs<\/span>&#8221; section and click the &#8220;<span style=\"color: #00ccff;\">Install<\/span>&#8221; button next to WordPress. <\/span><\/li>\n<li><span style=\"color: #ff17c1;\">Follow the prompts to complete the installation.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<\/blockquote>\n<p style=\"padding-left: 40px;\">By following these steps, you should be able to successfully set up an SSH key, create a droplet on Digital Ocean, install the Virtualmin control panel on Rocky Linux, and install WordPress using the one-click install feature in Virtualmin.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many people building their website don&#8217;t know that you can deploy and run your own wordpress site with out all the extra management fees like Managed hosting plans. Here we will show you a way you can deploy your own wordpress on the cloud. Deploying WordPress on your own can seem intimidating at first, but [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"publish_to_discourse":"0","publish_post_category":"5","wpdc_auto_publish_overridden":"1","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"22","discourse_permalink":"https:\/\/build.dostart.run\/t\/can-you-deploy-wordpress-on-your-own\/15","wpdc_publishing_response":"","wpdc_publishing_error":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"off","ocean_gallery_id":[],"footnotes":""},"categories":[2],"tags":[],"class_list":["post-4","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","entry","has-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Can you Deploy Wordpress on your own? - &gt;Blog | DOstart.run<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can you Deploy Wordpress on your own? - &gt;Blog | DOstart.run\" \/>\n<meta property=\"og:description\" content=\"Many people building their website don&#8217;t know that you can deploy and run your own wordpress site with out all the extra management fees like Managed hosting plans. Here we will show you a way you can deploy your own wordpress on the cloud. Deploying WordPress on your own can seem intimidating at first, but [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\" \/>\n<meta property=\"og:site_name\" content=\"&gt;Blog | DOstart.run\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-12T23:05:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-22T01:33:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"&gt;DOstart.run\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"&gt;DOstart.run\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#article\",\"isPartOf\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\"},\"author\":{\"name\":\"&gt;DOstart.run\",\"@id\":\"https:\/\/dostart.run\/logs\/#\/schema\/person\/acd9945a20d3bdcc636dba11261185cf\"},\"headline\":\"Can you Deploy WordPress on your own?\",\"datePublished\":\"2022-11-12T23:05:15+00:00\",\"dateModified\":\"2022-12-22T01:33:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\"},\"wordCount\":910,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dostart.run\/logs\/#organization\"},\"image\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg\",\"articleSection\":[\"blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\",\"url\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\",\"name\":\"Can you Deploy Wordpress on your own? - >Blog | DOstart.run\",\"isPartOf\":{\"@id\":\"https:\/\/dostart.run\/logs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg\",\"datePublished\":\"2022-11-12T23:05:15+00:00\",\"dateModified\":\"2022-12-22T01:33:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage\",\"url\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg\",\"contentUrl\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dostart.run\/logs\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can you Deploy WordPress on your own?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dostart.run\/logs\/#website\",\"url\":\"https:\/\/dostart.run\/logs\/\",\"name\":\">Blog | DOstart.run\",\"description\":\"Read our Logs | Our Blog\",\"publisher\":{\"@id\":\"https:\/\/dostart.run\/logs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dostart.run\/logs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dostart.run\/logs\/#organization\",\"name\":\">Blog | DOstart.run\",\"url\":\"https:\/\/dostart.run\/logs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dostart.run\/logs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/doStart-run.png\",\"contentUrl\":\"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/doStart-run.png\",\"width\":3887,\"height\":739,\"caption\":\">Blog | DOstart.run\"},\"image\":{\"@id\":\"https:\/\/dostart.run\/logs\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dostart.run\/logs\/#\/schema\/person\/acd9945a20d3bdcc636dba11261185cf\",\"name\":\"&gt;DOstart.run\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dostart.run\/logs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/dostart.run\/assets\/wphb-cache\/gravatar\/22f\/22fe10dc7832da60480efb749c78f996x96.jpg\",\"contentUrl\":\"https:\/\/dostart.run\/assets\/wphb-cache\/gravatar\/22f\/22fe10dc7832da60480efb749c78f996x96.jpg\",\"caption\":\"&gt;DOstart.run\"},\"sameAs\":[\"https:\/\/dostart.run\"],\"url\":\"https:\/\/dostart.run\/logs\/author\/masterdostart\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can you Deploy Wordpress on your own? - >Blog | DOstart.run","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own","og_locale":"en_US","og_type":"article","og_title":"Can you Deploy Wordpress on your own? - >Blog | DOstart.run","og_description":"Many people building their website don&#8217;t know that you can deploy and run your own wordpress site with out all the extra management fees like Managed hosting plans. Here we will show you a way you can deploy your own wordpress on the cloud. Deploying WordPress on your own can seem intimidating at first, but [&hellip;]","og_url":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own","og_site_name":">Blog | DOstart.run","article_published_time":"2022-11-12T23:05:15+00:00","article_modified_time":"2022-12-22T01:33:22+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"&gt;DOstart.run","twitter_card":"summary_large_image","twitter_misc":{"Written by":"&gt;DOstart.run","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#article","isPartOf":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own"},"author":{"name":"&gt;DOstart.run","@id":"https:\/\/dostart.run\/logs\/#\/schema\/person\/acd9945a20d3bdcc636dba11261185cf"},"headline":"Can you Deploy WordPress on your own?","datePublished":"2022-11-12T23:05:15+00:00","dateModified":"2022-12-22T01:33:22+00:00","mainEntityOfPage":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own"},"wordCount":910,"commentCount":0,"publisher":{"@id":"https:\/\/dostart.run\/logs\/#organization"},"image":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage"},"thumbnailUrl":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg","articleSection":["blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own","url":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own","name":"Can you Deploy Wordpress on your own? - >Blog | DOstart.run","isPartOf":{"@id":"https:\/\/dostart.run\/logs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage"},"image":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage"},"thumbnailUrl":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg","datePublished":"2022-11-12T23:05:15+00:00","dateModified":"2022-12-22T01:33:22+00:00","breadcrumb":{"@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#primaryimage","url":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg","contentUrl":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/arnold-francisca-f77Bh3inUpE-unsplash-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/dostart.run\/logs\/can-you-deploy-wordpress-on-your-own#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dostart.run\/logs"},{"@type":"ListItem","position":2,"name":"Can you Deploy WordPress on your own?"}]},{"@type":"WebSite","@id":"https:\/\/dostart.run\/logs\/#website","url":"https:\/\/dostart.run\/logs\/","name":">Blog | DOstart.run","description":"Read our Logs | Our Blog","publisher":{"@id":"https:\/\/dostart.run\/logs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dostart.run\/logs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dostart.run\/logs\/#organization","name":">Blog | DOstart.run","url":"https:\/\/dostart.run\/logs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dostart.run\/logs\/#\/schema\/logo\/image\/","url":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/doStart-run.png","contentUrl":"https:\/\/dostart.run\/assets\/uploads\/sites\/7\/2022\/11\/doStart-run.png","width":3887,"height":739,"caption":">Blog | DOstart.run"},"image":{"@id":"https:\/\/dostart.run\/logs\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dostart.run\/logs\/#\/schema\/person\/acd9945a20d3bdcc636dba11261185cf","name":"&gt;DOstart.run","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dostart.run\/logs\/#\/schema\/person\/image\/","url":"https:\/\/dostart.run\/assets\/wphb-cache\/gravatar\/22f\/22fe10dc7832da60480efb749c78f996x96.jpg","contentUrl":"https:\/\/dostart.run\/assets\/wphb-cache\/gravatar\/22f\/22fe10dc7832da60480efb749c78f996x96.jpg","caption":"&gt;DOstart.run"},"sameAs":["https:\/\/dostart.run"],"url":"https:\/\/dostart.run\/logs\/author\/masterdostart"}]}},"_links":{"self":[{"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/posts\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/comments?post=4"}],"version-history":[{"count":0,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/posts\/4\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/media\/5"}],"wp:attachment":[{"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/media?parent=4"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/categories?post=4"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dostart.run\/logs\/wp-json\/wp\/v2\/tags?post=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}