Jump to content

Installation via Debian without CLI Prompts


dan003400

Recommended Posts

We are looking to automate the setup process to easily deploy PBX servers but we are not able to get the servers to self initialize and install PBX because the new install-debian.sh script is stopping to ask:

 

# Please select the geographic area in which you live. Subsequent configuration
 => => # questions will narrow this down by presenting a list of cities, representing
 => => # the time zones in which they are located.
 => => #   1. Africa   3. Antarctica  5. Arctic  7. Atlantic  9. Indian    11. US
 => => #   2. America  4. Australia   6. Asia    8. Europe    10. Pacific  12. Etc
 => => # Geographic area:

 

Is there parameters or files that we can include to automatically preselect these options?

 

Also, here is our Dockerfile (we are not using docker specifically, but our hosting provider uses Dockerfiles to init servers)

FROM ubuntu

RUN apt-get update

RUN apt-get install wget -y

RUN wget http://portal.vodia.com/downloads/pbx/install-debian.sh

RUN chmod a+rx install-debian.sh

RUN ./install-debian.sh

CMD ["ps", "-C", "pbxctrl"]

 

Thanks in advance!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...