sample.service file
you have to copy it to
/etc/systemd/system
sudo systemctl enable sample.service
| https://www.odoo.com/apps/modules/8.0/crm_voip/ | |
| # Install asterisk server on Ubuntu 14.04 | |
| # 1. Install dependencies | |
| sudo apt-get update | |
| sudo apt-get install wget | |
| sudo apt-get install gcc | |
| sudo apt-get install g++ | |
| sudo apt-get install ncurses-dev |
###The Issue With Forever Forever is great for running node services, with a minor setback: the word "forever" doesn't apply to system reboots.
###The solution, run node apps as a system service logged in as root
vim /etc/init/node-app.confContents for node-app.conf
Dockerfile that is based on your production image and
simply install xdebug into it. Exemple:FROM php:5
RUN yes | pecl install xdebug \
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
| javascript:s=document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='https://goo.gl/ZKgsbZ';void(0); |