Update server and client setup guide. (#1437)
1. Add Linux specific requirements. 2. Add debug info for common build errors. 3. Correct build step or any other statement wherever required. 4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
This commit is contained in:
parent
a7471d8868
commit
9ddf772c55
|
|
@ -93,7 +93,7 @@ yarn start
|
|||
5. If you ran `./start-https`, but containers failed to start (you have to check with `docker ps` since it fails silently). Some Linux distros (`Ubuntu` for example) have installed and running `apache2` webserver on port `80`. This can result in `Address already in use` error (you can check with `docker logs wildcard-nginx`). Simple solution for this is simply turning it off temporarily with `sudo systemctl stop apache2`. After that just run `./start-https` again.
|
||||
|
||||
|
||||
## Need Help
|
||||
## Need Assistance
|
||||
If you facing issues while doing the setup:
|
||||
- Please re-read all the steps and make sure you follow all instructions.
|
||||
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . We will be happy to help you.
|
||||
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . Team Appsmith will be happy to help you.
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ docker run -p 127.0.0.1:6379:6379 --name appsmith-redis redis
|
|||
|
||||
When using this command, the value of `APPSMITH_REDIS_URI` should be set to `redis://localhost:6379`.
|
||||
|
||||
## Need Help
|
||||
## Need Assistance
|
||||
If you facing issues while doing the setup:
|
||||
- Please re-read all the steps and make sure you follow all instructions.
|
||||
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . We will be happy to help you.
|
||||
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . Team Appsmith will be happy to help you.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user