appsmithorg / appsmithorg/appsmith-docs

[Docs]: Improvements for new contributors - Client/Server Setup - Users with Windows/WSL/Intellij

Abierto
#1,227 6 comentarios 0 reacciones 1 asignado Asignado a @somangshu Ver en GitHub
Lenguaje dominante
MDX
Estrellas
97
Forks
280
Merge medio
4 h 32 min
PR fusionados (30 d)
8

Descripción

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Documentation Link

https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md, https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md

### Discord/slack/intercom Link

_No response_

### Describe the problem and improvement.

Having just recently set up a local dev environment, I ran into some issues (Windows 10, WSL, Intellij). In order to solve them I had to either google around or search the discord for previous answers. Having solved these, I'd like to add them to the documentation so that it can help any future fresh contributors.

I want to make changes to the following docs:
- https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md
- https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md

Mainly, it's these points here. I'll clean them up and fit them in the existing docs:

- Add some verbiage to more easily direct those using windows/wsl to the appropriate sections
- Run Config > Tick "do not build"
This is enabled by default. You're already building it with the build command, don't do it again. It will probably error out anyways.
- Run Config > Env Vars > Untick "include system environment variables"
If you're on windows using WSL, this will include the windows paths which will immediately error out.
- If the "environment variables" box isn't available, enable it with Run Config > Modify Options > Operating System > Environment Variables.
- Then, click the box to open the environment variables box, and uncheck "include system environment variables"
- Everything is running (client, server, mongo, redis, nginx) but I'm getting either "refused connection" OR site resolves with 503 application error
nginx is already running, but you may need to restart it:
`sudo systemctl stop nginx`
`sudo ./start-https.sh` (NOT systemctl start nginx)
- Refused to connect - Make sure you visit "http://dev.appsmith.com/" and not "http://dev.appsmith.com:3000/" even though that's what the server output tells you to use.

If you assign me this issue, I can get these added in.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.