Vai al contenuto principale

Servizi di Square Cloud 🚀

Square Cloud è stata progettata da zero per essere una piattaforma a misura di sviluppatore. La piattaforma è composta da vari servizi che possono essere usati per effettuare il deploy di applicazioni in modo rapido e sicuro.

Hosting di bot.

Effettua il deploy dei tuoi bot su Square Cloud e ricevi le migliori soluzioni per l’hosting di bot. Square offre una posizione strategica per le piattaforme più famose, garantendo bassa latenza e alta disponibilità.

Hosting web.

Effettua il deploy delle tue applicazioni web su Square Cloud e ricevi le migliori soluzioni per l’hosting web. Offriamo un’integrazione premium con Cloudflare, DNS veloce e un Web Application Firewall (WAF) per garantire le migliori prestazioni e sicurezza.

Storage serverless, Blob Storage.

Archivia i tuoi dati con Square Cloud e goditi i vantaggi dello storage serverless. Il nostro servizio di storage è progettato per essere semplice, scalabile ed economico.

Prima di iniziare

Per cominciare, crea un account Square Cloud. Poi potrai scegliere il piano più adatto a te.

Registrati

Se non hai mai usato Square prima d’ora, registrati per iniziare.

Accedi

Se hai già un account, accedi per iniziare.

Carica il tuo progetto 😁

Puoi caricare il tuo progetto su Square Cloud in pochi semplici passaggi, come mostrato di seguito:
1

Per prima cosa, leggi le istruzioni relative al tuo linguaggio:

JavaScript

Python

Java

Rust

Elixir

PHP

Go

C#

Ruby

Per questo esempio, useremo il linguaggio JavaScript (Node.js).
2

Successivamente, crea il tuo file di configurazione di Square Cloud.

Dopo aver effettuato l’accesso alla dashboard, devi creare un file di configurazione. Puoi creare un file di configurazione leggendo questo articolo qui.
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

E poi, comprimi il tuo progetto in un file ZIP.

Dopo aver creato il file di configurazione, devi comprimere il tuo progetto in un file 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

Infine, carica il tuo progetto. 😉

Dopo aver caricato il tuo progetto, clicca sul pulsante “Add New” per effettuare il deploy del tuo progetto.