Skip to main content
freelanceshack.com

Back to all posts

How to Install Caligrafy on Cloudways?

Published on
5 min read
How to Install Caligrafy on Cloudways? image

Best Web Hosting Tools to Buy in October 2025

1 WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete Beginner

WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete Beginner

BUY & SAVE
$9.99
WordPress To Go: How To Build A WordPress Website On Your Own Domain, From Scratch, Even If You Are A Complete Beginner
2 3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor

3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor

  • VALUE PACK SAVINGS – GET THREE STYLISH SPIDER WEB COVERS IN ONE PURCHASE!

  • ELEGANT HALLOWEEN TOUCH – ENHANCE DECOR WITH INTRICATE, SPOOKY LACE DESIGNS.

  • DURABLE & WASHABLE – CRAFTED FROM REUSABLE POLYESTER FOR LASTING USE!

BUY & SAVE
$15.99
3-Pack Halloween Decorations Indoor, Black Lace Spider Web Lampshade Cover, 20" x 60" – Reusable Polyester Halloween Lamp Shade Topper & Party Decor
3 Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO

Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO

BUY & SAVE
$9.99
Modern Web Development: A Beginner's Guide to HTML, CSS, Hosting, and SEO
4 Creating a Website: The Missing Manual

Creating a Website: The Missing Manual

BUY & SAVE
$11.88 $29.99
Save 60%
Creating a Website: The Missing Manual
5 Full Stack Web Development for 2025: The Complete Guide to Modern Web Apps

Full Stack Web Development for 2025: The Complete Guide to Modern Web Apps

BUY & SAVE
$2.99
Full Stack Web Development for 2025: The Complete Guide to Modern Web Apps
6 Pink Tool Belt For Women. Keep Your Gardening and Home Improvement Tools Within Hands Reach. Ladies Stylish Belt W/Pouches Carry Your Supplies W/You. Use It For Leisure Or Take It To Work (Adult)

Pink Tool Belt For Women. Keep Your Gardening and Home Improvement Tools Within Hands Reach. Ladies Stylish Belt W/Pouches Carry Your Supplies W/You. Use It For Leisure Or Take It To Work (Adult)

  • 6 DEEP POCKETS & 2 HOOKS KEEP TOOLS HANDY-NO LADDER NEEDED!
  • ADJUSTABLE FIT FOR SIZES 2-12 ENSURES COMFORT ALL DAY LONG.
  • DURABLE DESIGN WITH FEMININE FLAIR-PERFECT FOR ANY DIY PROJECT!
BUY & SAVE
$34.95
Pink Tool Belt For Women. Keep Your Gardening and Home Improvement Tools Within Hands Reach. Ladies Stylish Belt W/Pouches Carry Your Supplies W/You. Use It For Leisure Or Take It To Work (Adult)
+
ONE MORE?

To install Caligrafy on Cloudways, follow these steps:

  1. Log in to your Cloudways account and select your desired application from the list.
  2. Navigate to the "Application Management" tab in the Cloudways console.
  3. Scroll down to the "Application Addons" section and click on "addons".
  4. In the addons list, search for "Caligrafy" and click on it.
  5. A popup window will appear with the Caligrafy details. Click on the "Install" button.
  6. Cloudways will start the installation process. It may take a few minutes to complete.
  7. Once the installation is finished, you will receive a success message indicating that Caligrafy is installed on your Cloudways application.
  8. To access Caligrafy, go back to the "Application Management" tab and click on "Access Details".
  9. You will find the login credentials for Caligrafy under the "Admin Panel" section.
  10. Copy the username and password, then visit your website URL followed by "/admin" to log in to the Caligrafy admin panel.

That's it! You have successfully installed Caligrafy on Cloudways and can now start using it for your website.

How to configure SSL for Caligrafy on Cloudways?

To configure SSL for Caligrafy on Cloudways, you can follow these steps:

  1. Log in to your Cloudways account and go to the Applications page.
  2. Select the application where Caligrafy is installed.
  3. Click on the SSL certificate tab in the top navigation menu.
  4. Choose "Let's Encrypt" as the SSL provider.
  5. Enter the domain name for which you want to issue the SSL certificate and click on the "Install Certificate" button.
  6. Wait for the SSL certificate to be issued and installed. This process may take a few minutes.
  7. Once the SSL certificate is installed, you will see a green padlock icon next to your domain name, indicating that SSL is enabled.
  8. Access your Caligrafy site using the HTTPS protocol (e.g., https://yourdomain.com) to make sure the SSL certificate is working correctly.

That's it! Your Caligrafy site is now configured with SSL on Cloudways.

How to manage database connections and configurations for Caligrafy on Cloudways?

To manage database connections and configurations for Caligrafy on Cloudways, you can follow these steps:

  1. Log in to your Cloudways account and navigate to the server where your Caligrafy project is hosted.
  2. Click on the "Applications" tab on the top menu and select your Caligrafy application.
  3. In the left-hand panel, under the "Access Details" section, click on "Database Manager."
  4. Here, you will find your database connection details, including the hostname, database name, username, and password. Note down these details as you will need them to configure Caligrafy.
  5. Open your Caligrafy project directory on your local development machine.
  6. Look for the .env file in the root directory. This file contains configuration variables for your Caligrafy project.
  7. Open the .env file and locate the following lines:

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=your_database_name DB_USERNAME=your_database_username DB_PASSWORD=your_database_password

  1. Update these lines with the appropriate database connection details from the Cloudways Database Manager. For example:

DB_CONNECTION=mysql DB_HOST=database-hostname DB_PORT=3306 DB_DATABASE=database-name DB_USERNAME=database-username DB_PASSWORD=database-password

  1. Save the .env file and close it.
  2. Deploy the updated .env file to your Caligrafy project on the Cloudways server. You can use tools like Git to push the changes to your Cloudways project or deploy them using the Cloudways SSH/SFTP access.
  3. Once the updated .env file is deployed, the Caligrafy application will use the new database connection and configuration.

That's it! You have successfully managed the database connections and configurations for Caligrafy on Cloudways.

When installing Caligrafy on Cloudways, it is recommended to follow these security measures to ensure the safety of your application:

  1. Use a Strong Password: Create a strong and unique password for your Caligrafy application account and avoid using common or easily guessable passwords.
  2. Enable Two-Factor Authentication (2FA): Enable two-factor authentication to add an extra layer of security. This requires users to provide an additional verification code, usually generated on a mobile device, along with the password when logging in.
  3. Regular Updates: Keep your Caligrafy installation up to date by applying security patches and updates as soon as they are released. This helps protect your application from known vulnerabilities.
  4. Secure Server Environment: Choose a secure server environment offered by Cloudways, such as DigitalOcean, AWS, or Google Cloud Platform. These providers offer various security features and regularly update their infrastructure to ensure data and application safety.
  5. Use HTTPS: Enable HTTPS and use an SSL certificate to encrypt the communication between the user's browser and your Caligrafy application. This helps protect sensitive data, such as login credentials and user information, during transmission.
  6. Implement Firewall Rules: Configure server-level firewall rules to restrict access to your Caligrafy installation. This can be done using tools like Cloudways' own platform firewall or server-level firewall configurations.
  7. Regular Backups: Set up regular backups of your Caligrafy application data to ensure that you can restore it in case of any security incidents or data loss.
  8. Secure File Permissions: Make sure that file and directory permissions are appropriately set to prevent unauthorized access. Follow the principle of least privilege, granting only the necessary permissions to each user or process.
  9. Limit Plugin Usage: Keep the number of installed plugins to a minimum and only use trusted and frequently updated ones. Unused or outdated plugins can be a potential security risk.
  10. Monitor Logs: Regularly monitor your application logs for suspicious activities or unusual behavior. This can help you detect and respond to any security issues in a timely manner.

By following these security measures, you can enhance the security of your Caligrafy installation on Cloudways and reduce the risk of unauthorized access or data breaches.