ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Building VitalPBX on Vultr Automatically

    IT Discussion
    vitalpbx pbx voip vultr telephony
    2
    4
    945
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Super simple, but not the kind of thing that most people think of doing. So here is an easy way to make automating VitalPBX installs super easy.

      1. Use CentOS 7 from Vultr's normal VM catelogue. Don't use any special ISOs or anything. Keep it simple and fast.
      2. Set up root keys to have automatically injected. This means you can SSH into your instance the moment that it is set up.
      3. Create this Startup Script and Vultr will build your PBX automatically.

      Screenshot from 2019-05-31 14-29-03.png

      Here are the contents to make it easy:

      #!/bin/sh
      
      yum update -y
      wget https://raw.githubusercontent.com/VitalPBX/VPS/master/vps.sh
      chmod +x vps.sh
      ./vps.sh
      

      Your PBX will go from zero to "done" in just a few seconds, and be fully updated.

      JaredBuschJ 2 Replies Last reply Reply Quote 4
      • JaredBuschJ
        JaredBusch @scottalanmiller
        last edited by

        @scottalanmiller said in Building VitalPBX on Vultr Automatically:

        Your PBX will go from zero to "done" in just a few seconds

        No. It takes minutes for the script to run. Not many. but minutes, not seconds.

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by

          @scottalanmiller said in Building VitalPBX on Vultr Automatically:

          and be fully updated.

          I noticed that the defualt CentOS 7 image was pretty much fully up to date before I ran the install script. Only thing that came down when I ran yum update -y was wget.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @JaredBusch
            last edited by

            @JaredBusch said in Building VitalPBX on Vultr Automatically:

            @scottalanmiller said in Building VitalPBX on Vultr Automatically:

            and be fully updated.

            I noticed that the defualt CentOS 7 image was pretty much fully up to date before I ran the install script. Only thing that came down when I ran yum update -y was wget.

            Yeah, it is more of a "just in case" something is out of date. I almost never see it not fully up to date when I fire it up.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post