Admin Systems

Install Lamp Server on Llinux , Debian

Install Lamp Server on Linux (Debian ,Ubuntu) Install LAMP Server on Ubuntu? A few complex packages but all (bar linux!) can be installed with one command and then following the on-screen instructions: (NOTE: All the commands here need to be typed into a terminal, open one by pressing Ctrl+Alt+T.) sudo apt-get install lamp-server^ It’s important

Install Lamp Server on Llinux , Debian Leer más »

WordPress

Codex , all hooks actions Further Reading Writing a Plugin – description of how to write a plugin Plugin API – article on how to use filters and actions Plugin API/Filter Reference – reference list for filter hooks Plugin Resources – comprehensive list of plugin-related resources Hooks Database – documentation for all hooks in the

WordPress Leer más »

Zend 3

How to install Composer on Debian To make Composer (globally) available on Debian: $ cd /usr/src $ sudo apt-get install curl php5-cli $ curl -sS https://getcomposer.org/installer | sudo php — –install-dir=/usr/local/bin –filename=composer Verify installation: $ composer –version Composer version 4ecdbf89c4a3d1e5dfe73c57e3202a5e2a18c87e 2014-07-28 20:12:27 What’s new in Zend Framework 3? For Zend Framework 2 MVC users, the

Zend 3 Leer más »