Set up a reliable local development environment before deploying to Discloud.
This area helps you:
Set up language runtimes so you can start coding.
Install or enable ecosystem tooling (only if you choose to).
Prepare a project so it behaves consistently when packaged for Discloud.
Discloud runs applications in Linux containers; keeping your project structure clean (entry file + dependency manifest) minimizes surprises.
Language Setup Guides
Step-by-step install instructions for supported runtimes (Node.js, Python, Ruby, Go, Rust).
Managing Dependencies
Using files like package.json, requirements.txt, Gemfile, go.mod, Cargo.toml.
package.json
requirements.txt
Gemfile
go.mod
Cargo.toml
Optional Tooling
Version managers and utilities you may use (NVM, pyenv, rbenv, rustup) β entirely optional.
Minimal Workflow
A lightweight sequence from init to a local test run before packaging.
Node.js
Install & usage guide
Python
Ruby
Rust
Go
Last updated 4 months ago