WordPress
Last updated
Was this helpful?
Last updated
Was this helpful?
Deploy a WordPress application and learn how to host a content management system on Code Capsules.
To follow this guide, you'll need a account. WordPress can be downloaded and deployed automatically, or you can connect your Capsule to WordPress hosted on a GitHub repository.
Before creating your WordPress capsule, you'll need a Team and a Space. You can follow these guides to learn how to create and .
If you already have a Team and Space set up, log in to your Code Capsules account. On the dashboard, click the yellow +
on the bottom left of the screen, then click "New Capsule".
To create a WordPress Capsule, first choose "WordPress" as the Capsule type, as well as your Team, and Space.
Next choose your payment plan, or create a custom plan.
A WordPress Capsule requires a connection to a MySQL Database Capsule as well as a Persistent Storage Capsule. Either select a previously created instance of each from the dropdowns, or click the yellow +
next to each and follow the prompts for creating each Capsule. Click "Create Capsule".
To automatically download and deploy a WordPress version on Code Capsules:
Select the "Default" deployment type from the dropdown
Choose your WordPress version
Click "Next"
To deploy WordPress from your version control repository:
Select the "Git Managed" deployment type
Select a repository
Select the branch to deploy from
Click "Next"
Code Capsules will automatically build and deploy your WordPress application. You can view the build log by selecting the "Logs" tab to monitor the deployment progress.
Once the build is complete, click the URL link in the "Details" tab to access your WordPress site.
When you first visit your WordPress site, you'll see the installation screen:
Enter your site title.
Create an admin username.
Set a strong password.
Provide your email address.
Click "Install WordPress".
After installation, you'll see the WordPress admin dashboard and can begin customizing your site.
A provides the server for hosting an application on Code Capsules.
You can read more about connecting your account to a version control provider in .
If you’d like to deploy another application in a different language or framework, take a look at our other .