https://github.com/bdfoster/fs-debian-installer
FreeSWITCH Installer for Debian
https://github.com/bdfoster/fs-debian-installer
Last synced: about 1 year ago
JSON representation
FreeSWITCH Installer for Debian
- Host: GitHub
- URL: https://github.com/bdfoster/fs-debian-installer
- Owner: bdfoster
- License: other
- Created: 2012-08-08T13:48:53.000Z (almost 14 years ago)
- Default Branch: v0.1.stable
- Last Pushed: 2013-07-30T00:24:57.000Z (almost 13 years ago)
- Last Synced: 2025-02-06T04:41:25.962Z (over 1 year ago)
- Language: Shell
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Freeswitch Debian Installer
Author: Brian Foster (with help from the FreeSWITCH wiki and mailing lists)
This installer is known to work with Debian 6.0/Squeeze and 7.0/Wheezy. It is not tested
for any other Debian versions or Debian-based distro, although it could work. Open an issue
if you find this does work on Ubuntu, Mint, etc. and include release information.
Questions, Comments, Concerns? Email bdfoster@davri.com
At the end of this script, the outcome will be that:
- System environment is set up for FS use
- Proper user/group is created and permissions set properly for /usr/local/freeswitch/
- FS is installed properly (using code from latest stable branch)
- MOH and callie's prompts are installed (in every available format/bitrate/etc.)
Misc. Functions:
./fs-debian-installer.sh
* update-fs: Shuts down FS, does a make current
* update-fs-alt: Re-bootstrap/Re-configure, then does a make current
* backup-fs-configs: backs up everything under /../conf/ to a location
you specify (set $BACKUP_FS_CONFIGS_LOC in the script)
* remove-fs: Shuts down FS, removes /usr/local/freeswitch and the FS source
folder
This install script is ment for use by system integrators looking for a way to automate their
processes by giving them a template of how installs should be done. It can also be used by
our budding FS users to setup a FS environment recommended by the community as a whole.
Feedback is always appreciated. Please open an issue on github
(http://github.com/bdfoster/fs-debian-installer/issues) if you find any bugs or if you have
an idea that would make this script more useful for you.