Skip to content

Commit 41438e9

Browse files
committed
add install supervisor document
1 parent 8b2bcc6 commit 41438e9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,27 @@ To install GNU Parallel in the Workspace container
18651865

18661866

18671867

1868+
<br>
1869+
<a name="Install-Supervisor"></a>
1870+
## Install Supervisor
1871+
1872+
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.
1873+
1874+
(see http://supervisord.org/index.html)
1875+
1876+
To install Supervisor in the Workspace container
1877+
1878+
1 - Open the `.env` file
1879+
1880+
2 - Set `WORKSPACE_INSTALL_SUPERVISOR` and `WORKSPACE_INSTALL_PYTHON` to `true`.
1881+
1882+
3 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace`
1883+
1884+
1885+
1886+
1887+
1888+
18681889
<br>
18691890
<a name="Common-Aliases"></a>
18701891
<br>

0 commit comments

Comments
 (0)