Skip to content

Commit 2dc41fd

Browse files
authored
Add documentation to troubleshoot platform installation (#675)
1 parent 532d1e1 commit 2dc41fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ sudo apt-get install libfftw3-dev
9090
sudo apt-get install libsndfile1-dev
9191
```
9292

93+
* If any issue still persists, follow the mentioned steps to debug and troubleshoot your issue:
94+
1. Firstly check the Platform Installation log file in the install folder. Check for any errors, which may have been caused during platform installation on your system, and then try to resolve them accordingly.
95+
2. Next check for nginx status by `service nginx status` command, if it is not active, check nginx error log file, possibly in `/var/log/nginx/error.log` file.
96+
3. Next check for platform status by `service platform status` command, if it is not `active(running)` then check for platform logs in the `logs` directory of your project.
97+
4. In case of any gunicorn error try manually running `/etc/init.d/platform start` command and recheck the platform status.
98+
9399
## Nginx configuration for X-Accel-Redirect
94100

95101
To serve files without any scripting language overhead, the X-Accel-Redirect

0 commit comments

Comments
 (0)