Changing Nginx Settings
SpinupWP uses Nginx to serve web requests. The global nginx.conf file is located at /etc/nginx/nginx.conf. You should avoid editing this file unless you are sure you want to make a global change for every site on your server. When you create a site in SpinupWP, a new Nginx config is created for that site with…
Changing PHP Settings
PHP settings are controlled using php.ini files. When you deploy a server via SpinupWP, a default php.ini file is created with sensible default values. However, you are free to update these values. Each version of PHP has its own php.ini file, which is located here: /etc/php/{PHP_VERSION}/fpm/php.ini Any changes made to this file will impact all…
Connecting to your Database
Once you have created a database in SpinupWP you can manage the database in two ways: using the command line (CLI) or using a desktop app. Using the CLI To manage the database using the command line first you need to SSH to your server: ssh user@123.456.78.91 Once you are logged into your server you can…
Enable Passwordless Sudo
When adding a new server to SpinupWP via the custom provider method you will be asked to specify the SSH user that will be used by SpinupWP to provision the server. This Linux user requires root privileges and must be able to run sudo commands non-interactively. If you see the following error, you need to…
File Ownership and Permissions
In order for some of WordPress’ features to function, it will need write access to your site’s files and folders. This is true of the following features: Media Library uploads Adding/updating plugins and themes Updating WordPress core If you manage WordPress core, plugins, and/or themes via git, Composer or some other deployment process, WordPress will…
How to Add Cron Jobs
A UI to configure cron jobs right from the SpinupWP dashboard is on the roadmap, but if you are looking to add cron jobs for your sites right now, then here are the manual steps you need to take. Non-Root Cron Job If the scheduled command doesn’t need to be run as the root user, it…
How to Install WordPress on AWS Lightsail
Looking to use Amazon Web Services (AWS) for hosting your next WordPress site but you’re not familiar with deploying AWS EC2 instances? We recommend that you use Amazon Lightsail. Amazon Lightsail extracts away a lot of the complexities around AWS and makes it simple to spin up virtual servers, while still using the same underlying…
How to Install WordPress on Google Cloud Compute
Let’s go ahead and connect a Google Cloud Compute VM Instance to SpinupWP. Before you start this process, you will need to sign up for a Google Cloud Platform account if you don’t already have one. Once signed in, navigate to Compute Engine > VM Instances and click Create. When adding a new VM instance…
How to Install WordPress on Linode
Linode is a popular alternative to DigitalOcean, offering affordable servers from data centers located around the globe. Standard Linodes offer a good balance of performance and cost and are well suited for deploying a web server tuned for hosting WordPress websites. Let’s go ahead and connect a Linode server to SpinupWP. Before you start this…
How to Install WordPress on Vultr
Vultr is a popular alternative to DigitalOcean, offering affordable servers located around the globe. Their High Frequency Compute instances are noticeably fast and are well suited for WordPress hosting. Let’s go ahead and connect a Vultr VPS to SpinupWP. Before you start this process, you will need to sign up for a Vultr account if…