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.
-
KIm Sib commented
An official installation guide would definitely make the setup process much easier, especially for users who aren't familiar with configuring dependencies or environment variables. Clear documentation can save a lot of troubleshooting time and improve the onboarding experience. I've found that well-structured documentation, like what's provided on https://deltaexecuter.app/, makes a big difference when getting software up and running. Hopefully Cloudways publishes a step-by-step guide for n8n soon.
-
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