Local Environment
Set up a reliable local development environment before deploying to Discloud.
📌 What Is This Section For?
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.
🚀 What You'll Find Here
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.
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.
🧭 Language Guides
Last updated