Square Cloud, an advanced technological platform, stands out for providing comprehensive support for various types of frameworks. This article delves into the features and website support offered by Square Cloud, highlighting how this platform excels in the current technological landscape.

Features and Support

Fast DNS

We provide the opportunity for you to utilize your own domain, enhancing your online presence with a more professional and personalized touch.

Cloudflare Premium Integration

Maximize the benefits of your website hosting by seamlessly integrating Cloudflare Premium with Square Cloud. This collaboration delivers a powerful combination of advanced security, improved performance, and global content delivery.

WAF Configuration

Our cutting-edge firewall system is dedicated to ensuring the utmost security for your website. By robustly defending against malicious attacks and thwarting unauthorized access attempts, we prioritize the protection of your online presence.

In conclusion, Square Cloud offers a comprehensive suite of features and support to ensure your website is not only hosted efficiently but also fortified against the challenges of the digital landscape. Elevate your online presence with Square Cloud hosting and experience the innovation and robustness that define this advanced technological platform.

Supported Languages

Square Cloud caters to a diverse range of programming languages, empowering developers to choose the most suitable technology for their projects. Here’s a brief overview of the main supported languages:

Leverage Square Cloud’s language diversity to build innovative, efficient web applications, ensuring flexibility and adaptability in your development projects.

How to Host My Website on Square Cloud?

Configuration File

The first step to host your website on Square Cloud is to create a detailed configuration file. This file is not just a simple text document but a comprehensive guide that defines the settings for the application on Square Cloud. It functions as an architectural plan for your project on the platform.

Once the plan is acquired, you need to create this file, detailing each configuration and filling it out correctly. Details on how to create this file are available here, with a step-by-step guide. Remember to include the following fields in the configuration file:

  • SUBDOMAIN: The subdomain of your website.
    Example: SUBDOMAIN: test (test.squareweb.app)
  • MEMORY: The amount of RAM, with a minimum of 512MB.

ZIP File Creation

With the configuration file ready, the next step is to prepare your application for upload. This involves placing the application files and the Square Cloud configuration file inside a .zip file.

However, not all files need to be included in this .zip. Files such as node_modules, package-lock.json, pyproject.toml, poetry.lock, __pycache__, and poetry.lock are not necessary, as they can be generated automatically on the server side. A list of files that do not need to be uploaded is available here, helping ensure that only necessary files are in the .zip, making the upload process faster and smoother.

Dependencies File

Another crucial aspect is to include the dependencies file in the .zip. This file informs the Square Cloud platform which dependencies to install for your project. For a Node.js project, this file is the package.json, and for a Python project, it’s the requirements.txt.

These files list the libraries and packages required for the correct operation of the application. Keeping these files up-to-date is crucial to avoid installation errors. Additionally, it’s important to note that native dependencies, such as node-fetch in Node.js and random in Python, should not be included in these files, as they are native libraries.

Website Upload

If you can define a port in your code or in START parameter, always set port 80. The only exception is when hosting a Lavalink Server, see more here.
After following all the steps and configuring your project for Square Cloud, it’s time to upload your website. Access the upload page on the Square Cloud website and submit your .zip file here.

The process is simple: select your .zip file and click the upload button. The Square Cloud platform will initiate the deployment process, installing the necessary dependencies and configuring the environment based on the configuration file.

Common Errors During Application Deployment

Even with careful preparation, some errors may occur during the application deployment process. Below are some common errors and how to resolve them. If you encounter an error not listed here, feel free to contact our team. We are always ready to help troubleshoot and resolve any issues that may arise during the deployment process. Remember, the goal is to successfully host your website on Square Cloud, and we are here to help you achieve that.