Saltar al contenido principal

Servicios de Square Cloud 🚀

Square Cloud ha sido diseñado desde cero para ser una plataforma amigable para desarrolladores. La plataforma está compuesta por varios servicios que pueden usarse para desplegar aplicaciones de forma rápida y segura.

Hosting de bots.

Despliega tus bots en Square Cloud y recibe las mejores soluciones para el hosting de bots. Square ofrece una ubicación estratégica para las plataformas más famosas, garantizando baja latencia y alta disponibilidad.

Hosting web.

Despliega tus aplicaciones web en Square Cloud y recibe las mejores soluciones para el hosting web. Ofrecemos integración premium con Cloudflare, DNS rápido y un Web Application Firewall (WAF) para garantizar el mejor rendimiento y seguridad.

Almacenamiento serverless, Blob Storage.

Almacena tus datos con Square Cloud y disfruta de los beneficios del almacenamiento serverless. Nuestro servicio de almacenamiento está diseñado para ser simple, escalable y rentable.

Antes de empezar

Para comenzar, crea una cuenta de Square Cloud. Luego podrás seleccionar el plan que mejor se adapte a ti.

Registrarse

Si nunca has usado Square antes, regístrate para comenzar.

Iniciar sesión

Si ya tienes una cuenta, inicia sesión para comenzar.

Sube tu proyecto 😁

Puedes subir tu proyecto a Square Cloud en unos pocos y sencillos pasos, como se muestra a continuación:
1

Primero, lee las instrucciones sobre tu lenguaje:

JavaScript

Python

Java

Rust

Elixir

PHP

Go

C#

Ruby

Para este ejemplo, usaremos el lenguaje JavaScript (Node.js).
2

Después, crea tu archivo de configuración de Square Cloud.

Tras acceder al panel de control, necesitas crear un archivo de configuración. Puedes crear un archivo de configuración leyendo este artículo aquí.
Example of a config file for a bot
MAIN=index.js
MEMORY=512
VERSION=recommended
DISPLAY_NAME=Batman bot
DESCRIPTION=This bot is the dark knight of the night.
Example for website. (URL: "batman.squareweb.app")
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.
3

Y luego, comprime tu proyecto en ZIP.

Después de crear el archivo de configuración, necesitas comprimir tu proyecto en ZIP.
1. Locate the file or folder that you want to zip.
2. Press and hold (or right-click) the file or folder, select (or point to) Send to, and then select Compressed (zipped) folder.
3. A new zipped folder with the same name is created in the same location. To rename it, press and hold (or right-click) the folder, select Rename, and then type the new name.
1. Locate the file or folder that you want to zip.
2. Right-click the file or folder, then choose Compress from the shortcut menu.
3. A new zipped folder with the same name is created in the same location. To rename it, press and hold (or right-click) the folder, select Rename, and then type the new name.
1. Locate the file or folder that you want to zip.
2. Control-click the file or folder, then choose Compress from the shortcut menu.
3. A new zipped folder with the same name is created in the same location. To rename it, press and hold (or right-click) the folder, select Rename, and then type the new name.
4

Por último, sube tu proyecto. 😉

Después de subir tu proyecto, haz clic en el botón “Add New” para desplegar tu proyecto.