Close
 Brekeke Website | Bekeke SIP Server | Brekeke PBX   
Notification:  
v2.4.18 Professional
Login
Loading

How to re-install Brekeke PBX in Linux?

The steps to install are as follows.
  1. Kill all java: # killall java
  2. Stop tomcat:
    • # cd $CATALINA_HOME/bin
    • # ./catalina.sh stop

  3. Delete all installed PBX directories (pbx folder and pbx.war)
    • # cd $CATALINA_HOME/webapps
    • # rm -rf pbx*

  4. Copy the new PBX (pbx.war) in Tomcat/webapps directory.
    • # cd $CATALINA_HOME/webapps
    • # < copy the new pbx.war >

  5. Start tomcat
    • # cd $CATALINA_HOME/bin
    • # ./catalina.sh start