How to deploy web apps with TurboCloud
No registration, no credit card, and no GitHub/Bitbucket permissions required
What You Need
- A server with a public IP (at least one public IP per project), SSH access, and Ubuntu 22.04
- (Optional) Domain name
Deploy from Local Folders
On your local development machine, change the directory to the project's root folder that you want to
deploy and run the deployment command.
$ cd my_project
$ curl https://turbocloud.dev/deploy | sh -s -- -i server_ip
Deploy from GitHub and Bitbucket
SSH into your server running a clean installation of Ubuntu 22.04, and execute the setup command. Once the
installation is complete, start the TurboCloud CLI.
$ ssh root@server_ip
$ curl https://turbocloud.dev/setup | bash -s
$ turbocloud