Project

General

Profile

Support #665

Updated by Daniel Curtis over 8 years ago

This is a guide for installing Newfies-Dialer on Debian 8. 

 h2. Prepare the Environment 

 * Make sure the system is up to date: 
 <pre> 
 sudo apt-get update && sudo apt-get upgrade 
 </pre> 

 h2. Install Newfies-Dialer 

 * Download the installer script from GitHub: 
 <pre> 
 wget --no-check-certificate https://raw.githubusercontent.com/newfies-dialer/newfies-dialer/master/install/install-all.sh -O install-all.sh 
 </pre> 

 * Run the installer: 
 <pre> 
 sudo bash install-all.sh 
 </pre> 

 * Open http://dialer.example.com:8008 http://dialer.example.com:8000 in a web browser. 

 h2. Resources 

 * https://github.com/newfies-dialer/newfies-dialer/ 
 * http://www.newfies-dialer.org/documentation/beginners-guide/ 
 * http://docs.newfies-dialer.org/en/latest/

Back