Install n8n in CloudWays
We want to create an app and install n8n... but although we have some knowledge, we know that n8n hosting requires some special configurations that we may need to do yourself. Do you have an official instruction guide? That would be very helpful.
-
Solved commented
You can install n8n on CloudWays by setting up a server with Docker or Node.js, then setting up environment variables and a database like MySQL or PostgreSQL. The n8n documentation has step-by-step guides that really help. I learned this while working on a small project called DeltaExecutor https://delta-executor.com.br/
, so it's definitely doable with some patience. -
Electric Bikes Backlinks commented
Good point—when a main repository contains submodules, pulling them correctly is essential to ensure the full project setup works as expected. Using the right commands to initialize and update all submodules helps avoid missing dependencies and saves time during development. For more tips and insights on development workflows and tools, you can visit