User Tools

Site Tools


code:vxmppb:install:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:vxmppb:install:docker [2023/09/27 22:13] stephencode:vxmppb:install:docker [2023/11/11 22:28] (current) stephen
Line 1: Line 1:
-====== How To Install vXMPPb using Docker ====== +====== VXMPPB ====== 
- +=== Docker === 
-[[code:vxmppb:install:start|..]]  +[[code:vxmppb:install:start|..]]
  
 ---- ----
Line 10: Line 10:
 </WRAP> </WRAP>
  
- +  - <code>docker pull git.vanderwarker.family/vxmppb/vxmppb:dev</code> 
-===== How To Configure vXMPPb ===== +  <code>mkdir -p ~/.config/vxmppb</code> 
- +    - [[config|See Here]] 
-=== Download Template === +  - <code>wget https://git.vanderwarker.family/vxmppb/vxmppb/raw/branch/main/config.ini.dist -O ~/.config/vxmppb/config.ini</code> 
-<code>mkdir -p ~/.config/vxmppb</code> +  <code>nano ~/.config/vxmppb/config.ini</code> 
-<code>wget https://git.vanderwarker.family/vxmppb/vxmppb/raw/branch/main/config.ini.dist -O ~/.config/vxmppb/config.ini</code> +  - <code> 
- + docker run -it --name vxmppb 
-=== Edit Details === +  --volume ~/.config/vxmppb/config.ini:/usr/src/app/config.ini 
-<code>nano ~/.config/vxmppb/config.ini</code> +  git.vanderwarker.family/vxmppb/vxmppb:dev 
- +</code>
----- +
-===== General Bot Configuration ===== +
-[[config|See Here]] +
----- +
- +
-===== You're done!!! ===== +
-===== Now, RUN! ===== +
-This will pull the latest image from Dockerhub if you don't already have it. +
- +
-<code>docker run -it --name vxmppb --volume ~/.config/vxmppb/config.ini:/usr/src/app/config.ini vxmppb/vxmppb</code>+
  
 Once it's successfully booted, use \\ Once it's successfully booted, use \\
-CTRL+p then CTRL+q to detach ((put the docker process in the background))\\+CTRL+p then CTRL+q to detach\\
  \\  \\
 To check logs at a later time, simple type To check logs at a later time, simple type
 <code>docker attach vxmppb</code> <code>docker attach vxmppb</code>
code/vxmppb/install/docker.txt · Last modified: 2023/11/11 22:28 by stephen