Quickstart
Go from zero to hero in minutes with Square Cloud. This guide will help you get started with Square Cloud and understand the power of our platform.
Square Cloud Services π
Square Cloud has been designed from the ground up to be a developer-friendly platform. The platform is composed of various services that can be used to deploy applications quickly and securely.
Bot hosting.
Deploy your bots to Square Cloud and receive the best solutions for bot hosting. Square offers a strategic location for the most famous platforms, ensuring low latency and high availability.
Web hosting.
Deploy your web applications to Square Cloud and receive the best solutions for web hosting. We provide premium Cloudflare integration, fast DNS, and a Web Application Firewall (WAF) to ensure the best performance and security.
Serverless Storage, Blob Storage.
Store your data with Square Cloud and enjoy the benefits of serverless storage. Our storage service is designed to be simple, scalable, and cost-effective.
Before you begin
To get started, create a Square Cloud account. Then you can select the plan that's right for you.
Sign Up
If you've never used Square before, sign up to get started.
Log in
If you already have an account, log in to get started.
Upload your project π
You can upload your project to Square Cloud in a few simple steps, as shown below:
After, create your Square Cloud config file.
After accessing the dashboard, you need to create a configuration file. You can create a configuration file reading this article here.
MAIN=index.js
MEMORY=512
VERSION=recommended
DISPLAY_NAME=Batman bot
DESCRIPTION=This bot is the dark knight of the night.
MAIN=index.js
MEMORY=512
VERSION=recommended
SUBDOMAIN=batman
START=npm run build && npm run start
DISPLAY_NAME=Batman website
DESCRIPTION=This website is the dark knight of the night.
And then, ZIP your project.
After creating the configuration file, you need to zip your project.
Finally, upload your project. π
After uploading your project, click on the βAdd Newβ button to deploy your project.
Was this page helpful?